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

29 lines
470 B
ReStructuredText

REPROJECT LAYER
===============
Description
-----------
This algorithm reprojects a vector layer in a different CRS.
Parameters
----------
- ``Input layer[Vector]``: vector to be reprojected
- ``Target CRS[Crs]``: the final CRS of the vector
Outputs
-------
- ``Reprojected layer[Vector]``:resulting vector layer reprojected in the new CRS.
See also
---------
Console usage
-------------
::
processing.runalg('qgis:reprojectlayer', input, target_crs, output)