SAGA-GIS Tool Library Documentation (v9.2.0)

Tool Grid to TIN (Surface Specific Points)

Creates a TIN by identifying (surface) specific points of a grid.

Parameters

 NameTypeIdentifierDescriptionConstraints
InputGridgrid, inputGRID--
Values (*)grid list, input, optionalVALUES--
OutputTINTIN, outputTIN--
OptionsGrid Systemgrid systemPARAMETERS_GRID_SYSTEM--
MethodchoiceMETHODThe method used to identify surface specific points.Available Choices:
[0] Mark Highest Neighbour
[1] Opposite Neighbours
[2] Flow Direction
[3] Flow Direction (up and down)
[4] Peucker & Douglas
Default: 1
Mark Highest Neighbourinteger numberHIGH-Minimum: 1
Maximum: 4
Default: 4
Flow Directionvalue rangeFLOW--
Peucker & Douglasfloating point numberPEUCKER-Default: 2.000000
(*) optional

Command-line

Usage: saga_cmd tin_tools 1 [-GRID <str>] [-VALUES <str>] [-TIN <str>] [-METHOD <str>] [-HIGH <num>] [-FLOW_MIN <double>] [-FLOW_MAX <double>] [-PEUCKER <double>]
  -GRID:<str>       	Grid
	grid, input
  -VALUES:<str>     	Values
	grid list, input, optional
  -TIN:<str>        	TIN
	TIN, output
  -METHOD:<str>     	Method
	choice
	Available Choices:
	[0] Mark Highest Neighbour
	[1] Opposite Neighbours
	[2] Flow Direction
	[3] Flow Direction (up and down)
	[4] Peucker & Douglas
	Default: 1
  -HIGH:<num>       	Mark Highest Neighbour
	integer number
	Minimum: 1
	Maximum: 4
	Default: 4
  -FLOW_MIN:<double>	Flow Direction
	value range
  -FLOW_MAX:<double>	Flow Direction
	value range
  -PEUCKER:<double> 	Peucker & Douglas
	floating point number
	Default: 2.000000