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.
- Author: V.Olaya, V. Wichmann (c) 2004-2022
- Menu: Terrain Analysis|Profiles
Parameters
| Name | Type | Identifier | Description | Constraints |
Input | Grid | Grid, input | GRID | The input grid to query. | - |
Values (*) | Grid list, input, optional | VALUES | Additional grids whose values shall be saved to the output table. | - |
Input Table | Table, input | TABLE | The input table with the point coordinates to query. | - |
Output | Result | Table, output | RESULT | The output table with the queried profile values. | - |
Options | Grid System | Grid system | PARAMETERS_GRID_SYSTEM | - | - |
X | Table field | X | The attribute field with the x-coordinate. | - |
Y | Table field | Y | The 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