mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-28 00:17:30 -05:00
31 lines
432 B
ReStructuredText
31 lines
432 B
ReStructuredText
JOIN ATTRIBUTES TABLE
|
|
=====================
|
|
|
|
Description
|
|
-----------
|
|
|
|
Parameters
|
|
----------
|
|
|
|
- ``Input layer[Vector]``:
|
|
- ``Input layer 2[Vector]``:
|
|
- ``Table field[TableField]``:
|
|
- ``Table field 2[TableField]``:
|
|
|
|
Outputs
|
|
-------
|
|
|
|
- ``Output layer[Vector]``:
|
|
|
|
See also
|
|
---------
|
|
|
|
|
|
Console usage
|
|
-------------
|
|
|
|
|
|
::
|
|
|
|
processing.runalg('qgis:joinattributestable', input_layer, input_layer_2, table_field, table_field_2, output_layer)
|