View source: R/qgis_generatepointspixelcentroidsinsidepolygons.R
qgis_generatepointspixelcentroidsinsidepolygons | R Documentation |
QGIS Algorithm provided by QGIS (native c++) Generate points (pixel centroids) inside polygons (native:generatepointspixelcentroidsinsidepolygons). Generates pixel centroids for the raster area falling inside polygons. Used to generate points for further raster sampling. —————- Notes —————- - This algorithm drops existing primary keys or FID values and regenerates them in output layers.
qgis_generatepointspixelcentroidsinsidepolygons(
INPUT_RASTER = qgisprocess:::qgis_default_value(),
INPUT_VECTOR = qgisprocess:::qgis_default_value(),
OUTPUT = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
INPUT_RASTER |
|
INPUT_VECTOR |
|
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 - Pixel centroids
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.