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
34 lines
516 B
ReStructuredText
34 lines
516 B
ReStructuredText
STATISTICS FOR GRIDS
|
|
====================
|
|
|
|
Description
|
|
-----------
|
|
|
|
Parameters
|
|
----------
|
|
|
|
- ``Grids[MultipleInput]``:
|
|
|
|
Outputs
|
|
-------
|
|
|
|
- ``Arithmetic Mean[Raster]``:
|
|
- ``Minimum[Raster]``:
|
|
- ``Maximum[Raster]``:
|
|
- ``Variance[Raster]``:
|
|
- ``Standard Deviation[Raster]``:
|
|
- ``Mean less Standard Deviation[Raster]``:
|
|
- ``Mean plus Standard Deviation[Raster]``:
|
|
|
|
See also
|
|
---------
|
|
|
|
|
|
Console usage
|
|
-------------
|
|
|
|
|
|
::
|
|
|
|
sextante.runalg('saga:statisticsforgrids', grids, mean, min, max, var, stddev, stddevlo, stddevhi)
|