SAGA 9.3.3 | Tool Library Documentation

Convert Vertex Type (2D/3D)


Description

The tool allows one to convert the vertex type of shapes from 'XY' (2D) to 'XYZ/M' (3D) and vice versa. The conversion from 3D to 2D is not lossless for lines and polygons, as only the Z/M value of one vertex can be retained (currently that of the last vertex).


Parameters

 NameTypeIdentifierDescriptionConstraints
InputInputshapes, inputINPUTThe shapefile to convert.-
OutputOutputshapes, outputOUTPUTThe converted shapefile.-
OptionsZtable fieldFIELD_ZField with z-coordinate information.-
Mtable fieldFIELD_MField with measure information.-

Command Line


Usage: saga_cmd shapes_tools 23 [-INPUT ] [-FIELD_Z ] [-FIELD_M ] [-OUTPUT ]
  -INPUT:  	Input
	shapes, input
  -FIELD_Z:	Z
	table field
  -FIELD_M:	M
	table field
  -OUTPUT: 	Output
	shapes, output