View source: R/qgis_meshexporttimeseries.R
qgis_meshexporttimeseries | R Documentation |
QGIS Algorithm provided by QGIS (native c++) Export time series values from points of a mesh dataset (native:meshexporttimeseries). Extracts a mesh dataset's time series values from points contained in a vector layer This algorithm extracts mesh's dataset time series values from points contained in a vector layer. If the time step is kept to its default value (0 hours), the time step used is the one of the two first datasets of the first selected dataset group.
qgis_meshexporttimeseries(
INPUT = qgisprocess:::qgis_default_value(),
DATASET_GROUPS = qgisprocess:::qgis_default_value(),
STARTING_TIME = qgisprocess:::qgis_default_value(),
FINISHING_TIME = qgisprocess:::qgis_default_value(),
TIME_STEP = qgisprocess:::qgis_default_value(),
INPUT_POINTS = 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 |
|
STARTING_TIME |
|
FINISHING_TIME |
|
TIME_STEP |
|
INPUT_POINTS |
|
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.