mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-06 00:05:02 -05:00
31 lines
446 B
ReStructuredText
31 lines
446 B
ReStructuredText
|
ADVANCED PYTHON FIELD CALCULATOR
|
||
|
================================
|
||
|
|
||
|
Description
|
||
|
-----------
|
||
|
|
||
|
Parameters
|
||
|
----------
|
||
|
|
||
|
- ``Input layer[Vector]``:
|
||
|
- ``Result field name[String]``:
|
||
|
- ``Global expression[String]``:
|
||
|
- ``Formula[String]``:
|
||
|
|
||
|
Outputs
|
||
|
-------
|
||
|
|
||
|
- ``Output layer[Vector]``:
|
||
|
|
||
|
See also
|
||
|
---------
|
||
|
|
||
|
|
||
|
Console usage
|
||
|
-------------
|
||
|
|
||
|
|
||
|
::
|
||
|
|
||
|
processing.runalg('qgis:advancedpythonfieldcalculator', input_layer, field_name, global, formula, output_layer)
|