Tool Extract a Grid from a Grid Collection
Extracts grid values from the input grid collection using the chosen interpolation either for a constant or a variable z-level as defined by the z-level input grid.
- Author: O.Conrad (c) 2018
 
- Menu: Grid|Grid Collection
 
Parameters
|   | Name | Type | Identifier | Description | Constraints | 
| Input | Grid Collection | Grids (input) | GRIDS | - | - | 
 | Z (*) | Grid (optional input) | Z_LEVEL | - | - | 
| Output | Grid | Grid (output) | GRID | - | - | 
| Options | Grid System | Grid system | PARAMETERS_GRID_SYSTEM | - | - | 
 | Default | Floating point | Z_LEVEL_DEFAULT | default value if no grid has been selected | Default: 0.000000 | 
 | Resampling | Choice | RESAMPLING | - | Available Choices: [0] Nearest Neigbhour [1] Linear Interpolation [2] Spline Interpolation Default: 1 | 
| (*) optional | 
Command-line
Usage: saga_cmd grids_tools 3 [-GRIDS <str>] [-GRID <str>] [-Z_LEVEL <str>] [-Z_LEVEL_DEFAULT <double>] [-RESAMPLING <str>]
  -GRIDS:<str>             	Grid Collection
	Grids (input)
  -GRID:<str>              	Grid
	Grid (output)
  -Z_LEVEL:<str>           	Z
	Grid (optional input)
  -Z_LEVEL_DEFAULT:<double>	Default
	Floating point
	Default: 0.000000
  -RESAMPLING:<str>        	Resampling
	Choice
	Available Choices:
	[0] Nearest Neigbhour
	[1] Linear Interpolation
	[2] Spline Interpolation
	Default: 1