Experimental
Methods here are experimental, not yet stable and may change or even be removed in future releases.
Geomorphometry.prominence Function
julia
prominence(dem::AbstractMatrix{<:Real})
Prominence calculates the number of cells that are lower or equal than the central cell. Thus, 8 is a local maximum (peak), while 0 is a local minimum (pit).
sourceGeomorphometry.skbr Function
julia
mask = skbr(A; iterations=10)
Applies recursive skewness balancing by Bartels e.a (2010) to A
. Applies skb
iterations
times to the object (non-terrain) mask, as to include more (sloped) terrain.
Output
mask::BitMatrix
Mask of allowed values
docs
Geomorphometry.pmf2