View source: R/qgis_keepnbiggestparts.R
qgis_keepnbiggestparts | R Documentation |
QGIS Algorithm provided by QGIS (native c++) Keep N biggest parts (native:keepnbiggestparts). This algorithm takes a polygon layer and creates a new polygon layer in which multipart geometries have been removed, leaving only the n largest (in terms of area) parts.
qgis_keepnbiggestparts(
POLYGONS = qgisprocess:::qgis_default_value(),
PARTS = qgisprocess:::qgis_default_value(),
OUTPUT = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
POLYGONS |
|
PARTS |
|
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 - Parts
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.