Explorar o código

v.db.univar: further attempt at clarifying attribute-table based functioning of the module

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@71209 15284696-431f-4ddb-bdfa-cd5b030d7da7
Moritz Lennert %!s(int64=8) %!d(string=hai) anos
pai
achega
4461f2c1f4
Modificáronse 1 ficheiros con 9 adicións e 9 borrados
  1. 9 9
      scripts/v.db.univar/v.db.univar.html

+ 9 - 9
scripts/v.db.univar/v.db.univar.html

@@ -5,15 +5,15 @@ attributes in a vector attribute table. It will calculate minimum,
 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>