View source: R/sagang_removeduplicatepoints.R
sagang_removeduplicatepoints | R Documentation |
QGIS Algorithm provided by SAGA Next Gen Remove duplicate points (sagang:removeduplicatepoints). —————- Arguments —————- POINTS: Points Argument type: source Acceptable values: - Path to a vector layer FIELD: Attribute Argument type: field Acceptable values: - The name of an existing field - ; delimited list of existing field names RESULT: Result Argument type: vectorDestination Acceptable values: - Path for new vector layer NUMERIC: Value Aggregation Default value: 0 Argument type: enum Available values: - 0: (0) take values from the point to be kept - 1: (1) minimum values of all duplicates - 2: (2) maximum values of all duplicates - 3: (3) mean values of all duplicates Acceptable values: - Number of selected option, e.g. '1' - Comma separated list of options, e.g. '1,3' METHOD: Point to Keep Default value: 0 Argument type: enum Available values: - 0: (0) first point - 1: (1) last point - 2: (2) point with minimum attribute value - 3: (3) point with maximum attribute value Acceptable values: - Number of selected option, e.g. '1' - Comma separated list of options, e.g. '1,3'
sagang_removeduplicatepoints(
POINTS = qgisprocess:::qgis_default_value(),
FIELD = qgisprocess:::qgis_default_value(),
RESULT = qgisprocess:::qgis_default_value(),
NUMERIC = qgisprocess:::qgis_default_value(),
METHOD = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
POINTS |
|
FIELD |
|
RESULT |
|
NUMERIC |
|
METHOD |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
RESULT - outputVector - Result
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.