[GRASS-SVN] r69102 - in grass/branches/releasebranch_7_2/raster: r.statistics r.stats.quantile r.stats.zonal

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Aug 7 14:28:59 PDT 2016


Author: neteler
Date: 2016-08-07 14:28:59 -0700 (Sun, 07 Aug 2016)
New Revision: 69102

Modified:
   grass/branches/releasebranch_7_2/raster/r.statistics/r.statistics.html
   grass/branches/releasebranch_7_2/raster/r.stats.quantile/r.stats.quantile.html
   grass/branches/releasebranch_7_2/raster/r.stats.zonal/r.stats.zonal.html
Log:
r.statistics + r.stats.quantile + r.stats.zonal manual: extended (trunk r69101)

Modified: grass/branches/releasebranch_7_2/raster/r.statistics/r.statistics.html
===================================================================
--- grass/branches/releasebranch_7_2/raster/r.statistics/r.statistics.html	2016-08-07 21:26:50 UTC (rev 69101)
+++ grass/branches/releasebranch_7_2/raster/r.statistics/r.statistics.html	2016-08-07 21:28:59 UTC (rev 69102)
@@ -1,7 +1,7 @@
 <h2>DESCRIPTION</h2>
 
-<em>r.statistics</em> is a tool to analyse exploratory statistics of a "cover
-layer" according to how it intersects with objects in a "base layer".  A
+<em>r.statistics</em> is a tool to analyse exploratory statistics of a categorical
+"cover layer" according to how it intersects with objects in a "base layer".  A
 variety of standard statistical measures are possible (called "zonal statistics"
 in some GIS). 
 
@@ -11,19 +11,20 @@
 identified, which can be done with <em>r.clump</em>.
 <br>
 
-The available methods are the following (english - german):
+The available methods are the following (English - German language):
 <ul>
+<li>average deviation - Durchschnittliche Abweichung</li>
 <li>average - Durchschnitt</li>
+<li>diversity - Diversität</li>
+<li>kurtosis - Relative Abflachung (-) oder Zuspitzung (+)</li>
+<li>maximum - Maximum</li>
+<li>median - Median</li>
+<li>minimum - Minimum</li>
 <li>mode - Modalwert</li>
-<li>median - Median</li>
-<li>average deviation - Durchschnittliche Abweichung</li>
+<li>skewness - Schiefe der Verteilung</li>
 <li>standard deviation - Standardabweichung</li>
+<li>sum - Summe</li>
 <li>variance - Varianz</li>
-<li>skewness - Schiefe der Verteilung</li>
-<li>kurtosis - Relative Abflachung (-) oder Zuspitzung (+)</li>
-<li>minimum - Minimum</li>
-<li>maximum - Maximum</li>
-<li>sum - Summe</li>
 </ul>
 
 The calculations will be performed on each area of data of the
@@ -38,6 +39,14 @@
 category values, but modified category labels - the results of the calculations
 are stored in the category labels of the output layer.
 
+<h2>NOTES</h2>
+
+For floating-point cover map support, see the alternative
+<em><a href="r.stats.zonal.html">r.stats.zonal</a></em>.
+
+For quantile calculations with support for floating-point cover maps, see the
+alternative <em><a href="r.stats.quantile.html">r.stats.quantile</a></em>.
+
 <h2>EXAMPLES</h2>
 
 Calculation of average elevation of each field in the Spearfish region:

Modified: grass/branches/releasebranch_7_2/raster/r.stats.quantile/r.stats.quantile.html
===================================================================
--- grass/branches/releasebranch_7_2/raster/r.stats.quantile/r.stats.quantile.html	2016-08-07 21:26:50 UTC (rev 69101)
+++ grass/branches/releasebranch_7_2/raster/r.stats.quantile/r.stats.quantile.html	2016-08-07 21:28:59 UTC (rev 69102)
@@ -1,5 +1,12 @@
 <h2>DESCRIPTION</h2>
 
+<em>r.stats.quantile</em> is a tool to analyse exploratory statistics of a
+floating-point "cover layer" according to how it intersects with objects
+in a "base layer". It provides quantile calculations as selected
+"zonal statistics".
+
+<h2>NOTES</H2>
+
 <em>r.stats.quantile</em> is intended to be a partial replacement for
 <em><a href="r.statistics.html">r.statistics</a></em>, with support
 for floating-point cover maps. It provides quantile calculations,

Modified: grass/branches/releasebranch_7_2/raster/r.stats.zonal/r.stats.zonal.html
===================================================================
--- grass/branches/releasebranch_7_2/raster/r.stats.zonal/r.stats.zonal.html	2016-08-07 21:26:50 UTC (rev 69101)
+++ grass/branches/releasebranch_7_2/raster/r.stats.zonal/r.stats.zonal.html	2016-08-07 21:28:59 UTC (rev 69102)
@@ -1,8 +1,16 @@
 <h2>DESCRIPTION</h2>
 
+<em>r.stats.zonal</em> is a tool to analyse exploratory statistics of a 
+floating-point "cover layer" according to how it intersects with objects
+in a "base layer". A variety of standard statistical measures are possible
+(called "zonal statistics" in some GIS).
+
+<h2>NOTES</H2>
+
 <em>r.stats.zonal</em> is intended to be a partial replacement for
 <em><a href="r.statistics.html">r.statistics</a></em>, with support
-for floating-point cover maps at the expense of not support quantiles.
+for floating-point cover maps at the expense of not supporting
+quantiles. For this, see <em>r.stats.quantile</em>.
 
 <h2>SEE ALSO</h2>
 <em>



More information about the grass-commit mailing list