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
32 lines
578 B
ReStructuredText
32 lines
578 B
ReStructuredText
VERTICAL DISTANCE TO CHANNEL NETWORK
|
|
====================================
|
|
|
|
Description
|
|
-----------
|
|
|
|
Parameters
|
|
----------
|
|
|
|
- ``Elevation[Raster]``:
|
|
- ``Channel Network[Raster]``:
|
|
- ``Tension Threshold [Percentage of Cell Size][Number]``:
|
|
- ``Keep Base Level below Surface[Boolean]``:
|
|
|
|
Outputs
|
|
-------
|
|
|
|
- ``Vertical Distance to Channel Network[Raster]``:
|
|
- ``Channel Network Base Level[Raster]``:
|
|
|
|
See also
|
|
---------
|
|
|
|
|
|
Console usage
|
|
-------------
|
|
|
|
|
|
::
|
|
|
|
sextante.runalg('saga:verticaldistancetochannelnetwork', elevation, channels, threshold, nounderground, distance, baselevel)
|