mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-09 00:35:20 -05:00
29 lines
335 B
ReStructuredText
29 lines
335 B
ReStructuredText
|
SINGLEPARTS TO MULTIPART
|
||
|
========================
|
||
|
|
||
|
Description
|
||
|
-----------
|
||
|
|
||
|
Parameters
|
||
|
----------
|
||
|
|
||
|
- ``Input layer[Vector]``:
|
||
|
- ``Unique ID field[TableField]``:
|
||
|
|
||
|
Outputs
|
||
|
-------
|
||
|
|
||
|
- ``Output layer[Vector]``:
|
||
|
|
||
|
See also
|
||
|
---------
|
||
|
|
||
|
|
||
|
Console usage
|
||
|
-------------
|
||
|
|
||
|
|
||
|
::
|
||
|
|
||
|
processing.runalg('qgis:singlepartstomultipart', input, field, output)
|