[GRASS-SVN] r40478 - grass/branches/releasebranch_6_4/raster/r.resamp.stats

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Jan 16 18:25:59 EST 2010


Author: neteler
Date: 2010-01-16 18:25:59 -0500 (Sat, 16 Jan 2010)
New Revision: 40478

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

Modified: grass/branches/releasebranch_6_4/raster/r.resamp.stats/description.html
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.resamp.stats/description.html	2010-01-16 23:18:54 UTC (rev 40477)
+++ grass/branches/releasebranch_6_4/raster/r.resamp.stats/description.html	2010-01-16 23:25:59 UTC (rev 40478)
@@ -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