QGIS/python/plugins/processing/algs/qgis/help/countpointsinpolygon.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

31 lines
622 B
ReStructuredText

COUNT POINTS IN POLYGON
=======================
Description
-----------
This algorithm counts the number of points present in each feature of a polygons layer.
Parameters
----------
- ``Polygons[Vector]``:polygons layer
- ``Points[Vector]``:points layer
- ``Count field name[String]``:the name of the attribute table column containing the points number
Outputs
-------
- ``Result[Vector]``: resulting layer with the attribute table containing the new column of the points count.
See also
---------
Console usage
-------------
::
processing.runalg('qgis:countpointsinpolygon', polygons, points, field, output)