SAGA-GIS Module Library Documentation (v2.3.0)

Module Valley Depth

Valley depth is calculated as difference between the elevation and an interpolated ridge level. Ridge level interpolation uses the algorithm implemented in the 'Vertical Distance to Channel Network' tool. It performs the following steps:
- Definition of ridge cells (using Strahler order on the inverted DEM).
- Interpolation of the ridge level.
- Subtraction of the original elevations from the ridge level.

Parameters

 NameTypeIdentifierDescriptionConstraints
InputElevationGrid (input)ELEVATION--
OutputValley DepthGrid (output)VALLEY_DEPTH--
Ridge Level (*)Grid (optional output)RIDGE_LEVEL--
OptionsGrid systemGrid systemPARAMETERS_GRID_SYSTEMGrid system-
Tension Threshold [Percentage of Cell Size]Floating pointTHRESHOLD-Minimum: 0.000000
Default: 1.000000
Keep Ridge Level above SurfaceBooleanNOUNDERGROUND-Default: 1
Ridge Detection ThresholdIntegerORDER-Minimum: 1
Maximum: 7
Default: 4
(*) optional

Command-line

Usage: saga_cmd ta_channels 7 [-ELEVATION <str>] [-VALLEY_DEPTH <str>] [-RIDGE_LEVEL <str>] [-THRESHOLD <double>] [-NOUNDERGROUND <str>] [-ORDER <num>]
  -ELEVATION:<str>    	Elevation
	Grid (input)
  -VALLEY_DEPTH:<str> 	Valley Depth
	Grid (output)
  -RIDGE_LEVEL:<str>  	Ridge Level
	Grid (optional output)
  -THRESHOLD:<double> 	Tension Threshold [Percentage of Cell Size]
	Floating point
	Minimum: 0.000000
	Default: 1.000000
  -NOUNDERGROUND:<str>	Keep Ridge Level above Surface
	Boolean
	Default: 1
  -ORDER:<num>        	Ridge Detection Threshold
	Integer
	Minimum: 1
	Maximum: 7
	Default: 4