SAGA-GIS Tool Library Documentation (v7.2.0)

Tool Remove Duplicate Points

Removes duplicate points.

Parameters

 NameTypeIdentifierDescriptionConstraints
InputPointsShapes (input)POINTS--
OutputResult (*)Shapes (optional output)RESULT--
OptionsAttributeTable fieldFIELD--
Value AggregationChoiceNUMERIC-Available Choices:
[0] take values from the point to be kept
[1] minimum values of all duplicates
[2] maximum values of all duplicates
[3] mean values of all duplicates
Default: 0
Point to KeepChoiceMETHOD-Available Choices:
[0] first point
[1] last point
[2] point with minimum attribute value
[3] point with maximum attribute value
Default: 0
(*) optional

Command-line

Usage: saga_cmd shapes_points 7 [-POINTS <str>] [-FIELD <str>] [-RESULT <str>] [-NUMERIC <str>] [-METHOD <str>]
  -POINTS:<str> 	Points
	Shapes (input)
  -FIELD:<str>  	Attribute
	Table field
  -RESULT:<str> 	Result
	Shapes (optional output)
  -NUMERIC:<str>	Value Aggregation
	Choice
	Available Choices:
	[0] take values from the point to be kept
	[1] minimum values of all duplicates
	[2] maximum values of all duplicates
	[3] mean values of all duplicates
	Default: 0
  -METHOD:<str> 	Point to Keep
	Choice
	Available Choices:
	[0] first point
	[1] last point
	[2] point with minimum attribute value
	[3] point with maximum attribute value
	Default: 0