Deltares / Geomorphometry.jl

Geospatial filtering algorithms
https://deltares.github.io/Geomorphometry.jl
MIT License
15 stars 2 forks source link

Add support for slope along dimension (Sobel operator?) #37

Open alex-s-gardner opened 9 months ago

alex-s-gardner commented 9 months ago

For a lot of my work I need slope and other parameters (like curvature) along individual dimensions (i.e. slope in x and slope in y). For slope I think this is identical to the Sobel operator (https://en.wikipedia.org/wiki/Sobel_operator).