SAGA 9.3.3 | Tool Library Documentation

Convert Line/Polygon Vertices to Points


Description

Converts the vertices of lines or polygons data to points. Optionally inserts additional points in user-defined distances.


Parameters

 NameTypeIdentifierDescriptionConstraints
InputLinesshapes, inputLINES--
OutputPointsshapes, outputPOINTS--
OptionsAdd Point OrderbooleanADD_POINT_ORDERAdd point order as additional attribute.Default: 0
Insert Additional PointsbooleanADD-Default: 0
InsertionchoiceMETHOD_INSERTChoose the method how to insert additional points.Available Choices: [0] per line segment [1] per line [2] from line center Default: 0
Insertion Distancefloating point numberDISTPoint insertion distance [map units].Minimum: 0.000000 Default: 1.000000

Command Line


Usage: saga_cmd shapes_points 5 [-LINES ] [-POINTS ] [-ADD_POINT_ORDER ] [-ADD ] [-METHOD_INSERT ] [-DIST ]
  -LINES:          	Lines
	shapes, input
  -POINTS:         	Points
	shapes, output
  -ADD_POINT_ORDER:	Add Point Order
	boolean
	Default: 0
  -ADD:            	Insert Additional Points
	boolean
	Default: 0
  -METHOD_INSERT:  	Insertion
	choice
	Available Choices:
	[0] per line segment
	[1] per line
	[2] from line center
	Default: 0
  -DIST:        	Insertion Distance
	floating point number
	Minimum: 0.000000
	Default: 1.000000