mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-16 00:03:12 -04:00
36 lines
536 B
ReStructuredText
36 lines
536 B
ReStructuredText
POINT STATISTICS FOR POLYGONS
|
|
=============================
|
|
|
|
Description
|
|
-----------
|
|
|
|
Parameters
|
|
----------
|
|
|
|
- ``Points[Vector]``:
|
|
- ``Polygons[Vector]``:
|
|
- ``Sum[Boolean]``:
|
|
- ``Mean[Boolean]``:
|
|
- ``Variance[Boolean]``:
|
|
- ``Deviation[Boolean]``:
|
|
- ``Minimum[Boolean]``:
|
|
- ``Maximum[Boolean]``:
|
|
- ``Count[Boolean]``:
|
|
|
|
Outputs
|
|
-------
|
|
|
|
- ``Statistics[Vector]``:
|
|
|
|
See also
|
|
---------
|
|
|
|
|
|
Console usage
|
|
-------------
|
|
|
|
|
|
::
|
|
|
|
processing.runalg('saga:pointstatisticsforpolygons', points, polygons, sum, avg, var, dev, min, max, num, statistics)
|