Ordered Weighted Averaging
- Author: Victor Olaya (c) 2006
- Menu: Grid | Calculus
Description
The ordered weighted averaging (OWA) tool calculates for each cell the weighted average from the values of the supplied grids. The weighting factor for each grid value is defined with the 'Weights' table. If the 'Ordered' flag is unchecked, the order of the weights correspond to the order of the grids in the input list. If the 'Ordered' flag is checked, the grid values will be sorted and the weights will be assigned to the values in their ascending order, i.e. from the lowest to the highest value.
Parameters
Name | Type | Identifier | Description | Constraints | |
---|---|---|---|---|---|
Input | Input Grids | grid list, input | GRIDS | - | - |
Output | Output Grid | grid, output | OUTPUT | - | - |
Options | Grid System | grid system | PARAMETERS_GRID_SYSTEM | - | - |
Ordered | boolean | ORDERED | - | Default: 1 | |
Weights | static table | WEIGHTS | - | 1 Fields: - 1. [8 byte floating point number] Weight |
Command Line
Usage: saga_cmd grid_analysis 11 [-GRIDS] [-OUTPUT ] [-ORDERED ] [-WEIGHTS ] -GRIDS: Input Grids grid list, input -OUTPUT: Output Grid grid, output -ORDERED: Ordered boolean Default: 1 -WEIGHTS: Weights static table 1 Fields: - 1. [8 byte floating point number] Weight