QGIS/python/plugins/processing/algs/saga/help/relativeheightsandslopepositions.rst
Victor Olaya bce5b899a2 [processing] improvements in help for algorithms
Avoid creating temporary helpfiles
Added basic converter to convert rst into html on the fly
Added SAGA help files
2014-04-19 20:49:18 +02:00

35 lines
522 B
ReStructuredText

RELATIVE HEIGHTS AND SLOPE POSITIONS
====================================
Description
-----------
Parameters
----------
- ``Elevation[Raster]``:
- ``w[Number]``:
- ``t[Number]``:
- ``e[Number]``:
Outputs
-------
- ``Slope Height[Raster]``:
- ``Valley Depth[Raster]``:
- ``Normalized Height[Raster]``:
- ``Standardized Height[Raster]``:
- ``Mid-Slope Positon[Raster]``:
See also
---------
Console usage
-------------
::
sextante.runalg('saga:relativeheightsandslopepositions', dem, w, t, e, ho, hu, nh, sh, ms)