SAGA 9.3.3 | Tool Library Documentation

Remove Duplicate Points


Description

Removes duplicate points.


Parameters

 NameTypeIdentifierDescriptionConstraints
InputPointsshapes, inputPOINTS--
OutputResultshapes, output, optionalRESULT--
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

Command Line


Usage: saga_cmd shapes_points 7 [-POINTS ] [-FIELD ] [-RESULT ] [-NUMERIC ] [-METHOD ]
  -POINTS: 	Points
	shapes, input
  -FIELD:  	Attribute
	table field
  -RESULT: 	Result
	shapes, output, optional
  -NUMERIC:	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: 	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