SAGA-GIS Tool Library Documentation (v8.2.1)

Tool Profile from Points

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
InputGridGrid, inputGRIDThe input grid to query.-
Values (*)Grid list, input, optionalVALUESAdditional grids whose values shall be saved to the output table.-
Input TableTable, inputTABLEThe input table with the point coordinates to query.-
OutputResultTable, outputRESULTThe output table with the queried profile values.-
OptionsGrid SystemGrid systemPARAMETERS_GRID_SYSTEM--
XTable fieldXThe attribute field with the x-coordinate.-
YTable fieldYThe attribute field with the y-coordinate.-
(*) optional

Command-line

Usage: saga_cmd ta_profiles 5 [-GRID <str>] [-VALUES <str>] [-TABLE <str>] [-X <str>] [-Y <str>] [-RESULT <str>]
  -GRID:<str>  	Grid
	Grid, input
  -VALUES:<str>	Values
	Grid list, input, optional
  -TABLE:<str> 	Input Table
	Table, input
  -X:<str>     	X
	Table field
  -Y:<str>     	Y
	Table field
  -RESULT:<str>	Result
	Table, output