[GRASS-SVN] r70578 - grass/trunk/scripts/v.rast.stats
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Feb 15 03:56:20 PST 2017
Author: neteler
Date: 2017-02-15 03:56:19 -0800 (Wed, 15 Feb 2017)
New Revision: 70578
Modified:
grass/trunk/scripts/v.rast.stats/v.rast.stats.html
Log:
v.rast.stats manual: explain univariate statistics similar to r.univar (method names are not all identical)
Modified: grass/trunk/scripts/v.rast.stats/v.rast.stats.html
===================================================================
--- grass/trunk/scripts/v.rast.stats/v.rast.stats.html 2017-02-15 11:49:10 UTC (rev 70577)
+++ grass/trunk/scripts/v.rast.stats/v.rast.stats.html 2017-02-15 11:56:19 UTC (rev 70578)
@@ -7,6 +7,11 @@
the raster map and the results uploaded to the vector map attribute table.
A new column is generated in the attribute table for each statistic requested
in <b>method</b> (if not already present).
+<p>
+The univariate statistics include the number of raster cells counted, minimum
+and maximum cell values, range, average, <!-- r.univar: arithmetic mean -->
+standard deviation, variance, coefficient of variation, sum, first quartile,
+median, third quartile, and percentile.
<h2>NOTES</h2>
<em>v.rast.stats</em> is only meaningful for lines or polygons.
More information about the grass-commit
mailing list