Module Combine Grids
(c) 2005 by Victor Olaya.
- Author:
- Specification: grid
- Menu: Grid|Values
Parameters
Name | Type | Identifier | Description | Constraints | |
---|---|---|---|---|---|
Input | Grid 1 | Grid (input) | GRID1 | - | - |
Grid 2 | Grid (input) | GRID2 | - | - | |
Output | Result | Grid (output) | RESULT | - | - |
Options | LookUp Table | Static table | LOOKUP | - | 3 Fields: - 1. [8 byte floating point number] Value in Grid 1 - 2. [8 byte floating point number] Value in Grid 2 - 3. [8 byte floating point number] Resulting Value |
Command-line
Usage: saga_cmd grid_tools 20 -GRID1 <str> -GRID2 <str> [-RESULT <str>] [-LOOKUP <str>] -GRID1:<str> Grid 1 Grid (input) -GRID2:<str> Grid 2 Grid (input) -RESULT:<str> Result Grid (output) -LOOKUP:<str> LookUp Table Static table 3 Fields: - 1. [8 byte floating point number] Value in Grid 1 - 2. [8 byte floating point number] Value in Grid 2 - 3. [8 byte floating point number] Resulting Value