[GRASS-SVN] r40973 - grass/branches/releasebranch_6_4/raster/r.univar2

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Feb 13 05:13:20 EST 2010


Author: hamish
Date: 2010-02-13 05:13:19 -0500 (Sat, 13 Feb 2010)
New Revision: 40973

Modified:
   grass/branches/releasebranch_6_4/raster/r.univar2/r.univar.html
   grass/branches/releasebranch_6_4/raster/r.univar2/r3.univar.html
Log:
mention r.quantile, percentile limitations

Modified: grass/branches/releasebranch_6_4/raster/r.univar2/r.univar.html
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.univar2/r.univar.html	2010-02-13 10:05:10 UTC (rev 40972)
+++ grass/branches/releasebranch_6_4/raster/r.univar2/r.univar.html	2010-02-13 10:13:19 UTC (rev 40973)
@@ -19,6 +19,11 @@
 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.
+<p>
+The <em>r.quantile</em> module will be significantly more efficient for
+calculating percentiles with large maps.
+In this version of the program the percentile option only calculates on
+whole integer values.
 
 
 <h2>TODO</h2>
@@ -36,6 +41,7 @@
 <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.quantile.html">r.quantile</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>

Modified: grass/branches/releasebranch_6_4/raster/r.univar2/r3.univar.html
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.univar2/r3.univar.html	2010-02-13 10:05:10 UTC (rev 40972)
+++ grass/branches/releasebranch_6_4/raster/r.univar2/r3.univar.html	2010-02-13 10:13:19 UTC (rev 40973)
@@ -19,6 +19,14 @@
 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.
+<!-- no rast3D support?
+<p>
+The <em>r.quantile</em> module will be significantly more efficient for
+calculating percentiles with large maps.
+-->
+<p>
+In this version of the program the percentile option only calculates on
+whole integer values.
 
 
 <h2>TODO</h2>
@@ -36,6 +44,7 @@
 <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.quantile.html">r.quantile</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>



More information about the grass-commit mailing list