View source: R/qgis_joinbylocationsummary.R
qgis_joinbylocationsummary | R Documentation |
QGIS Algorithm provided by QGIS (native c++) Join attributes by location (summary) (native:joinbylocationsummary). Calculate summaries of 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. The algorithm calculates a statistical summary for the values from matching features in the second layer( e.g. maximum value, mean value, etc ).
qgis_joinbylocationsummary(
INPUT = qgisprocess:::qgis_default_value(),
PREDICATE = qgisprocess:::qgis_default_value(),
JOIN = qgisprocess:::qgis_default_value(),
JOIN_FIELDS = qgisprocess:::qgis_default_value(),
SUMMARIES = qgisprocess:::qgis_default_value(),
DISCARD_NONMATCHING = qgisprocess:::qgis_default_value(),
OUTPUT = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
INPUT |
|
PREDICATE |
|
JOIN |
|
JOIN_FIELDS |
|
SUMMARIES |
|
DISCARD_NONMATCHING |
|
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 - Joined layer
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.