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

29 lines
540 B
ReStructuredText

GRID STANDARDISATION
====================
Description
-----------
This algorithm standardises the grid layer values. It is also possible to choose the stretch factor, that is the "spreading" of the new values.
Parameters
----------
- ``Grid[Raster]``: grid layer in input
- ``Stretch Factor[Number]``: stretching factor (standard deviation)
Outputs
-------
- ``Standardised Grid[Raster]``:the resulting layer
See also
---------
Console usage
-------------
::
sextante.runalg('saga:gridstandardisation', input, stretch, output)