SAGA 9.3.3 | Tool Library Documentation

Relative Heights and Slope Positions


Description

This tool calculates several terrain indices related to the terrain position from a digital elevation model using an iterative approach. You can control the results with three parameters. The parameter 'w' weights the influence of catchment size on relative elevation (inversely proportional). The parameter 't' controls the amount by which a maximum in the neighbourhood of a cell is taken over into the cell (considering the local slope between the cells). The smaller 't' and/or the smaller the slope, the more of the maximum value is taken over into the cell. This results in a greater generalization/smoothing of the result. The greater 't' and/or the higher the slope, the less is taken over into the cell and the result will show a more irregular pattern caused by small changes in elevation between the cells. The parameter 'e' controls the position of relative height maxima as a function of slope. More details about the computational concept can be found in Boehner & Selige (2006).


References


Parameters

 NameTypeIdentifierDescriptionConstraints
InputElevationgrid, inputDEM--
OutputSlope Heightgrid, outputHO--
Valley Depthgrid, outputHU--
Normalized Heightgrid, outputNH--
Standardized Heightgrid, outputSH--
Mid-Slope Positongrid, outputMS--
OptionsGrid Systemgrid systemPARAMETERS_GRID_SYSTEM--
wfloating point numberW-Minimum: 0.000000 Default: 0.500000
tfloating point numberT-Minimum: 0.000000 Default: 10.000000
efloating point numberE-Minimum: 0.000000 Default: 2.000000

Command Line


Usage: saga_cmd ta_morphometry 14 [-DEM ] [-HO ] [-HU ] [-NH ] [-SH ] [-MS ] [-W ] [-T ] [-E ]
  -DEM: 	Elevation
	grid, input
  -HO:  	Slope Height
	grid, output
  -HU:  	Valley Depth
	grid, output
  -NH:  	Normalized Height
	grid, output
  -SH:  	Standardized Height
	grid, output
  -MS:  	Mid-Slope Positon
	grid, output
  -W:	w
	floating point number
	Minimum: 0.000000
	Default: 0.500000
  -T:	t
	floating point number
	Minimum: 0.000000
	Default: 10.000000
  -E:	e
	floating point number
	Minimum: 0.000000
	Default: 2.000000