View source: R/qgis_pixelstopolygons.R
qgis_pixelstopolygons | R Documentation |
QGIS Algorithm provided by QGIS (native c++) Raster pixels to polygons (native:pixelstopolygons). Creates a vector layer of polygons corresponding to each pixel in a raster layer. This algorithm converts a raster layer to a vector layer, by creating polygon features for each individual pixel's extent in the raster layer. Any NoData pixels are skipped in the output.
qgis_pixelstopolygons(
INPUT_RASTER = qgisprocess:::qgis_default_value(),
RASTER_BAND = qgisprocess:::qgis_default_value(),
FIELD_NAME = qgisprocess:::qgis_default_value(),
OUTPUT = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
INPUT_RASTER |
|
RASTER_BAND |
|
FIELD_NAME |
|
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 - Vector polygons
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.