2014-04-19 15:53:43 +02:00
|
|
|
v.univar
|
2015-07-26 03:48:27 +02:00
|
|
|
Calculates univariate statistics for attribute. Variance and standard deviation is calculated only for points if specified.
|
2014-04-19 15:53:43 +02:00
|
|
|
Vector (v.*)
|
2018-04-08 12:31:11 +10:00
|
|
|
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
|
2017-09-03 17:42:13 +02:00
|
|
|
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
|
2017-09-03 17:42:13 +02:00
|
|
|
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
|