View source: R/qgis_meshexportcrosssection.R
qgis_meshexportcrosssection | R Documentation |
QGIS Algorithm provided by QGIS (native c++) Export cross section dataset values on lines from mesh (native:meshexportcrosssection). Extracts a mesh dataset's values from lines contained in a vector layer This algorithm extracts mesh's dataset values from line contained in a vector layer. Each line is discretized with a resolution distance parameter for extraction of values on its vertices.
qgis_meshexportcrosssection(
INPUT = qgisprocess:::qgis_default_value(),
DATASET_GROUPS = qgisprocess:::qgis_default_value(),
DATASET_TIME = qgisprocess:::qgis_default_value(),
INPUT_LINES = qgisprocess:::qgis_default_value(),
RESOLUTION = qgisprocess:::qgis_default_value(),
COORDINATES_DIGITS = qgisprocess:::qgis_default_value(),
DATASET_DIGITS = 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 |
|
INPUT_LINES |
|
RESOLUTION |
|
COORDINATES_DIGITS |
|
DATASET_DIGITS |
|
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 - outputFile - Exported data CSV file
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.