SAGA-GIS Tool Library Documentation (v8.2.1)

Tool Point Thinning

The Points Thinning tool aggregates points at a level that fits the specified resolution. The information of those points that become aggregated is based on basic statistics, i.e. mean values for coordinates and mean, minimum, maximum, standard deviation for the selected attribute. Due to the underlying spatial structure the quadtree and the raster method lead to differing, though comparable results.

Parameters

 NameTypeIdentifierDescriptionConstraints
InputPointsShapes, inputPOINTS--
OutputThinned PointsShapes, outputTHINNED--
Thinned PointsPoint Cloud, outputTHINNED_PC--
OptionsAttributeTable fieldFIELD--
Output to Point CloudBooleanOUTPUT_PC-Default: 0
ResolutionFloating pointRESOLUTION-Minimum: 0.000000
Default: 1.000000
MethodChoiceMETHOD-Available Choices:
[0] quadtree
[1] raster
Default: 1

Command-line

Usage: saga_cmd shapes_points 14 [-POINTS <str>] [-FIELD <str>] [-OUTPUT_PC <str>] [-THINNED <str>] [-THINNED_PC <str>] [-RESOLUTION <double>] [-METHOD <str>]
  -POINTS:<str>       	Points
	Shapes, input
  -FIELD:<str>        	Attribute
	Table field
  -OUTPUT_PC:<str>    	Output to Point Cloud
	Boolean
	Default: 0
  -THINNED:<str>      	Thinned Points
	Shapes, output
  -THINNED_PC:<str>   	Thinned Points
	Point Cloud, output
  -RESOLUTION:<double>	Resolution
	Floating point
	Minimum: 0.000000
	Default: 1.000000
  -METHOD:<str>       	Method
	Choice
	Available Choices:
	[0] quadtree
	[1] raster
	Default: 1