QGIS/python/plugins/processing/algs/saga/help/convergenceindex.rst
Victor Olaya bce5b899a2 [processing] improvements in help for algorithms
Avoid creating temporary helpfiles
Added basic converter to convert rst into html on the fly
Added SAGA help files
2014-04-19 20:49:18 +02:00

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