SAGA-GIS Tool Library Documentation (v6.2.0)

Tool Separate points by direction

Separates points by direction. Direction is determined as average direction of three consecutive points A, B, C. If the angle between the directions of A-B and B-C is higher than given tolerance angle the point is dropped. This tool has been designed to separate GPS tracks recorded by tractors while preparing a field.

Parameters

 NameTypeIdentifierDescriptionConstraints
InputPointsShapes (input)POINTS--
OutputOuputShapes list (output)OUTPUT--
OptionsNumber of DirectionsFloating pointDIRECTIONS-Minimum: 2.000000
Default: 4.000000
Tolerance (Degree)Floating pointTOLERANCE-Minimum: 0.000000
Default: 5.000000

Command-line

Usage: saga_cmd shapes_points 9 [-OUTPUT <str>] [-POINTS <str>] [-DIRECTIONS <double>] [-TOLERANCE <double>]
  -OUTPUT:<str>       	Ouput
	Shapes list (output)
  -POINTS:<str>       	Points
	Shapes (input)
  -DIRECTIONS:<double>	Number of Directions
	Floating point
	Minimum: 2.000000
	Default: 4.000000
  -TOLERANCE:<double> 	Tolerance (Degree)
	Floating point
	Minimum: 0.000000
	Default: 5.000000