1
0
mirror of https://github.com/qgis/QGIS.git synced 2025-03-12 00:02:25 -04:00

29 lines
542 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
-------------
::
processing.runalg('saga:gridstandardisation', input, stretch, output)