Fuzzy Union (OR)
- Author: Antonio Boggia and Gianluca Massei (c) 2004
- Menu: Grid | Calculus | Fuzzy Logic
Description
Calculates the union (max operator) for each grid cell of the selected grids.
e-mail Gianluca Massei: g_massa@libero.it
e-mail Antonio Boggia: boggia@unipg.it
Parameters
| Name | Type | Identifier | Description | Constraints |
Input | Grids | grid list, input | GRIDS | - | - |
Output | Union | grid, output | OR | - | - |
Options | Grid System | grid system | PARAMETERS_GRID_SYSTEM | - | - |
Operator Type | choice | TYPE | - | Available Choices:
[0] max(a, b) (non-interactive)
[1] a + b - a * b
[2] min(1, a + b)
Default: 0 |
Command Line
Usage: saga_cmd grid_calculus 13 [-GRIDS ] [-OR ] [-TYPE ]
-GRIDS: Grids
grid list, input
-OR: Union
grid, output
-TYPE: Operator Type
choice
Available Choices:
[0] max(a, b) (non-interactive)
[1] a + b - a * b
[2] min(1, a + b)
Default: 0