View source: R/qgis_rastersampling.R
qgis_rastersampling | R Documentation |
QGIS Algorithm provided by QGIS (native c++) Sample raster values (native:rastersampling). Samples raster values under a set of points. This algorithm creates a new vector layer with the same attributes of the input layer and the raster values corresponding on the point location. If the raster layer has more than one band, all the band values are sampled.
qgis_rastersampling(
INPUT = qgisprocess:::qgis_default_value(),
RASTERCOPY = 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 |
|
RASTERCOPY |
|
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 - Sampled
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.