1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
|
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
-------------
::
processing.runalg('saga:gridstatisticsforpolygons', grids, polygons, count, min, max, range, sum, mean, var, stddev, quantile, result)
|