View source: R/qgis_zonalstatisticsfb.R
qgis_zonalstatisticsfb | R Documentation |
QGIS Algorithm provided by QGIS (native c++) Zonal statistics (native:zonalstatisticsfb). This algorithm calculates statistics of a raster layer for each feature of an overlapping polygon vector layer.
qgis_zonalstatisticsfb(
INPUT = qgisprocess:::qgis_default_value(),
INPUT_RASTER = qgisprocess:::qgis_default_value(),
RASTER_BAND = qgisprocess:::qgis_default_value(),
COLUMN_PREFIX = qgisprocess:::qgis_default_value(),
STATISTICS = qgisprocess:::qgis_default_value(),
OUTPUT = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
INPUT |
|
INPUT_RASTER |
|
RASTER_BAND |
|
COLUMN_PREFIX |
|
STATISTICS |
|
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 - Zonal Statistics
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.