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
45 lines
846 B
ReStructuredText
45 lines
846 B
ReStructuredText
CHANNEL NETWORK
|
|
===============
|
|
|
|
Description
|
|
-----------
|
|
|
|
Parameters
|
|
----------
|
|
|
|
- ``Elevation[Raster]``:
|
|
- ``Flow Direction[Raster]``:
|
|
- ``Initiation Grid[Raster]``:
|
|
- ``Initiation Type[Selection]``:
|
|
- ``Initiation Threshold[Number]``:
|
|
- ``Divergence[Raster]``:
|
|
- ``Tracing: Max. Divergence[Number]``:
|
|
- ``Tracing: Weight[Raster]``:
|
|
- ``Min. Segment Length[Number]``:
|
|
|
|
Outputs
|
|
-------
|
|
|
|
- ``Channel Network[Raster]``:
|
|
- ``Channel Direction[Raster]``:
|
|
- ``Channel Network[Vector]``:
|
|
|
|
See also
|
|
---------
|
|
|
|
|
|
Console usage
|
|
-------------
|
|
|
|
|
|
::
|
|
|
|
sextante.runalg('saga:channelnetwork', elevation, sinkroute, init_grid, init_method, init_value, div_grid, div_cells, trace_weight, minlen, chnlntwrk, chnlroute, shapes)
|
|
|
|
Available options for selection parameters:
|
|
|
|
init_method(Initiation Type)
|
|
0 - [0] Less than
|
|
1 - [1] Equals
|
|
2 - [2] Greater than
|