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
40 lines
528 B
ReStructuredText
40 lines
528 B
ReStructuredText
CONVERGENCE INDEX
|
|
=================
|
|
|
|
Description
|
|
-----------
|
|
|
|
Parameters
|
|
----------
|
|
|
|
- ``Elevation[Raster]``:
|
|
- ``Method[Selection]``:
|
|
- ``Gradient Calculation[Selection]``:
|
|
|
|
Outputs
|
|
-------
|
|
|
|
- ``Convergence Index[Raster]``:
|
|
|
|
See also
|
|
---------
|
|
|
|
|
|
Console usage
|
|
-------------
|
|
|
|
|
|
::
|
|
|
|
sextante.runalg('saga:convergenceindex', elevation, method, neighbours, result)
|
|
|
|
Available options for selection parameters:
|
|
|
|
method(Method)
|
|
0 - [0] Aspect
|
|
1 - [1] Gradient
|
|
|
|
neighbours(Gradient Calculation)
|
|
0 - [0] 2 x 2
|
|
1 - [1] 3 x 3
|