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
48 lines
653 B
ReStructuredText
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
|