View source: R/qgis_zonalstatistics.R
qgis_zonalstatistics | R Documentation |
QGIS Algorithm provided by QGIS (native c++) Zonal statistics (in place) (native:zonalstatistics). Calculates statistics for a raster layer's values for each feature of an overlapping polygon vector layer. This algorithm calculates statistics of a raster layer for each feature of an overlapping polygon vector layer. The results will be written in place.
qgis_zonalstatistics(
INPUT_RASTER = qgisprocess:::qgis_default_value(),
RASTER_BAND = qgisprocess:::qgis_default_value(),
INPUT_VECTOR = qgisprocess:::qgis_default_value(),
COLUMN_PREFIX = qgisprocess:::qgis_default_value(),
STATISTICS = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
INPUT_RASTER |
|
RASTER_BAND |
|
INPUT_VECTOR |
|
COLUMN_PREFIX |
|
STATISTICS |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
INPUT_VECTOR - outputVector - Zonal statistics
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.