SAGA 9.9.1 | Tool Library Documentation

Topologize Polylines


Description

The topology module will convert a shapefile containing lines to a topological network of lines: the direction of every line (i.e., the point order) is used to create a network from and to nodes.


Parameters

 NameTypeIdentifierDescriptionConstraints
InputInput Linesshapes, inputINPUTLINES--
Target grid (for grid system)grid, input, optionalSYSTEM--
OutputOutput Linesshapes, outputOUTPUTLINES--
Output Nodesshapes, output, optionalOUTPUTPOINTS--
OptionsTolerance Distancefloating point numberTOLERANCE-Default: 0.010000
Grid systemgrid systemSYSTEM_GRIDSYSTEM--
SimplifybooleanSIMPLIFY-Default: 0

Command Line


Usage: saga_cmd shapes_lines 16 [-INPUTLINES ] [-OUTPUTLINES ] [-OUTPUTPOINTS ] [-TOLERANCE ] [-SYSTEM ] [-SIMPLIFY ]
  -INPUTLINES:     Input Lines
	shapes, input
  -OUTPUTLINES:    Output Lines
	shapes, output
  -OUTPUTPOINTS:   Output Nodes
	shapes, output, optional
  -TOLERANCE:   Tolerance Distance
	floating point number
	Default: 0.010000
  -SYSTEM:         Target grid (for grid system)
	grid, input, optional
  -SIMPLIFY:       Simplify
	boolean
	Default: 0