SAGA 9.12.2 | Tool Library Documentation

Line Simplification


Description

Line simplification implementing the Ramer-Douglas-Peucker algorithm.


References


Parameters

 NameTypeIdentifierDescriptionConstraints
InputLinesshapes, inputLINESLine or polygon shapefile to simplify.-
OutputSimplified Linesshapes, output, optionalOUTPUTIf not set points will be removed from the input data set.-
OptionsTolerancefloating point numberTOLERANCEMaximum deviation allowed between original and simplified curve [map units].Minimum: 0.000000 Default: 1.000000

Command Line


Usage: saga_cmd shapes_lines 4 [-LINES ] [-OUTPUT ] [-TOLERANCE ]
  -LINES:          Lines
	shapes, input
  -OUTPUT:         Simplified Lines
	shapes, output, optional
  -TOLERANCE:   Tolerance
	floating point number
	Minimum: 0.000000
	Default: 1.000000