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
48 lines
973 B
ReStructuredText
48 lines
973 B
ReStructuredText
CATCHMENT AREA (FLOW TRACING)
|
|
=============================
|
|
|
|
Description
|
|
-----------
|
|
|
|
Parameters
|
|
----------
|
|
|
|
- ``Elevation[Raster]``:
|
|
- ``Sink Routes[Raster]``:
|
|
- ``Weight[Raster]``:
|
|
- ``Material[Raster]``:
|
|
- ``Target[Raster]``:
|
|
- ``Step[Number]``:
|
|
- ``Method[Selection]``:
|
|
- ``DEMON - Min. DQV[Number]``:
|
|
- ``Flow Correction[Boolean]``:
|
|
|
|
Outputs
|
|
-------
|
|
|
|
- ``Catchment Area[Raster]``:
|
|
- ``Catchment Height[Raster]``:
|
|
- ``Catchment Slope[Raster]``:
|
|
- ``Total accumulated Material[Raster]``:
|
|
- ``Accumulated Material from _left_ side[Raster]``:
|
|
- ``Accumulated Material from _right_ side[Raster]``:
|
|
|
|
See also
|
|
---------
|
|
|
|
|
|
Console usage
|
|
-------------
|
|
|
|
|
|
::
|
|
|
|
sextante.runalg('saga:catchmentareaflowtracing', elevation, sinkroute, weight, material, target, step, method, mindqv, correct, carea, cheight, cslope, accu_tot, accu_left, accu_right)
|
|
|
|
Available options for selection parameters:
|
|
|
|
method(Method)
|
|
0 - [0] Rho 8
|
|
1 - [1] Kinematic Routing Algorithm
|
|
2 - [2] DEMON
|