QGIS/python/plugins/processing/algs/saga/description/2.2.2/GridStatisticsforPolygons.txt
volaya f2c7522649 [processing] added descriptions for SAGA 2.2.2
This does not fix the issue with 2.2.2, but will allow fixing alg syntaxes
2015-10-20 08:07:24 +02:00

15 lines
575 B
Plaintext

Grid Statistics for Polygons
shapes_grid
ParameterMultipleInput|GRIDS|Grids|3|False
ParameterVector|POLYGONS|Polygons|2|False
ParameterBoolean|COUNT |Number of Cells|True
ParameterBoolean|MIN |Minimum|True
ParameterBoolean|MAX |Maximum|True
ParameterBoolean|RANGE |Range|True
ParameterBoolean|SUM |Sum|True
ParameterBoolean|MEAN |Mean|True
ParameterBoolean|VAR |Variance|True
ParameterBoolean|STDDEV |Standard Deviation|True
ParameterNumber|QUANTILE|Quantiles|None|None|0
OutputVector|RESULT|Statistics