mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-11-04 00:04:25 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			583 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			583 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
v.univar
 | 
						|
Calculates univariate statistics for attribute. Variance and standard deviation is calculated only for points if specified.
 | 
						|
Vector (v.*)
 | 
						|
ParameterVector|map|Name of input vector map|-1|False
 | 
						|
ParameterString|type|Feature type|point,line,area
 | 
						|
ParameterTableField|column|Column name|map|-1|False
 | 
						|
ParameterString|where|WHERE conditions of SQL statement without 'where' keyword|
 | 
						|
ParameterString|percentile|Percentile to calculate|90
 | 
						|
ParameterBoolean|-g|Print the stats in shell script style|True
 | 
						|
ParameterBoolean|-e|Calculate extended statistics|False
 | 
						|
OutputHTML|html|Statistics
 |