Grid Collection Masking
- Author: O.Conrad (c) 2019
- Menu: Grid Collection | Values
Description
A masking tool for grid collections. Cells of the input grid collection will be set to no-data, depending on the masking option, if their location is either between or not between the lower and upper surface. 
Parameters
|  | Name | Type | Identifier | Description | Constraints | 
|---|
| Input | Grid Collection | grid collection, input | GRIDS | - | - | 
| Lower Surface | grid, input | LOWER | - | - | 
| Upper Surface | grid, input | UPPER | - | - | 
| Output | Masked Grid Collection | grid collection, output, optional | MASKED | - | - | 
| Options | Grid System | grid system | PARAMETERS_GRID_SYSTEM | - | - | 
| Grid System | grid system | SURFACES | - | - | 
| Masking | choice | MASKING | - | Available Choices:
[0] not between upper and lower surface
[1] between upper and lower surface
Default: 0 | 
Command Line
Usage: saga_cmd grids_tools 7 [-GRIDS ] [-MASKED ] [-LOWER ] [-UPPER ] [-MASKING ]
  -GRIDS:  	Grid Collection
	grid collection, input
  -MASKED: 	Masked Grid Collection
	grid collection, output, optional
  -LOWER:  	Lower Surface
	grid, input
  -UPPER:  	Upper Surface
	grid, input
  -MASKING:	Masking
	choice
	Available Choices:
	[0] not between upper and lower surface
	[1] between upper and lower surface
	Default: 0