mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-09 00:05:52 -04:00
29 lines
423 B
ReStructuredText
29 lines
423 B
ReStructuredText
ADD COORDINATES TO POINTS
|
|
=========================
|
|
|
|
Description
|
|
-----------
|
|
This algorithm adds the X and Y coordinates in the attribute table.
|
|
|
|
Parameters
|
|
----------
|
|
|
|
- ``Points[Vector]``: input points layer
|
|
|
|
Outputs
|
|
-------
|
|
|
|
- ``Output[Vector]``: resulting layer with the updated attribute table.
|
|
|
|
See also
|
|
---------
|
|
|
|
|
|
Console usage
|
|
-------------
|
|
|
|
|
|
::
|
|
|
|
processing.runalg('saga:addcoordinatestopoints', input, output)
|