QGIS/python/plugins/processing/algs/saga/description/2.1.3/PointStatisticsforPolygons.txt
volaya aa60bfecb2 [processing] New system for handling SAGA versions
This commit sets a different way of handling SAGA versions and a new way of checking saga installations

This is done to fix the messy situation that SAGA causes due to its API changing in each release.
2015-01-15 10:27:18 +01:00

15 lines
703 B
Plaintext

Point Statistics for Polygons
shapes_polygons
ParameterVector|POINTS|Points|0|False
ParameterVector|POLYGONS|Polygons|2|False
ParameterTableField|FIELDS|Attribute Table field|POINTS|-1|False
ParameterSelection|FIELD_NAME|Field Naming Choice|[0] variable type + original name;[1] original name + variable type;[2] original name;[3] variable type
ParameterBoolean|SUM |Sum|True
ParameterBoolean|AVG |Mean|True
ParameterBoolean|VAR |Variance|True
ParameterBoolean|DEV |Deviation|True
ParameterBoolean|MIN |Minimum|True
ParameterBoolean|MAX |Maximum|True
ParameterBoolean|NUM |Count|True
OutputVector|STATISTICS|Statistics