mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-06 00:05:02 -05:00
28 lines
486 B
ReStructuredText
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)
|