[GRASS-SVN] r40479 - grass/branches/develbranch_6/raster/r.resamp.stats

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Jan 16 18:26:07 EST 2010


Author: neteler
Date: 2010-01-16 18:26:06 -0500 (Sat, 16 Jan 2010)
New Revision: 40479

Modified:
   grass/branches/develbranch_6/raster/r.resamp.stats/description.html
Log:
example added

Modified: grass/branches/develbranch_6/raster/r.resamp.stats/description.html
===================================================================
--- grass/branches/develbranch_6/raster/r.resamp.stats/description.html	2010-01-16 23:25:59 UTC (rev 40478)
+++ grass/branches/develbranch_6/raster/r.resamp.stats/description.html	2010-01-16 23:26:06 UTC (rev 40479)
@@ -24,7 +24,17 @@
 r.resamp.rst</em>) resample the map to match the current region settings.
 </p>
 
+<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