SAGA-GIS Tool Library Documentation (v9.2.0)

Tool Split Lines at Points

The tool allows one to split lines at certain points. The points must be provided as point shapes.

Parameters

 NameTypeIdentifierDescriptionConstraints
InputLinesshapes, inputLINESThe input lines to split.-
Split Featuresshapes, inputSPLITThe points at which the input lines are to be split.-
OutputIntersectionshapes, outputINTERSECTThe splitted lines.-
OptionsOutputchoiceOUTPUTChoose the output line type, either polylines or separate lines.Available Choices:
[0] polylines
[1] separate lines
Default: 1
Epsilonfloating point numberEPSILONThe tolerance used to find the point-line intersections [map units].Default: 0.000000

Command-line

Usage: saga_cmd shapes_lines 8 [-LINES <str>] [-SPLIT <str>] [-INTERSECT <str>] [-OUTPUT <str>] [-EPSILON <double>]
  -LINES:<str>     	Lines
	shapes, input
  -SPLIT:<str>     	Split Features
	shapes, input
  -INTERSECT:<str> 	Intersection
	shapes, output
  -OUTPUT:<str>    	Output
	choice
	Available Choices:
	[0] polylines
	[1] separate lines
	Default: 1
  -EPSILON:<double>	Epsilon
	floating point number
	Default: 0.000000