Collect Grid Values for Points
- Author: O.Conrad (c) 2025
- Menu: Shapes | Grid | Grid Values
Description
Collect values from selected grids for given point locations. If input grid list provides a single grid collection object, its Z-attribute will be included in the resulting table.
Parameters
| Name | Type | Identifier | Description | Constraints |
Input | Grids | grid list, input | GRIDS | - | - |
Locations | shapes, input | LOCATIONS | - | - |
Output | Values | table, output | VALUES | - | - |
Options | Identifier | table field | LOCATION | If not provided location entries will simply be enumerated. | - |
Resampling | choice | RESAMPLING | - | Available Choices:
[0] Nearest Neighbour
[1] Bilinear
[2] Cubic 1
[3] Cubic 2
Default: 3 |
Command Line
Usage: saga_cmd shapes_grid 21 [-GRIDS ] [-LOCATIONS ] [-LOCATION ] [-VALUES ] [-RESAMPLING ]
-GRIDS: Grids
grid list, input
-LOCATIONS: Locations
shapes, input
-LOCATION: Identifier
table field
-VALUES: Values
table, output
-RESAMPLING:
Resampling
choice
Available Choices:
[0] Nearest Neighbour
[1] Bilinear
[2] Cubic 1
[3] Cubic 2
Default: 3