View source: R/qgis_extractbyattribute.R
qgis_extractbyattribute | R Documentation |
QGIS Algorithm provided by QGIS (native c++) Extract by attribute (native:extractbyattribute). This algorithm creates a new vector layer that only contains matching features from an input layer. The criteria for adding features to the resulting layer is defined based on the values of an attribute from the input layer.
qgis_extractbyattribute(
INPUT = qgisprocess:::qgis_default_value(),
FIELD = qgisprocess:::qgis_default_value(),
OPERATOR = qgisprocess:::qgis_default_value(),
VALUE = qgisprocess:::qgis_default_value(),
OUTPUT = qgisprocess:::qgis_default_value(),
FAIL_OUTPUT = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
INPUT |
|
FIELD |
|
OPERATOR |
|
VALUE |
|
OUTPUT |
|
FAIL_OUTPUT |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
FAIL_OUTPUT - outputVector - Extracted (non-matching)
OUTPUT - outputVector - Extracted (attribute)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.