PROExperimental

Maps breaklines by thresholding log-transformed curvedness and vectorizing thinned linear features.

geomorphometry breaklines curvature vectorization legacy-port

Parameters

NameDescriptionRequiredDefault
inputInput DEM raster path or typed raster object.Requireddem.tif
thresholdMinimum log-curvedness threshold used for breakline extraction (default 0.8).Optional0.8
min_lengthMinimum output line length in grid cells (default 3).Optional3
outputOptional output vector path (default temporary .shp).Optionalbreaklines.shp

Examples

Extract breakline vectors from a DEM.

wbe.breakline_mapping(input='dem.tif', min_length=6, output='breaklines.shp', threshold=2.0)

Project Links

WbW Homepage User Manual Learn More