SAGA-GIS Module Library Documentation (v2.3.0)

Module Remove Duplicate Points

Parameters

 NameTypeIdentifierDescriptionConstraints
InputPointsShapes (input)POINTS--
OutputResult (*)Shapes (optional output)RESULT--
OptionsAttributeTable fieldFIELD--
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
Numeric Attribute ValuesChoiceNUMERIC-Available Choices:
[0] take value from the point to be kept
[1] minimum value of all duplicates
[2] maximum value of all duplicates
[3] mean value of all duplicates
Default: 0
(*) optional

Command-line

Usage: saga_cmd shapes_points 7 [-POINTS <str>] [-FIELD <str>] [-RESULT <str>] [-METHOD <str>] [-NUMERIC <str>]
  -POINTS:<str> 	Points
	Shapes (input)
  -FIELD:<str>  	Attribute
	Table field
  -RESULT:<str> 	Result
	Shapes (optional output)
  -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
  -NUMERIC:<str>	Numeric Attribute Values
	Choice
	Available Choices:
	[0] take value from the point to be kept
	[1] minimum value of all duplicates
	[2] maximum value of all duplicates
	[3] mean value of all duplicates
	Default: 0