View source: R/qgis_calculatevectoroverlaps.R
qgis_calculatevectoroverlaps | R Documentation |
QGIS Algorithm provided by QGIS (native c++) Overlap analysis (native:calculatevectoroverlaps). This algorithm calculates the area and percentage cover by which features from an input layer are overlapped by features from a selection of overlay layers. New attributes are added to the output layer reporting the total area of overlap and percentage of the input feature overlapped by each of the selected overlay layers.
qgis_calculatevectoroverlaps(
INPUT = qgisprocess:::qgis_default_value(),
LAYERS = qgisprocess:::qgis_default_value(),
OUTPUT = qgisprocess:::qgis_default_value(),
GRID_SIZE = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
INPUT |
|
LAYERS |
|
OUTPUT |
|
GRID_SIZE |
|
... |
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 - Overlap
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.