QGIS/python/plugins/processing/algs/saga/help/converttabletopoints.rst
Victor Olaya bce5b899a2 [processing] improvements in help for algorithms
Avoid creating temporary helpfiles
Added basic converter to convert rst into html on the fly
Added SAGA help files
2014-04-19 20:49:18 +02:00

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)