mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-07 00:05:28 -04:00
29 lines
344 B
ReStructuredText
29 lines
344 B
ReStructuredText
ORDERED WEIGHTED AVERAGING
|
|
==========================
|
|
|
|
Description
|
|
-----------
|
|
|
|
Parameters
|
|
----------
|
|
|
|
- ``Input Grids[MultipleInput]``:
|
|
- ``Weights[FixedTable]``:
|
|
|
|
Outputs
|
|
-------
|
|
|
|
- ``Output Grid[Raster]``:
|
|
|
|
See also
|
|
---------
|
|
|
|
|
|
Console usage
|
|
-------------
|
|
|
|
|
|
::
|
|
|
|
processing.runalg('saga:orderedweightedaveragingowa', grids, weights, output)
|