View source: R/qgis_savefeatures.R
qgis_savefeatures | R Documentation |
QGIS Algorithm provided by QGIS (native c++) Save vector features to file (native:savefeatures). This algorithm saves vector features to a specified file dataset. For dataset formats supporting layers, an optional layer name parameter can be used to specify a custom string. Optional GDAL-defined dataset and layer options can be specified. For more information on this, read the online GDAL documentation.
qgis_savefeatures(
INPUT = qgisprocess:::qgis_default_value(),
OUTPUT = qgisprocess:::qgis_default_value(),
LAYER_NAME = qgisprocess:::qgis_default_value(),
DATASOURCE_OPTIONS = qgisprocess:::qgis_default_value(),
LAYER_OPTIONS = qgisprocess:::qgis_default_value(),
ACTION_ON_EXISTING_FILE = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
INPUT |
|
OUTPUT |
|
LAYER_NAME |
|
DATASOURCE_OPTIONS |
|
LAYER_OPTIONS |
|
ACTION_ON_EXISTING_FILE |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
FILE_PATH - outputString - File name and path
LAYER_NAME - outputString - Layer name
OUTPUT - outputFile - Saved features
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.