Tool Relative Heights and Slope Positions
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
- Boehner, J. & Selige, T. (2006): Spatial prediction of soil attributes using terrain analysis and climate regionalisation. In: Boehner, J., McCloy, K.R., Strobl, J. [Eds.]: SAGA - Analysis and Modelling Applications, Goettinger Geographische Abhandlungen, 13-28. online.
- Author: J.Boehner, O.Conrad (c) 2008
- Menu: Terrain Analysis|Morphometry
Parameters
| Name | Type | Identifier | Description | Constraints |
Input | Elevation | Grid, input | DEM | - | - |
Output | Slope Height | Grid, output | HO | - | - |
Valley Depth | Grid, output | HU | - | - |
Normalized Height | Grid, output | NH | - | - |
Standardized Height | Grid, output | SH | - | - |
Mid-Slope Positon | Grid, output | MS | - | - |
Options | Grid System | Grid system | PARAMETERS_GRID_SYSTEM | - | - |
w | Floating point | W | - | Minimum: 0.000000 Default: 0.500000 |
t | Floating point | T | - | Minimum: 0.000000 Default: 10.000000 |
e | Floating point | E | - | Minimum: 0.000000 Default: 2.000000 |
Command-line
Usage: saga_cmd ta_morphometry 14 [-DEM <str>] [-HO <str>] [-HU <str>] [-NH <str>] [-SH <str>] [-MS <str>] [-W <double>] [-T <double>] [-E <double>]
-DEM:<str> Elevation
Grid, input
-HO:<str> Slope Height
Grid, output
-HU:<str> Valley Depth
Grid, output
-NH:<str> Normalized Height
Grid, output
-SH:<str> Standardized Height
Grid, output
-MS:<str> Mid-Slope Positon
Grid, output
-W:<double> w
Floating point
Minimum: 0.000000
Default: 0.500000
-T:<double> t
Floating point
Minimum: 0.000000
Default: 10.000000
-E:<double> e
Floating point
Minimum: 0.000000
Default: 2.000000