SAGA 9.3.3 | Tool Library Documentation

Cross Profiles


Description

Create cross profiles from a grid based DEM for given lines.


Parameters

 NameTypeIdentifierDescriptionConstraints
InputElevationgrid, inputDEM--
Linesshapes, inputLINES--
OutputCross Profilesshapes, outputPROFILES--
OptionsGrid Systemgrid systemPARAMETERS_GRID_SYSTEM--
Profile Distancefloating point numberDIST_LINEThe distance of each cross profile along the lines.Minimum: 0.000000 Default: 10.000000
Profile Lengthfloating point numberDIST_PROFILEThe length of each cross profile.Minimum: 0.000000 Default: 10.000000
Profile Samplesinteger numberNUM_PROFILEThe number of profile points per cross profile.Minimum: 3 Default: 11
InterpolationchoiceINTERPOLATION-Available Choices: [0] Nearest Neighbour [1] Bilinear Interpolation [2] Bicubic Spline Interpolation [3] B-Spline Interpolation Default: 3
OutputchoiceOUTPUT-Available Choices: [0] vertices [1] attributes [2] vertices and attributes Default: 2

Command Line


Usage: saga_cmd ta_profiles 3 [-DEM ] [-LINES ] [-PROFILES ] [-DIST_LINE ] [-DIST_PROFILE ] [-NUM_PROFILE ] [-INTERPOLATION ] [-OUTPUT ]
  -DEM:            	Elevation
	grid, input
  -LINES:          	Lines
	shapes, input
  -PROFILES:       	Cross Profiles
	shapes, output
  -DIST_LINE:   	Profile Distance
	floating point number
	Minimum: 0.000000
	Default: 10.000000
  -DIST_PROFILE:	Profile Length
	floating point number
	Minimum: 0.000000
	Default: 10.000000
  -NUM_PROFILE:    	Profile Samples
	integer number
	Minimum: 3
	Default: 11
  -INTERPOLATION:  	Interpolation
	choice
	Available Choices:
	[0] Nearest Neighbour
	[1] Bilinear Interpolation
	[2] Bicubic Spline Interpolation
	[3] B-Spline Interpolation
	Default: 3
  -OUTPUT:         	Output
	choice
	Available Choices:
	[0] vertices
	[1] attributes
	[2] vertices and attributes
	Default: 2