[GRASS-SVN] r35253 - grass/branches/releasebranch_6_4/raster/r.quantile

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Jan 7 04:03:54 EST 2009


Author: neteler
Date: 2009-01-07 04:03:54 -0500 (Wed, 07 Jan 2009)
New Revision: 35253

Modified:
   grass/branches/releasebranch_6_4/raster/r.quantile/description.html
Log:
example added

Modified: grass/branches/releasebranch_6_4/raster/r.quantile/description.html
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.quantile/description.html	2009-01-07 09:03:32 UTC (rev 35252)
+++ grass/branches/releasebranch_6_4/raster/r.quantile/description.html	2009-01-07 09:03:54 UTC (rev 35253)
@@ -3,6 +3,15 @@
 <em>r.quantile</em> computes quantiles in a manner suitable for use with large amounts of data.
 It is using two passes.
 
+<h2>EXAMPLE</h2>
+
+Calculation of elevation quantiles:
+
+<div class="code"><pre>
+g.region rast=elevation.dem -p
+r.quantile input=elevation.dem percentiles=0.1,1,10,25,50,75,90,99,99.9
+</pre></div>
+
 <h2>SEE ALSO</h2>
 
 <em>



More information about the grass-commit mailing list