mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-17 00:04:02 -04:00
Avoid creating temporary helpfiles Added basic converter to convert rst into html on the fly Added SAGA help files
38 lines
621 B
ReStructuredText
38 lines
621 B
ReStructuredText
GRID STATISTICS FOR POLYGONS
|
|
============================
|
|
|
|
Description
|
|
-----------
|
|
|
|
Parameters
|
|
----------
|
|
|
|
- ``Grids[MultipleInput]``:
|
|
- ``Polygons[Vector]``:
|
|
- ``Number of Cells[Boolean]``:
|
|
- ``Minimum[Boolean]``:
|
|
- ``Maximum[Boolean]``:
|
|
- ``Range[Boolean]``:
|
|
- ``Sum[Boolean]``:
|
|
- ``Mean[Boolean]``:
|
|
- ``Variance[Boolean]``:
|
|
- ``Standard Deviation[Boolean]``:
|
|
- ``Quantiles[Number]``:
|
|
|
|
Outputs
|
|
-------
|
|
|
|
- ``Statistics[Vector]``:
|
|
|
|
See also
|
|
---------
|
|
|
|
|
|
Console usage
|
|
-------------
|
|
|
|
|
|
::
|
|
|
|
sextante.runalg('saga:gridstatisticsforpolygons', grids, polygons, count, min, max, range, sum, mean, var, stddev, quantile, result)
|