How to calculate relief with a radius of 2 km from DEM?

1061
6
Jump to solution
06-16-2022 07:51 AM
ABBS
by
New Contributor
Could someone provide me with a guide/suggestion/paper on how to generate/calculate the relief map of a region from DEM at a given distance (km) (i.e., radius in km)? The radius could be any value of choice. I desire to understand the spatial variation of relief in the region.
 
PS: Not the traditional hillshade map from ArcGIS
0 Kudos
2 Solutions

Accepted Solutions
HeatherSmith
Esri Contributor

Hi @ABBS 
I will assume that you already have a DEM layer. If you don't, you can extract one from the Esri terrain layer in ArcGIS Pro using the Export Raster pane.

I also assume you are looking to map a circular area, since you mentioned a radius. You first need a polygon layer representing this area. Here's how you can make one:


1. Insert Point Map Notes.

HeatherSmith_7-1655494551893.png

2. On the ribbon, on the Edit tab, click Create. Use the Create Features pane to draw one point in the middle of the area you want to map.

3. Save your edits. Clear the selection.

4. Open the Buffer geoprocessing tool. For Input Features, choose the Point Notes layer. For Distance, specify the radius you desire. 

HeatherSmith_9-1655494859572.png

You now have a polygon representing your mapping area. 

HeatherSmith_10-1655494911151.png

Next, you need to clip the elevation layer to the circle:

5. Open the Clip Raster geoprocessing tool. For Input Raster, choose the DEM. For Output Extent, choose your the new polygon layer. Check Use Input Features for Clipping Geometry.

HeatherSmith_11-1655495043406.png

Another new layer is added to your map. Turn off the other layers. You now have a circular DEM.

HeatherSmith_6-1655494032281.png

6. To turn the DEM into a hillshade (or other elevation visualization, like slope, contours, aspect), open the Raster Functions pane. Under Surface, click Hillshade.

HeatherSmith_13-1655495228933.png

7. For Raster, choose the newly clipped raster. Click Create new layer.

HeatherSmith_14-1655495258123.png

To learn more about visualizing elevation layers with raster functions, see this lesson: Illuminate terrain with a custom hillshade 

Note that the results of raster functions are temporary. To make the results permanent, use the Copy Raster geoprocessing tool to save a copy.

View solution in original post

by Anonymous User
Not applicable

ABBS:

Your original question did not define the term 'relief'.  From your subsequent clarification, I think you can use focal statistics tool with a circular neighborhood and 'range' statistics type to calculate this quantity.

 

Regards,

Jim TenBrink

spatial analyst team

View solution in original post

0 Kudos
6 Replies
AdenaSchutzberg1
Esri Regular Contributor

In what software? ArcGIS Online? ArcGIS Pro? Something else?

0 Kudos
ABBS
by
New Contributor

Any means/platform that could provide the solution including ArcMap is fine with me. Thanks.

0 Kudos
HeatherSmith
Esri Contributor

Hi @ABBS 
I will assume that you already have a DEM layer. If you don't, you can extract one from the Esri terrain layer in ArcGIS Pro using the Export Raster pane.

I also assume you are looking to map a circular area, since you mentioned a radius. You first need a polygon layer representing this area. Here's how you can make one:


1. Insert Point Map Notes.

HeatherSmith_7-1655494551893.png

2. On the ribbon, on the Edit tab, click Create. Use the Create Features pane to draw one point in the middle of the area you want to map.

3. Save your edits. Clear the selection.

4. Open the Buffer geoprocessing tool. For Input Features, choose the Point Notes layer. For Distance, specify the radius you desire. 

HeatherSmith_9-1655494859572.png

You now have a polygon representing your mapping area. 

HeatherSmith_10-1655494911151.png

Next, you need to clip the elevation layer to the circle:

5. Open the Clip Raster geoprocessing tool. For Input Raster, choose the DEM. For Output Extent, choose your the new polygon layer. Check Use Input Features for Clipping Geometry.

HeatherSmith_11-1655495043406.png

Another new layer is added to your map. Turn off the other layers. You now have a circular DEM.

HeatherSmith_6-1655494032281.png

6. To turn the DEM into a hillshade (or other elevation visualization, like slope, contours, aspect), open the Raster Functions pane. Under Surface, click Hillshade.

HeatherSmith_13-1655495228933.png

7. For Raster, choose the newly clipped raster. Click Create new layer.

HeatherSmith_14-1655495258123.png

To learn more about visualizing elevation layers with raster functions, see this lesson: Illuminate terrain with a custom hillshade 

Note that the results of raster functions are temporary. To make the results permanent, use the Copy Raster geoprocessing tool to save a copy.

ABBS
by
New Contributor

Thank you @HeatherSmith for taking time for this elaborate guide. However, this does not solve the problem yet. In my case, I wish to quantitatively estimate the relief (local relief =maximum elevation- minimum elevation, over a given distance for a specific region). Indeed, this statement provides the mathematical approach to achieving the outcome but I do know how to manipulate either ArcGIS or others to achieve this. Please could you take a close look at the attached Figure? Fig.5a.JPG

The authors obtained the local relief by measuring the difference between minimum and maximum elevation within 10 km diameter (5km radius) windows around each pixel in the DEM. (This image is the Figure 5A of Thiede et al. (2009) , titled Erosional variability along the northwest Himalaya).

Take note that along the river, relief is highest whereas in the traditional hillshade, the elevation value will be lowest along the river as you have obtained above. 

Thank you for your time and hopefully, I get a solution to this.

Tags (1)
0 Kudos
by Anonymous User
Not applicable

ABBS:

Your original question did not define the term 'relief'.  From your subsequent clarification, I think you can use focal statistics tool with a circular neighborhood and 'range' statistics type to calculate this quantity.

 

Regards,

Jim TenBrink

spatial analyst team

0 Kudos
KeithAddison1
Occasional Contributor III
0 Kudos