mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-12 00:02:25 -04:00
32 lines
458 B
ReStructuredText
32 lines
458 B
ReStructuredText
ZONAL GRID STATISTICS
|
|
=====================
|
|
|
|
Description
|
|
-----------
|
|
|
|
Parameters
|
|
----------
|
|
|
|
- ``Zone Grid[Raster]``:
|
|
- ``Categorial Grids[MultipleInput]``:
|
|
- ``Grids to analyse[MultipleInput]``:
|
|
- ``Aspect[Raster]``:
|
|
- ``Short Field Names[Boolean]``:
|
|
|
|
Outputs
|
|
-------
|
|
|
|
- ``Zonal Statistics[Table]``:
|
|
|
|
See also
|
|
---------
|
|
|
|
|
|
Console usage
|
|
-------------
|
|
|
|
|
|
::
|
|
|
|
processing.runalg('saga:zonalgridstatistics', zones, catlist, statlist, aspect, shortnames, outtab)
|