SAGA-GIS Tool Library Documentation (v8.2.1)

Tool Slope Length

The tool allows one to calculate a special version of slope (or flowpath) length. In a first processing step, the slope of each cell is calculated with the method of Zevenbergen & Thorne (1986). The slope length values are then accumulated downslope using the Deterministic 8 (D8) single flow direction algorithm and a threshold criterion: the slope length is only accumulated downslope if the slope of the receiving cell is steeper than half of the slope of the contributing cell (i.e. the accumulation stops if the slope profile gets abruptly flatter).
If several cells are contributing to a cell, the maximum of the accumulated slope length values found in these cells is passed to the receiving cell and then routed further downslope.

Parameters

 NameTypeIdentifierDescriptionConstraints
InputElevationGrid, inputDEMThe digital elevation model.-
OutputSlope LengthGrid, outputLENGTHThe maximum slope (flowpath) length.-
OptionsGrid SystemGrid systemPARAMETERS_GRID_SYSTEM--

Command-line

Usage: saga_cmd ta_hydrology 7 [-DEM <str>] [-LENGTH <str>]
  -DEM:<str>   	Elevation
	Grid, input
  -LENGTH:<str>	Slope Length
	Grid, output