v.univar.txt 1.0 KB

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