mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-15 00:04:37 -04:00
Avoid creating temporary helpfiles Added basic converter to convert rst into html on the fly Added SAGA help files
32 lines
559 B
ReStructuredText
32 lines
559 B
ReStructuredText
CONVERT TABLE TO POINTS
|
|
=======================
|
|
|
|
Description
|
|
-----------
|
|
This algorithm converts the attribute table of a layer into a points layer. The resulting layer will be reprojected
|
|
according to the X and Y fields.
|
|
|
|
Parameters
|
|
----------
|
|
|
|
- ``Table[Table]``: attribute table of the layer in input
|
|
- ``X[TableField]``: X coordinate
|
|
- ``Y[TableField]``: Y coordinate
|
|
|
|
Outputs
|
|
-------
|
|
|
|
- ``Points[Vector]``: resulting points layer
|
|
|
|
See also
|
|
---------
|
|
|
|
|
|
Console usage
|
|
-------------
|
|
|
|
|
|
::
|
|
|
|
sextante.runalg('saga:converttabletopoints', table, x, y, points)
|