1
0
mirror of https://github.com/qgis/QGIS.git synced 2025-04-02 00:04:53 -04:00
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

28 lines
486 B
ReStructuredText

SAVE SELECTED FEATURES
======================
Description
-----------
This algorithm saves the selected features as a new layer. It is possible to assign specific CRS to the new layer.
Parameters
----------
- ``Input layer[Vector]``: the layer with selected features.
Outputs
-------
- ``Output layer with selected features[Vector]``: resulting layer
See also
---------
Console usage
-------------
::
processing.runalg('qgis:saveselectedfeatures', input_layer, output_layer)