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
38 lines
584 B
ReStructuredText
38 lines
584 B
ReStructuredText
FLOW PATH LENGTH
|
|
================
|
|
|
|
Description
|
|
-----------
|
|
|
|
Parameters
|
|
----------
|
|
|
|
- ``Elevation[Raster]``:
|
|
- ``Seeds[Raster]``:
|
|
- ``Seeds Only[Boolean]``:
|
|
- ``Flow Routing Algorithm[Selection]``:
|
|
- ``Convergence (FD8)[Number]``:
|
|
|
|
Outputs
|
|
-------
|
|
|
|
- ``Flow Path Length[Raster]``:
|
|
|
|
See also
|
|
---------
|
|
|
|
|
|
Console usage
|
|
-------------
|
|
|
|
|
|
::
|
|
|
|
sextante.runalg('saga:flowpathlength', elevation, seed, seeds_only, method, convergence, length)
|
|
|
|
Available options for selection parameters:
|
|
|
|
method(Flow Routing Algorithm)
|
|
0 - [0] Deterministic 8 (D8)
|
|
1 - [1] Multiple Flow Direction (FD8)
|