[GRASS-SVN] r40480 - grass/trunk/raster/r.resamp.stats

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Jan 16 18:28:12 EST 2010


Author: neteler
Date: 2010-01-16 18:28:11 -0500 (Sat, 16 Jan 2010)
New Revision: 40480

Modified:
   grass/trunk/raster/r.resamp.stats/r.resamp.stats.html
Log:
example added

Modified: grass/trunk/raster/r.resamp.stats/r.resamp.stats.html
===================================================================
--- grass/trunk/raster/r.resamp.stats/r.resamp.stats.html	2010-01-16 23:26:06 UTC (rev 40479)
+++ grass/trunk/raster/r.resamp.stats/r.resamp.stats.html	2010-01-16 23:28:11 UTC (rev 40480)
@@ -30,6 +30,18 @@
 source cell is included in the calculation of all of the destination
 cells.
 
+<h2>EXAMPLE</h2>
+
+Resample elevation raster map to a lower resolution (from 6m to 20m;
+North Carolina sample dataset):
+
+<div class="code"><pre>
+g.region rast=el_D782_6m -p
+g.region res=20m -ap
+r.resamp.stats input=el_D782_6m output=el_D782_20m
+</pre></div>
+
+
 <h2>SEE ALSO</h2>
 
 <em><a href="g.region.html">g.region</a></em>,



More information about the grass-commit mailing list