mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-06 00:05:16 -04:00
36 lines
383 B
ReStructuredText
36 lines
383 B
ReStructuredText
AGGREGATE
|
|
=========
|
|
|
|
Description
|
|
-----------
|
|
|
|
Parameters
|
|
----------
|
|
|
|
- ``Grid[Raster]``:
|
|
- ``Aggregation Size[Number]``:
|
|
- ``Method[Selection]``:
|
|
|
|
Outputs
|
|
-------
|
|
|
|
|
|
See also
|
|
---------
|
|
|
|
|
|
Console usage
|
|
-------------
|
|
|
|
|
|
::
|
|
|
|
processing.runalg('saga:aggregate', input, size, method)
|
|
|
|
Available options for selection parameters:
|
|
|
|
method(Method)
|
|
0 - [0] Sum
|
|
1 - [1] Min
|
|
2 - [2] Max
|