SAGA-GIS Tool Library Documentation (v8.2.1)

Tool Ordered Weighted Averaging

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

 NameTypeIdentifierDescriptionConstraints
InputInput GridsGrid list, inputGRIDS--
OutputOutput GridGrid, outputOUTPUT--
OptionsGrid SystemGrid systemPARAMETERS_GRID_SYSTEM--
OrderedBooleanORDERED-Default: 1
WeightsStatic tableWEIGHTS-1 Fields:
- 1. [8 byte floating point number] Weight

Command-line

Usage: saga_cmd grid_analysis 11 [-GRIDS <str>] [-OUTPUT <str>] [-ORDERED <str>] [-WEIGHTS <str>]
  -GRIDS:<str>  	Input Grids
	Grid list, input
  -OUTPUT:<str> 	Output Grid
	Grid, output
  -ORDERED:<str>	Ordered
	Boolean
	Default: 1
  -WEIGHTS:<str>	Weights
	Static table
	1 Fields:
	- 1. [8 byte floating point number] Weight