How to produce the slope variation map?

3643
4
05-28-2020 02:20 PM
SreehariAshok
New Contributor

I have made the slope map of a particular region using the dtm. How can I produce a slope variation map, which shows the difference in slopes between adjacent cells? Thanks in advance.

0 Kudos
4 Replies
DanPatterson
MVP Esteemed Contributor

You would have to 'shift' the slope map in the 8 cardinal directions by 1 cell (dx, dy) and subtract each from the original, if you want to find the difference in all of the 8 major directions

Shift—Data Management toolbox | Documentation 


... sort of retired...
DanPatterson
MVP Esteemed Contributor

of if you want the rate-of-change of the slope, you can look at 

Curvature—Help | Documentation 


... sort of retired...
SreehariAshok
New Contributor

Thank you.

0 Kudos
DanPatterson
MVP Esteemed Contributor

Let us know if it works as you needed.


... sort of retired...
0 Kudos