14 lines
1.0 KiB
Plaintext
Raw Normal View History

v.univar
Calculates univariate statistics for attribute. Variance and standard deviation is calculated only for points if specified.
Vector (v.*)
QgsProcessingParameterFeatureSource|map|Name of input vector map|-1|None|False
2017-12-03 16:07:21 +01:00
QgsProcessingParameterEnum|type|Input feature type|point;line;boundary;centroid;area|True|0,1,4|True
QgsProcessingParameterString|where|WHERE conditions of SQL statement without 'where' keyword|None|True|True
QgsProcessingParameterField|column|Column name|None|map|-1|False|False
2017-12-03 16:07:21 +01:00
QgsProcessingParameterNumber|percentile|Percentile to calculate|QgsProcessingParameterNumber.Integer|90|True|0|100
QgsProcessingParameterBoolean|-g|Print the stats in shell script style|True
QgsProcessingParameterBoolean|-e|Calculate extended statistics|False
2017-12-03 16:07:21 +01:00
QgsProcessingParameterBoolean|-w|Weigh by line length or area size|False
QgsProcessingParameterBoolean|-d|Calculate geometric distances instead of attribute statistics|False
2017-10-22 10:25:09 +02:00
QgsProcessingParameterFileDestination|html|Statistics|Html files (*.html)|report.html|False