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
613 B
ReStructuredText
38 lines
613 B
ReStructuredText
FLOW WIDTH AND SPECIFIC CATCHMENT AREA
|
|
======================================
|
|
|
|
Description
|
|
-----------
|
|
|
|
Parameters
|
|
----------
|
|
|
|
- ``Elevation[Raster]``:
|
|
- ``Total Catchment Area (TCA)[Raster]``:
|
|
- ``Method[Selection]``:
|
|
|
|
Outputs
|
|
-------
|
|
|
|
- ``Flow Width[Raster]``:
|
|
- ``Specific Catchment Area (SCA)[Raster]``:
|
|
|
|
See also
|
|
---------
|
|
|
|
|
|
Console usage
|
|
-------------
|
|
|
|
|
|
::
|
|
|
|
sextante.runalg('saga:flowwidthandspecificcatchmentarea', dem, tca, method, width, sca)
|
|
|
|
Available options for selection parameters:
|
|
|
|
method(Method)
|
|
0 - [0] Deterministic 8
|
|
1 - [1] Multiple Flow Direction (Quinn et al. 1991)
|
|
2 - [2] Aspect
|