View source: R/qgis_advancedpythonfieldcalculator.R
qgis_advancedpythonfieldcalculator | R Documentation |
QGIS Algorithm provided by QGIS Advanced Python field calculator (qgis:advancedpythonfieldcalculator). This algorithm adds a new attribute to a vector layer, with values resulting from applying an expression to each feature. The expression is defined as a Python function.
qgis_advancedpythonfieldcalculator(
INPUT = qgisprocess:::qgis_default_value(),
FIELD_NAME = qgisprocess:::qgis_default_value(),
FIELD_TYPE = qgisprocess:::qgis_default_value(),
FIELD_LENGTH = qgisprocess:::qgis_default_value(),
FIELD_PRECISION = qgisprocess:::qgis_default_value(),
GLOBAL = qgisprocess:::qgis_default_value(),
FORMULA = qgisprocess:::qgis_default_value(),
OUTPUT = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
INPUT |
|
FIELD_NAME |
|
FIELD_TYPE |
|
FIELD_LENGTH |
|
FIELD_PRECISION |
|
GLOBAL |
|
FORMULA |
|
OUTPUT |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
OUTPUT - outputVector - Calculated
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.