[GRASS-SVN] r57177 - in grass/trunk/scripts: db.univar v.db.univar

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Jul 16 07:37:10 PDT 2013


Author: mmetz
Date: 2013-07-16 07:37:10 -0700 (Tue, 16 Jul 2013)
New Revision: 57177

Modified:
   grass/trunk/scripts/db.univar/db.univar.html
   grass/trunk/scripts/v.db.univar/v.db.univar.html
Log:
update manuals for (v.)db.univar

Modified: grass/trunk/scripts/db.univar/db.univar.html
===================================================================
--- grass/trunk/scripts/db.univar/db.univar.html	2013-07-16 14:36:44 UTC (rev 57176)
+++ grass/trunk/scripts/db.univar/db.univar.html	2013-07-16 14:37:10 UTC (rev 57177)
@@ -1,6 +1,6 @@
 <h2>DESCRIPTION</h2>
 
-<em>v.db.univar</em> calculates basic univariate statistics for numeric
+<em>db.univar</em> calculates basic univariate statistics for numeric
 attributes in a data table. It will calculate minimum, maximum, range, mean,
 standard deviation, variance, coefficient of variation, quartiles, median, and
 90th percentile.
@@ -22,14 +22,15 @@
 v.what.rast samples raster=elevation colum=heights
 v.db.select samples
 
-v.db.univar samples colum=heights
+db.univar samples colum=heights
 </pre></div>
 
 <h2>SEE ALSO</h2>
 
 <em>
+<a href="v.db.univar.html">v.db.univar</a>,
 <a href="r.univar.html">r.univar</a>,
-<a href="v.univar.html">v.univar,</a>,
+<a href="v.univar.html">v.univar</a>,
 <a href="db.select.html">db.select</a>,
 <a href="d.vect.thematic.html">d.vect.thematic</a>
 </em>

Modified: grass/trunk/scripts/v.db.univar/v.db.univar.html
===================================================================
--- grass/trunk/scripts/v.db.univar/v.db.univar.html	2013-07-16 14:36:44 UTC (rev 57176)
+++ grass/trunk/scripts/v.db.univar/v.db.univar.html	2013-07-16 14:37:10 UTC (rev 57177)
@@ -1,15 +1,14 @@
 <h2>DESCRIPTION</h2>
 
 <em>v.db.univar</em> calculates basic univariate statistics for numeric
-attributes in a data table. It will calculate minimum, maximum, range, mean,
-standard deviation, variance, coefficient of variation, quartiles, median, and
-90th percentile.
+attributes in a vector attribute table. It will calculate minimum, 
+maximum, range, mean, standard deviation, variance, coefficient of 
+variation, quartiles, median, and 90th percentile.
 It uses <em>db.select</em> to create list values for statistical calculations.
 
 <em>NOTES</em>
 
-If the database and driver are not specified, the default values set in
-<em>db.connect</em> will be used.
+A database connection must be defined for the selected vector layer.
 
 <h2>EXAMPLE</h2>
 
@@ -28,8 +27,9 @@
 <h2>SEE ALSO</h2>
 
 <em>
+<a href="db.univar.html">db.univar</a>,
 <a href="r.univar.html">r.univar</a>,
-<a href="v.univar.html">v.univar,</a>,
+<a href="v.univar.html">v.univar</a>,
 <a href="db.select.html">db.select</a>,
 <a href="d.vect.thematic.html">d.vect.thematic</a>
 </em>



More information about the grass-commit mailing list