View source: R/qgis_meshrasterize.R
qgis_meshrasterize | R Documentation |
QGIS Algorithm provided by QGIS (native c++) Rasterize mesh dataset (native:meshrasterize). Creates a raster layer from a mesh dataset This algorithm creates a raster layer from a mesh dataset. For data on volume (3D stacked dataset values), the exported dataset values are averaged on faces using the method defined in the mesh layer properties (default is Multi level averaging method). 1D meshes are not supported.
qgis_meshrasterize(
INPUT = qgisprocess:::qgis_default_value(),
DATASET_GROUPS = qgisprocess:::qgis_default_value(),
DATASET_TIME = qgisprocess:::qgis_default_value(),
EXTENT = qgisprocess:::qgis_default_value(),
PIXEL_SIZE = qgisprocess:::qgis_default_value(),
CRS_OUTPUT = qgisprocess:::qgis_default_value(),
CREATE_OPTIONS = qgisprocess:::qgis_default_value(),
OUTPUT = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
INPUT |
|
DATASET_GROUPS |
|
DATASET_TIME |
|
EXTENT |
|
PIXEL_SIZE |
|
CRS_OUTPUT |
|
CREATE_OPTIONS |
|
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 - outputRaster - Output raster layer
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.