Skip to content

Experimental

Methods here are experimental, not yet stable and may change or even be removed in future releases.

Geomorphometry.skbr Function
julia
mask = skbr(A; iterations=10)

Applies recursive skewness balancing by Bartels et al. (2010) to A. Applies skewness_balancing iterations times to the object (non-terrain) mask, as to include more (sloped) terrain.

Output

  • mask::BitMatrix Mask of allowed values
source