QGIS/python/plugins/processing/algs/qgis/help/countpointsinpolygonweighted.rst
Victor Olaya 15e923820f [processing] added help files for algs in qgis group
Most help files missing content
2014-06-08 20:00:03 +02:00

34 lines
866 B
ReStructuredText

COUNT POINTS IN POLYGON(WEIGHTED)
=================================
Description
-----------
This algorithm counts the number of points in each feature of a polygons layer and calculates the mean of the selected field for
each feature of the polygons layer.
These values will be added to the attribute table of the resulting polygons layer.
Parameters
----------
- ``Polygons[Vector]``: polygons layer in input
- ``Points[Vector]``: points layer in input
- ``Weight field[TableField]``: weight field of the points attribute table
- ``Count field name[String]``: name of the column for the new weighted field
Outputs
-------
- ``Result[Vector]``: the resulting polygons layer
See also
---------
Count points in polygon algorithm
Console usage
-------------
::
processing.runalg('qgis:countpointsinpolygonweighted', polygons, points, weight, field, output)