SAGA-GIS Tool Library Documentation (v6.3.0)

Tool TIN to Shapes

Converts a TIN data set to shapes layers.

Parameters

 NameTypeIdentifierDescriptionConstraints
InputTINTIN (input)TIN--
OutputPointsShapes (output)POINTS--
Center of TrianglesShapes (output)CENTER--
EdgesShapes (output)EDGES--
TrianglesShapes (output)TRIANGLES--
PolygonsShapes (output)POLYGONS--

Command-line

Usage: saga_cmd tin_tools 3 [-TIN <str>] [-POINTS <str>] [-CENTER <str>] [-EDGES <str>] [-TRIANGLES <str>] [-POLYGONS <str>]
  -TIN:<str>      	TIN
	TIN (input)
  -POINTS:<str>   	Points
	Shapes (output)
  -CENTER:<str>   	Center of Triangles
	Shapes (output)
  -EDGES:<str>    	Edges
	Shapes (output)
  -TRIANGLES:<str>	Triangles
	Shapes (output)
  -POLYGONS:<str> 	Polygons
	Shapes (output)