[GRASS-SVN] r71209 - grass/trunk/scripts/v.db.univar

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Jun 22 07:00:16 PDT 2017


Author: mlennert
Date: 2017-06-22 07:00:16 -0700 (Thu, 22 Jun 2017)
New Revision: 71209

Modified:
   grass/trunk/scripts/v.db.univar/v.db.univar.html
Log:
v.db.univar: further attempt at clarifying attribute-table based functioning of the module

Modified: grass/trunk/scripts/v.db.univar/v.db.univar.html
===================================================================
--- grass/trunk/scripts/v.db.univar/v.db.univar.html	2017-06-22 13:24:53 UTC (rev 71208)
+++ grass/trunk/scripts/v.db.univar/v.db.univar.html	2017-06-22 14:00:16 UTC (rev 71209)
@@ -5,15 +5,15 @@
 maximum, range, mean, standard deviation, variance, coefficient of 
 variation, quartiles, median, and 90th percentile. 
 
-<p><em>v.db.univar</em> uses <em>db.univar</em> and thus <em>db.select</em>
-to get the attribute values on which it calculates the statistics.
-This means that statistics are calculated based on the entries in the attribute
-table, not based on features. Each attribute value is read once per category 
-present in the attribute table, even if there are more than one feature with 
-the same category value. If a feature has more than one category value, and 
-each of these are present in the attribute table, the attribute will be read 
-once per category value. For feature-based, instead of attribute table-based,
-univariate statistics on attributes see <a href="v.univar.html">v.univar</a>.
+<p><em>v.db.univar</em> uses <em>db.univar</em> which in turn uses
+<em>db.select</em> to get the attribute values on which it calculates the
+statistics.  This means that statistics are calculated based on the entries in
+the attribute table, not based on the features in the map. One attribute value
+is read from each line in the attribute table, whether there are no, one or
+several features with the category value referenced by that line, or whether any
+features have more than one category value.  For feature-based, instead of
+attribute table-based, univariate statistics on attributes see <a
+href="v.univar.html">v.univar</a>.
 
 <em>NOTES</em>
 



More information about the grass-commit mailing list