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
32 lines
397 B
ReStructuredText
32 lines
397 B
ReStructuredText
SAGA WETNESS INDEX
|
|
==================
|
|
|
|
Description
|
|
-----------
|
|
|
|
Parameters
|
|
----------
|
|
|
|
- ``Elevation[Raster]``:
|
|
- ``t[Number]``:
|
|
|
|
Outputs
|
|
-------
|
|
|
|
- ``Catchment area[Raster]``:
|
|
- ``Catchment slope[Raster]``:
|
|
- ``Modified catchment area[Raster]``:
|
|
- ``Wetness index[Raster]``:
|
|
|
|
See also
|
|
---------
|
|
|
|
|
|
Console usage
|
|
-------------
|
|
|
|
|
|
::
|
|
|
|
sextante.runalg('saga:sagawetnessindex', dem, t, c, gn, cs, sb)
|