SAGA-GIS Tool Library Documentation (v9.2.0)

Tool Convert Line/Polygon Vertices to Points

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 <str>] [-POINTS <str>] [-ADD_POINT_ORDER <str>] [-ADD <str>] [-METHOD_INSERT <str>] [-DIST <double>]
  -LINES:<str>          	Lines
	shapes, input
  -POINTS:<str>         	Points
	shapes, output
  -ADD_POINT_ORDER:<str>	Add Point Order
	boolean
	Default: 0
  -ADD:<str>            	Insert Additional Points
	boolean
	Default: 0
  -METHOD_INSERT:<str>  	Insertion
	choice
	Available Choices:
	[0] per line segment
	[1] per line
	[2] from line center
	Default: 0
  -DIST:<double>        	Insertion Distance
	floating point number
	Minimum: 0.000000
	Default: 1.000000