Editing specific portions of DEM using ArcGIS Desktop?Best Program to use for DEM data?Does a value in srtm dem file refer to the center or corner of a cell?Filling gaps in raster to zero value cells?Creating constant slope DEM using ArcGIS Desktop?Reset a base elevation in Pix4D?How is “Burn Stream Slope” in ArcHydro working?Determining ridgeline from DEM using ArcGIS Desktop?Creating DEM using ArcGIS Desktop?Filling hole in DEM using ArcGIS Desktop?Lidar DEM produces odd results related to topographic aspect
Cargo capacity of a kayak
Can a creature sustain itself by eating its own severed body parts?
Strange LED behavior
Did Don Young threaten John Boehner with a 10 inch blade to the throat?
Why do we need an estimator to be consistent?
What should I watch before playing Alien: Isolation?
Is it better to have a 10 year gap or a bad reference?
Why does the salt in the oceans not sink to the bottom?
How did pilots avoid thunderstorms and related weather before “reliable” airborne weather radar was introduced on airliners?
What do Unicorns want?
Why Lie algebras if what we care about in physics are groups?
If hash functions append the length, why does length extension attack work?
Hats Question: Confusion Over Its Formulation
Reissue US, UK, Canada visas in stolen passports
Can "Taking algebraic closure" be made into a functor?
Meaning of 行かしてもらうから
Trivial non-dark twist in dark fantasy
What would be the effects of (relatively) widespread precognition on the stock market?
Create Circle with Inner Radius
Why are Oscar, India, and X-Ray (O, I, and X) not used as taxiway identifiers?
Are there foods that astronauts are explicitly never allowed to eat?
What does the following chess proverb mean: "Chess is a sea where a gnat may drink from and an elephant may bathe in."
MITM on HTTPS traffic in Kazakhstan 2019
Piece of fabric in planter, how to use it?
Editing specific portions of DEM using ArcGIS Desktop?
Best Program to use for DEM data?Does a value in srtm dem file refer to the center or corner of a cell?Filling gaps in raster to zero value cells?Creating constant slope DEM using ArcGIS Desktop?Reset a base elevation in Pix4D?How is “Burn Stream Slope” in ArcHydro working?Determining ridgeline from DEM using ArcGIS Desktop?Creating DEM using ArcGIS Desktop?Filling hole in DEM using ArcGIS Desktop?Lidar DEM produces odd results related to topographic aspect
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I currently have a DEM for an east coast city. Unfortunately, the elevation of an area containing a Dam is not accurate. I have the correct elevations as reported by the city. How would I go about editing the elevation values of a specific group of cells so that they accurately reflect the elevation difference of the dam?
For example, here is a portion of the DEM, where the point is the dam:
I need to find a way to select a subset of the nearby DEM cells and edit them so they are accurate with the dam heights.
How do I do this using ArcGIS Desktop?
arcgis-desktop dem
|
show 1 more comment
I currently have a DEM for an east coast city. Unfortunately, the elevation of an area containing a Dam is not accurate. I have the correct elevations as reported by the city. How would I go about editing the elevation values of a specific group of cells so that they accurately reflect the elevation difference of the dam?
For example, here is a portion of the DEM, where the point is the dam:
I need to find a way to select a subset of the nearby DEM cells and edit them so they are accurate with the dam heights.
How do I do this using ArcGIS Desktop?
arcgis-desktop dem
Are you looking for a way to manually set the pixel values (e.g. as if it were an Excel spreadsheet) or to replace determined pixels with values from another raster? Where are the correct elevations stored?
– Marcelo Villa
8 hours ago
@MarceloVilla The former; looking to manually change pixel values
– Jared
8 hours ago
And do you have a point for each pixel you want to replace? Or are you looking to manually replace arbitrary pixels around that point?
– Marcelo Villa
8 hours ago
@MarceloVilla Ideally, I'd select a group of pixels in a certain area, and raise their values to a static amount, or just add X to all selected.
– Jared
8 hours ago
you may use a filter expression like "where 2nd_correct_layer is not null 1st_wrong_layer == 2nd_correct_layer", i don't know how to in arc, but in r or qgis it's really simple
– Elio Diaz
7 hours ago
|
show 1 more comment
I currently have a DEM for an east coast city. Unfortunately, the elevation of an area containing a Dam is not accurate. I have the correct elevations as reported by the city. How would I go about editing the elevation values of a specific group of cells so that they accurately reflect the elevation difference of the dam?
For example, here is a portion of the DEM, where the point is the dam:
I need to find a way to select a subset of the nearby DEM cells and edit them so they are accurate with the dam heights.
How do I do this using ArcGIS Desktop?
arcgis-desktop dem
I currently have a DEM for an east coast city. Unfortunately, the elevation of an area containing a Dam is not accurate. I have the correct elevations as reported by the city. How would I go about editing the elevation values of a specific group of cells so that they accurately reflect the elevation difference of the dam?
For example, here is a portion of the DEM, where the point is the dam:
I need to find a way to select a subset of the nearby DEM cells and edit them so they are accurate with the dam heights.
How do I do this using ArcGIS Desktop?
arcgis-desktop dem
arcgis-desktop dem
edited 5 hours ago
PolyGeo♦
54.7k17 gold badges86 silver badges257 bronze badges
54.7k17 gold badges86 silver badges257 bronze badges
asked 9 hours ago
JaredJared
1458 bronze badges
1458 bronze badges
Are you looking for a way to manually set the pixel values (e.g. as if it were an Excel spreadsheet) or to replace determined pixels with values from another raster? Where are the correct elevations stored?
– Marcelo Villa
8 hours ago
@MarceloVilla The former; looking to manually change pixel values
– Jared
8 hours ago
And do you have a point for each pixel you want to replace? Or are you looking to manually replace arbitrary pixels around that point?
– Marcelo Villa
8 hours ago
@MarceloVilla Ideally, I'd select a group of pixels in a certain area, and raise their values to a static amount, or just add X to all selected.
– Jared
8 hours ago
you may use a filter expression like "where 2nd_correct_layer is not null 1st_wrong_layer == 2nd_correct_layer", i don't know how to in arc, but in r or qgis it's really simple
– Elio Diaz
7 hours ago
|
show 1 more comment
Are you looking for a way to manually set the pixel values (e.g. as if it were an Excel spreadsheet) or to replace determined pixels with values from another raster? Where are the correct elevations stored?
– Marcelo Villa
8 hours ago
@MarceloVilla The former; looking to manually change pixel values
– Jared
8 hours ago
And do you have a point for each pixel you want to replace? Or are you looking to manually replace arbitrary pixels around that point?
– Marcelo Villa
8 hours ago
@MarceloVilla Ideally, I'd select a group of pixels in a certain area, and raise their values to a static amount, or just add X to all selected.
– Jared
8 hours ago
you may use a filter expression like "where 2nd_correct_layer is not null 1st_wrong_layer == 2nd_correct_layer", i don't know how to in arc, but in r or qgis it's really simple
– Elio Diaz
7 hours ago
Are you looking for a way to manually set the pixel values (e.g. as if it were an Excel spreadsheet) or to replace determined pixels with values from another raster? Where are the correct elevations stored?
– Marcelo Villa
8 hours ago
Are you looking for a way to manually set the pixel values (e.g. as if it were an Excel spreadsheet) or to replace determined pixels with values from another raster? Where are the correct elevations stored?
– Marcelo Villa
8 hours ago
@MarceloVilla The former; looking to manually change pixel values
– Jared
8 hours ago
@MarceloVilla The former; looking to manually change pixel values
– Jared
8 hours ago
And do you have a point for each pixel you want to replace? Or are you looking to manually replace arbitrary pixels around that point?
– Marcelo Villa
8 hours ago
And do you have a point for each pixel you want to replace? Or are you looking to manually replace arbitrary pixels around that point?
– Marcelo Villa
8 hours ago
@MarceloVilla Ideally, I'd select a group of pixels in a certain area, and raise their values to a static amount, or just add X to all selected.
– Jared
8 hours ago
@MarceloVilla Ideally, I'd select a group of pixels in a certain area, and raise their values to a static amount, or just add X to all selected.
– Jared
8 hours ago
you may use a filter expression like "where 2nd_correct_layer is not null 1st_wrong_layer == 2nd_correct_layer", i don't know how to in arc, but in r or qgis it's really simple
– Elio Diaz
7 hours ago
you may use a filter expression like "where 2nd_correct_layer is not null 1st_wrong_layer == 2nd_correct_layer", i don't know how to in arc, but in r or qgis it's really simple
– Elio Diaz
7 hours ago
|
show 1 more comment
1 Answer
1
active
oldest
votes
The filter expression Elio Diaz is describing in the comments can be done via the Con (conditional) tool, either the standalone version or as part of Map Algebra. You would want to follow the examples for complex expressions described here, doing something like this:
Con(dam_layer == NULL, DEM, dam_layer)
(Where there are no dams use DEM, otherwise use the dam values)
This does require the dam values to be in a raster layer, which you could achieve via either Feature to Raster or Point to Raster, using the same environment settings as your DEM (specifically same projection, cell size, and extent).
EDIT: @Marcelo Villa pointed out that Jared wants to adjust the height of multiple pixels around the DEM, in which case you might want to manually create a polygon layer around each dam covering all the pixels to be updated, and then use Feature to Raster (or Polygon to Raster) on this layer instead of the dam points.
This would work for just one pixel value (i.e. the pixel where the point representing the dam is). However, @Jared wants to select an arbitrary group of pixels around that point.
– Marcelo Villa
6 hours ago
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "79"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgis.stackexchange.com%2fquestions%2f329573%2fediting-specific-portions-of-dem-using-arcgis-desktop%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
The filter expression Elio Diaz is describing in the comments can be done via the Con (conditional) tool, either the standalone version or as part of Map Algebra. You would want to follow the examples for complex expressions described here, doing something like this:
Con(dam_layer == NULL, DEM, dam_layer)
(Where there are no dams use DEM, otherwise use the dam values)
This does require the dam values to be in a raster layer, which you could achieve via either Feature to Raster or Point to Raster, using the same environment settings as your DEM (specifically same projection, cell size, and extent).
EDIT: @Marcelo Villa pointed out that Jared wants to adjust the height of multiple pixels around the DEM, in which case you might want to manually create a polygon layer around each dam covering all the pixels to be updated, and then use Feature to Raster (or Polygon to Raster) on this layer instead of the dam points.
This would work for just one pixel value (i.e. the pixel where the point representing the dam is). However, @Jared wants to select an arbitrary group of pixels around that point.
– Marcelo Villa
6 hours ago
add a comment |
The filter expression Elio Diaz is describing in the comments can be done via the Con (conditional) tool, either the standalone version or as part of Map Algebra. You would want to follow the examples for complex expressions described here, doing something like this:
Con(dam_layer == NULL, DEM, dam_layer)
(Where there are no dams use DEM, otherwise use the dam values)
This does require the dam values to be in a raster layer, which you could achieve via either Feature to Raster or Point to Raster, using the same environment settings as your DEM (specifically same projection, cell size, and extent).
EDIT: @Marcelo Villa pointed out that Jared wants to adjust the height of multiple pixels around the DEM, in which case you might want to manually create a polygon layer around each dam covering all the pixels to be updated, and then use Feature to Raster (or Polygon to Raster) on this layer instead of the dam points.
This would work for just one pixel value (i.e. the pixel where the point representing the dam is). However, @Jared wants to select an arbitrary group of pixels around that point.
– Marcelo Villa
6 hours ago
add a comment |
The filter expression Elio Diaz is describing in the comments can be done via the Con (conditional) tool, either the standalone version or as part of Map Algebra. You would want to follow the examples for complex expressions described here, doing something like this:
Con(dam_layer == NULL, DEM, dam_layer)
(Where there are no dams use DEM, otherwise use the dam values)
This does require the dam values to be in a raster layer, which you could achieve via either Feature to Raster or Point to Raster, using the same environment settings as your DEM (specifically same projection, cell size, and extent).
EDIT: @Marcelo Villa pointed out that Jared wants to adjust the height of multiple pixels around the DEM, in which case you might want to manually create a polygon layer around each dam covering all the pixels to be updated, and then use Feature to Raster (or Polygon to Raster) on this layer instead of the dam points.
The filter expression Elio Diaz is describing in the comments can be done via the Con (conditional) tool, either the standalone version or as part of Map Algebra. You would want to follow the examples for complex expressions described here, doing something like this:
Con(dam_layer == NULL, DEM, dam_layer)
(Where there are no dams use DEM, otherwise use the dam values)
This does require the dam values to be in a raster layer, which you could achieve via either Feature to Raster or Point to Raster, using the same environment settings as your DEM (specifically same projection, cell size, and extent).
EDIT: @Marcelo Villa pointed out that Jared wants to adjust the height of multiple pixels around the DEM, in which case you might want to manually create a polygon layer around each dam covering all the pixels to be updated, and then use Feature to Raster (or Polygon to Raster) on this layer instead of the dam points.
edited 6 hours ago
answered 7 hours ago
ycartwhelenycartwhelen
5681 silver badge13 bronze badges
5681 silver badge13 bronze badges
This would work for just one pixel value (i.e. the pixel where the point representing the dam is). However, @Jared wants to select an arbitrary group of pixels around that point.
– Marcelo Villa
6 hours ago
add a comment |
This would work for just one pixel value (i.e. the pixel where the point representing the dam is). However, @Jared wants to select an arbitrary group of pixels around that point.
– Marcelo Villa
6 hours ago
This would work for just one pixel value (i.e. the pixel where the point representing the dam is). However, @Jared wants to select an arbitrary group of pixels around that point.
– Marcelo Villa
6 hours ago
This would work for just one pixel value (i.e. the pixel where the point representing the dam is). However, @Jared wants to select an arbitrary group of pixels around that point.
– Marcelo Villa
6 hours ago
add a comment |
Thanks for contributing an answer to Geographic Information Systems Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgis.stackexchange.com%2fquestions%2f329573%2fediting-specific-portions-of-dem-using-arcgis-desktop%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Are you looking for a way to manually set the pixel values (e.g. as if it were an Excel spreadsheet) or to replace determined pixels with values from another raster? Where are the correct elevations stored?
– Marcelo Villa
8 hours ago
@MarceloVilla The former; looking to manually change pixel values
– Jared
8 hours ago
And do you have a point for each pixel you want to replace? Or are you looking to manually replace arbitrary pixels around that point?
– Marcelo Villa
8 hours ago
@MarceloVilla Ideally, I'd select a group of pixels in a certain area, and raise their values to a static amount, or just add X to all selected.
– Jared
8 hours ago
you may use a filter expression like "where 2nd_correct_layer is not null 1st_wrong_layer == 2nd_correct_layer", i don't know how to in arc, but in r or qgis it's really simple
– Elio Diaz
7 hours ago