mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-15 00:04:37 -04:00
Avoid creating temporary helpfiles Added basic converter to convert rst into html on the fly Added SAGA help files
37 lines
827 B
ReStructuredText
37 lines
827 B
ReStructuredText
MULTIRESOLUTION INDEX OF VALLEY BOTTOM FLATNESS (MRVBF)
|
|
=======================================================
|
|
|
|
Description
|
|
-----------
|
|
|
|
Parameters
|
|
----------
|
|
|
|
- ``Elevation[Raster]``:
|
|
- ``Initial Threshold for Slope[Number]``:
|
|
- ``Threshold for Elevation Percentile (Lowness)[Number]``:
|
|
- ``Threshold for Elevation Percentile (Upness)[Number]``:
|
|
- ``Shape Parameter for Slope[Number]``:
|
|
- ``Shape Parameter for Elevation Percentile[Number]``:
|
|
- ``Update Views[Boolean]``:
|
|
- ``Classify[Boolean]``:
|
|
- ``Maximum Resolution (Percentage)[Number]``:
|
|
|
|
Outputs
|
|
-------
|
|
|
|
- ``MRVBF[Raster]``:
|
|
- ``MRRTF[Raster]``:
|
|
|
|
See also
|
|
---------
|
|
|
|
|
|
Console usage
|
|
-------------
|
|
|
|
|
|
::
|
|
|
|
sextante.runalg('saga:multiresolutionindexofvalleybottomflatnessmrvbf', dem, t_slope, t_pctl_v, t_pctl_r, p_slope, p_pctl, update, classify, max_res, mrvbf, mrrtf)
|