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

37 lines
559 B
ReStructuredText

CHANGE GRID VALUES
==================
Description
-----------
Parameters
----------
- ``Grid[Raster]``:
- ``Replace Condition[Selection]``:
- ``Lookup Table[FixedTable]``:
Outputs
-------
- ``Changed Grid[Raster]``:
See also
---------
Console usage
-------------
::
sextante.runalg('saga:changegridvalues', grid_in, method, lookup, grid_out)
Available options for selection parameters:
method(Replace Condition)
0 - [0] Grid value equals low value
1 - [1] Low value < grid value < high value
2 - [2] Low value <= grid value < high value