View source: R/qgis_fieldcalculator.R
qgis_fieldcalculator | R Documentation |
QGIS Algorithm provided by QGIS (native c++) Field calculator (native:fieldcalculator). This algorithm computes a new vector layer with the same features of the input layer, but either overwriting an existing attribute or adding an additional attribute. The values of this field are computed from each feature using an expression, based on the properties and attributes of the feature. Note that if "Field name" is an existing field in the layer then all the rest of the field settings are ignored.
qgis_fieldcalculator(
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(),
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 |
|
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.