View source: R/qgis_zonalhistogram.R
qgis_zonalhistogram | R Documentation |
QGIS Algorithm provided by QGIS (native c++) Zonal histogram (native:zonalhistogram). This algorithm appends fields representing counts of each unique value from a raster layer contained within zones defined as polygons.
qgis_zonalhistogram(
INPUT_RASTER = qgisprocess:::qgis_default_value(),
RASTER_BAND = qgisprocess:::qgis_default_value(),
INPUT_VECTOR = qgisprocess:::qgis_default_value(),
COLUMN_PREFIX = qgisprocess:::qgis_default_value(),
OUTPUT = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
INPUT_RASTER |
|
RASTER_BAND |
|
INPUT_VECTOR |
|
COLUMN_PREFIX |
|
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 - Output zones
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.