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
42 lines
726 B
ReStructuredText
42 lines
726 B
ReStructuredText
TOPOGRAPHIC WETNESS INDEX (TWI)
|
|
===============================
|
|
|
|
Description
|
|
-----------
|
|
|
|
Parameters
|
|
----------
|
|
|
|
- ``Slope[Raster]``:
|
|
- ``Catchment Area[Raster]``:
|
|
- ``Transmissivity[Raster]``:
|
|
- ``Area Conversion[Selection]``:
|
|
- ``Method (TWI)[Selection]``:
|
|
|
|
Outputs
|
|
-------
|
|
|
|
- ``Topographic Wetness Index[Raster]``:
|
|
|
|
See also
|
|
---------
|
|
|
|
|
|
Console usage
|
|
-------------
|
|
|
|
|
|
::
|
|
|
|
sextante.runalg('saga:topographicwetnessindextwi', slope, area, trans, conv, method, twi)
|
|
|
|
Available options for selection parameters:
|
|
|
|
conv(Area Conversion)
|
|
0 - [0] no conversion (areas already given as specific catchment area)
|
|
1 - [1] 1 / cell size (pseudo specific catchment area)
|
|
|
|
method(Method (TWI))
|
|
0 - [0] Standard
|
|
1 - [1] TOPMODEL
|