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