View source: R/qgis_joinattributesbylocation.R
qgis_joinattributesbylocation | R Documentation |
QGIS Algorithm provided by QGIS (native c++) Join attributes by location (native:joinattributesbylocation). Join attributes from one vector layer to another by location. This algorithm takes an input vector layer and creates a new vector layer that is an extended version of the input one, with additional attributes in its attribute table. The additional attributes and their values are taken from a second vector layer. A spatial criteria is applied to select the values from the second layer that are added to each feature from the first layer in the resulting one. —————- Notes —————- - This algorithm drops existing primary keys or FID values and regenerates them in output layers.
qgis_joinattributesbylocation(
INPUT = qgisprocess:::qgis_default_value(),
PREDICATE = qgisprocess:::qgis_default_value(),
JOIN = qgisprocess:::qgis_default_value(),
JOIN_FIELDS = qgisprocess:::qgis_default_value(),
METHOD = qgisprocess:::qgis_default_value(),
DISCARD_NONMATCHING = qgisprocess:::qgis_default_value(),
PREFIX = qgisprocess:::qgis_default_value(),
OUTPUT = qgisprocess:::qgis_default_value(),
NON_MATCHING = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
INPUT |
|
PREDICATE |
|
JOIN |
|
JOIN_FIELDS |
|
METHOD |
|
DISCARD_NONMATCHING |
|
PREFIX |
|
OUTPUT |
|
NON_MATCHING |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
JOINED_COUNT - outputNumber - Number of joined features from input table
NON_MATCHING - outputVector - Unjoinable features from first layer
OUTPUT - outputVector - Joined layer
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.