View source: R/qgis_exportmeshongrid.R
qgis_exportmeshongrid | R Documentation |
QGIS Algorithm provided by QGIS (native c++) Export mesh on grid (native:exportmeshongrid). Exports mesh dataset values to a gridded point vector layer This algorithm exports a mesh layer's dataset values to a gridded point vector layer, with the dataset values on each point as attribute values. 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_exportmeshongrid(
INPUT = qgisprocess:::qgis_default_value(),
DATASET_GROUPS = qgisprocess:::qgis_default_value(),
DATASET_TIME = qgisprocess:::qgis_default_value(),
EXTENT = qgisprocess:::qgis_default_value(),
GRID_SPACING = qgisprocess:::qgis_default_value(),
CRS_OUTPUT = qgisprocess:::qgis_default_value(),
VECTOR_OPTION = 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 |
|
GRID_SPACING |
|
CRS_OUTPUT |
|
VECTOR_OPTION |
|
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 - Output vector layer
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.