QGIS/python/plugins/processing/algs/saga/help/gridshrinkexpand.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

48 lines
653 B
ReStructuredText

GRID SHRINK/EXPAND
==================
Description
-----------
Parameters
----------
- ``Grid[Raster]``:
- ``Operation[Selection]``:
- ``Search Mode[Selection]``:
- ``Radius[Number]``:
- ``Method[Selection]``:
Outputs
-------
- ``Result Grid[Raster]``:
See also
---------
Console usage
-------------
::
sextante.runalg('saga:gridshrinkexpand', input, operation, mode, radius, method_expand, result)
Available options for selection parameters:
operation(Operation)
0 - [0] Shrink
1 - [1] Expand
mode(Search Mode)
0 - [0] Square
1 - [1] Circle
method_expand(Method)
0 - [0] min
1 - [1] max
2 - [2] mean
3 - [3] majority