Jelajahi Sumber

r.statistics + r.stats.quantile + r.stats.zonal manual: extended (trunk https://trac.osgeo.org/grass/changeset/69101)

git-svn-id: https://svn.osgeo.org/grass/grass/branches/releasebranch_7_0@69103 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 8 tahun lalu
induk
melakukan
884109bc29

+ 19 - 10
raster/r.statistics/r.statistics.html

@@ -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 @@ all areas of contiguous cell category values in the base layer are uniquely
 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 - Durchschnitt</li>
-<li>mode - Modalwert</li>
-<li>median - Median</li>
 <li>average deviation - Durchschnittliche Abweichung</li>
-<li>standard deviation - Standardabweichung</li>
-<li>variance - Varianz</li>
-<li>skewness - Schiefe der Verteilung</li>
+<li>average - Durchschnitt</li>
+<li>diversity - Diversit&auml;t</li>
 <li>kurtosis - Relative Abflachung (-) oder Zuspitzung (+)</li>
-<li>minimum - Minimum</li>
 <li>maximum - Maximum</li>
+<li>median - Median</li>
+<li>minimum - Minimum</li>
+<li>mode - Modalwert</li>
+<li>skewness - Schiefe der Verteilung</li>
+<li>standard deviation - Standardabweichung</li>
 <li>sum - Summe</li>
+<li>variance - Varianz</li>
 </ul>
 
 The calculations will be performed on each area of data of the
@@ -38,6 +39,14 @@ layer is a reclassified version of the base layer with identical
 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:

+ 7 - 0
raster/r.stats.quantile/r.stats.quantile.html

@@ -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,

+ 9 - 1
raster/r.stats.zonal/r.stats.zonal.html

@@ -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>