View source: R/qgis_splitvectorlayer.R
qgis_splitvectorlayer | R Documentation |
QGIS Algorithm provided by QGIS (native c++) Split vector layer (native:splitvectorlayer). Splits input vector layer into multiple layers by specified unique ID field. Each of the layers created in the output folder contains all features from the input layer with the same value for the specified attribute. The number of files generated is equal to the number of different values found for the specified attribute.
qgis_splitvectorlayer(
INPUT = qgisprocess:::qgis_default_value(),
FIELD = qgisprocess:::qgis_default_value(),
PREFIX_FIELD = qgisprocess:::qgis_default_value(),
FILE_TYPE = qgisprocess:::qgis_default_value(),
OUTPUT = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
INPUT |
|
FIELD |
|
PREFIX_FIELD |
|
FILE_TYPE |
|
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 - outputFolder - Output directory
OUTPUT_LAYERS - outputMultilayer - Output layers
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.