QGIS/python/plugins/processing/algs/saga/help/addpolygonattributestopoints.rst

32 lines
725 B
ReStructuredText
Raw Normal View History

ADD POLYGON ATTRIBUTES TO POINTS
================================
Description
-----------
This algorithm adds the specified field of the polygons layer to the attribute table of the points layer in input.
The new attributes added for each point depend on the value of the background polygon layer.
Parameters
----------
- ``Points[Vector]``: points layer
- ``Polygons[Vector]``: polygons layer
- ``Attribute[TableField]``: attribute of the polygons layer that will be added to the table attribute
Outputs
-------
- ``Result[Vector]``: resulting points layer with the new field
See also
---------
Console usage
-------------
::
sextante.runalg('saga:addpolygonattributestopoints', input, polygons, field, output)