QGIS/python/plugins/processing/algs/saga/help/flowpathlength.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

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)