SAGA 9.3.3 | Tool Library Documentation

Profile from Points


Description

The tool allows one to query a profile from an input grid (usually a DEM) for point coordinates stored in a table or shapefile. The profile is traced from one point to the next, sampling the grid values along each line segment. Optionally, additional grids can be queried whose values are added to the profile table.


Parameters

 NameTypeIdentifierDescriptionConstraints
InputElevationgrid, inputGRIDThe input grid to query.-
Valuesgrid list, input, optionalVALUESAdditional values to be collected along profile.-
Coordinates Tabletable, inputTABLETable with the point coordinates to query.-
OutputProfiletable, outputRESULTThe output table with the queried profile values.-
OptionsGrid Systemgrid systemPARAMETERS_GRID_SYSTEM--
X Coordinatetable fieldX--
Y Coordinatetable fieldY--
Show Diagramboolean, GUIDIAGRAM-Default: 1

Command Line


Usage: saga_cmd ta_profiles 5 [-GRID ] [-VALUES ] [-TABLE ] [-X ] [-Y ] [-RESULT ]
  -GRID:  	Elevation
	grid, input
  -VALUES:	Values
	grid list, input, optional
  -TABLE: 	Coordinates Table
	table, input
  -X:     	X Coordinate
	table field
  -Y:     	Y Coordinate
	table field
  -RESULT:	Profile
	table, output