View source: R/qgis_generatepointspixelcentroidsalongline.R
qgis_generatepointspixelcentroidsalongline | R Documentation |
QGIS Algorithm provided by QGIS Generate points (pixel centroids) along line (qgis:generatepointspixelcentroidsalongline). This algorithm generates a point vector layer from an input raster and line layer. The points correspond to the pixel centroids that intersect the line layer.
qgis_generatepointspixelcentroidsalongline(
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 - Points along lines
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.