Profile from Points
- Author: V.Olaya, V. Wichmann (c) 2004-2022
- Menu: Terrain Analysis | Profiles
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
| Name | Type | Identifier | Description | Constraints |
Input | Elevation | grid, input | GRID | The input grid to query. | - |
Values | grid list, input, optional | VALUES | Additional values to be collected along profile. | - |
Coordinates Table | table, input | TABLE | Table with the point coordinates to query. | - |
Output | Profile | table, output | RESULT | The output table with the queried profile values. | - |
Options | Grid System | grid system | PARAMETERS_GRID_SYSTEM | - | - |
X Coordinate | table field | X | - | - |
Y Coordinate | table field | Y | - | - |
Show Diagram | boolean, GUI | DIAGRAM | - | 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