[GRASS-SVN] r41083 - grass-addons/raster/r.univar2.zonal

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Feb 18 07:47:50 EST 2010


Author: mmetz
Date: 2010-02-18 07:47:50 -0500 (Thu, 18 Feb 2010)
New Revision: 41083

Added:
   grass-addons/raster/r.univar2.zonal/r3.univar.zonal.html
Removed:
   grass-addons/raster/r.univar2.zonal/r3.univar.html
Log:
rename manual

Deleted: grass-addons/raster/r.univar2.zonal/r3.univar.html
===================================================================
--- grass-addons/raster/r.univar2.zonal/r3.univar.html	2010-02-18 12:45:32 UTC (rev 41082)
+++ grass-addons/raster/r.univar2.zonal/r3.univar.html	2010-02-18 12:47:50 UTC (rev 41083)
@@ -1,63 +0,0 @@
-<h2>DESCRIPTION</h2>
-
-<em>r3.univar</em> calculates the univariate statistics for raster3d maps.
-This includes the number of cells counted, minimum and maximum cell values,
-range, arithmetic mean, population variance, standard deviation, and 
-coefficient of variation. Statistics are calculated separately for every
-category/zone found in the <b>zones</b> input map if given.
-If the <b>-e</b> extended statistics flag is given the 1st quartile, median,
-3rd quartile, and given <b>percentile</b> are calculated.
-If the <b>-g</b> flag is given the results are presented in a format suitable
-for use in a shell script.
-If the <b>-t</b> flag is given the results are presented in tabular format
-with "|" as field separator. The table can immediately be converted to a
-vector attribute table which can then be linked to a vector, e.g. the vector
-that was rasterized to create the <b>zones</b> input raster.
-
-<h2>NOTES</h2>
-
-As with most GRASS raster3d modules, <em>r3.univar</em> operates on the cell
-array defined by the current 3d region settings, not the original extent and
-resolution of the input map. See <em><a href="g.region.html">g.region</a></em>.
-<p>
-This module can use large amounts of system memory when the <b>-e</b>
-extended statistics flag is used with a very large region setting. If the
-region is too large the module should exit gracefully with a memory allocation
-error. Basic statistics can be calculated using any size input region.
-
-
-<h2>TODO</h2>
-
-<i>mode, skewness, kurtosis</i>
-
-
-
-<h2>SEE ALSO</h2>
-
-<em>
-<a href="g.region.html">g.region</a><br>
-<a href="r.univar.html">r.univar</a><br>
-<a href="r.univar.sh.html">r.univar.sh</a><br>
-<a href="r.average.html">r.average</a><br>
-<a href="r.median.html">r.median</a><br>
-<a href="r.mode.html">r.mode</a><br>
-<a href="r.sum.html">r.sum</a><br>
-<a href="r.series.html">r.series</a><br>
-<a href="r.stats.html">r.stats</a><br>
-<a href="r.statistics.html">r.statistics</a><br>
-<a href="v.univar.html">v.univar</a><br>
-<a href="v.univar.sh.html">v.univar.sh</a><br>
-</em>
-
-
-<h2>AUTHORS</h2>
-
-Soeren Gebbert<br>
-Code is based on r.univar from<br>
-Hamish Bowman, Otago University, New Zealand<br>
-and Martin Landa<br>
-Zonal loop by Markus Metz
-
-
-<p>
-<i>Last changed: $Date$</i>

Copied: grass-addons/raster/r.univar2.zonal/r3.univar.zonal.html (from rev 41082, grass-addons/raster/r.univar2.zonal/r3.univar.html)
===================================================================
--- grass-addons/raster/r.univar2.zonal/r3.univar.zonal.html	                        (rev 0)
+++ grass-addons/raster/r.univar2.zonal/r3.univar.zonal.html	2010-02-18 12:47:50 UTC (rev 41083)
@@ -0,0 +1,63 @@
+<h2>DESCRIPTION</h2>
+
+<em>r3.univar</em> calculates the univariate statistics for raster3d maps.
+This includes the number of cells counted, minimum and maximum cell values,
+range, arithmetic mean, population variance, standard deviation, and 
+coefficient of variation. Statistics are calculated separately for every
+category/zone found in the <b>zones</b> input map if given.
+If the <b>-e</b> extended statistics flag is given the 1st quartile, median,
+3rd quartile, and given <b>percentile</b> are calculated.
+If the <b>-g</b> flag is given the results are presented in a format suitable
+for use in a shell script.
+If the <b>-t</b> flag is given the results are presented in tabular format
+with "|" as field separator. The table can immediately be converted to a
+vector attribute table which can then be linked to a vector, e.g. the vector
+that was rasterized to create the <b>zones</b> input raster.
+
+<h2>NOTES</h2>
+
+As with most GRASS raster3d modules, <em>r3.univar</em> operates on the cell
+array defined by the current 3d region settings, not the original extent and
+resolution of the input map. See <em><a href="g.region.html">g.region</a></em>.
+<p>
+This module can use large amounts of system memory when the <b>-e</b>
+extended statistics flag is used with a very large region setting. If the
+region is too large the module should exit gracefully with a memory allocation
+error. Basic statistics can be calculated using any size input region.
+
+
+<h2>TODO</h2>
+
+<i>mode, skewness, kurtosis</i>
+
+
+
+<h2>SEE ALSO</h2>
+
+<em>
+<a href="g.region.html">g.region</a><br>
+<a href="r.univar.html">r.univar</a><br>
+<a href="r.univar.sh.html">r.univar.sh</a><br>
+<a href="r.average.html">r.average</a><br>
+<a href="r.median.html">r.median</a><br>
+<a href="r.mode.html">r.mode</a><br>
+<a href="r.sum.html">r.sum</a><br>
+<a href="r.series.html">r.series</a><br>
+<a href="r.stats.html">r.stats</a><br>
+<a href="r.statistics.html">r.statistics</a><br>
+<a href="v.univar.html">v.univar</a><br>
+<a href="v.univar.sh.html">v.univar.sh</a><br>
+</em>
+
+
+<h2>AUTHORS</h2>
+
+Soeren Gebbert<br>
+Code is based on r.univar from<br>
+Hamish Bowman, Otago University, New Zealand<br>
+and Martin Landa<br>
+Zonal loop by Markus Metz
+
+
+<p>
+<i>Last changed: $Date$</i>



More information about the grass-commit mailing list