Grid Normalization
- Author: O.Conrad (c) 2003
- Menu: Grid | Calculus
Description
Normalise the values of a grid. Rescales all grid values to fall in the range 'Minimum' to 'Maximum', usually 0 to 1.
Parameters
Name | Type | Identifier | Description | Constraints | |
---|---|---|---|---|---|
Input | Grid | grid, input | INPUT | - | - |
Output | Normalized Grid | grid, output | OUTPUT | - | - |
Options | Grid System | grid system | PARAMETERS_GRID_SYSTEM | - | - |
Target Range | value range | RANGE | - | - |
Command Line
Usage: saga_cmd grid_calculus 0 [-INPUT] [-OUTPUT ] [-RANGE_MIN ] [-RANGE_MAX ] -INPUT: Grid grid, input -OUTPUT: Normalized Grid grid, output -RANGE_MIN: Target Range value range -RANGE_MAX: Target Range value range