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
37 lines
559 B
ReStructuredText
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
|