[GRASS-SVN] r40486 - grass/branches/develbranch_6/raster/r.resamp.interp

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Jan 16 18:47:10 EST 2010


Author: neteler
Date: 2010-01-16 18:47:10 -0500 (Sat, 16 Jan 2010)
New Revision: 40486

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

Modified: grass/branches/develbranch_6/raster/r.resamp.interp/description.html
===================================================================
--- grass/branches/develbranch_6/raster/r.resamp.interp/description.html	2010-01-16 23:46:53 UTC (rev 40485)
+++ grass/branches/develbranch_6/raster/r.resamp.interp/description.html	2010-01-16 23:47:10 UTC (rev 40486)
@@ -39,7 +39,18 @@
 interpolation method.
 </p>
 
+<h2>EXAMPLE</h2>
 
+Resample elevation raster map to a higher resolution (from 500m to 250m;
+North Carolina sample dataset):
+
+<div class="code"><pre>
+g.region rast=elev_state_500m -p
+g.region res=250 -ap
+r.resamp.interp input=elev_state_500m output=elev_state_250m
+</pre></div>
+
+
 <h2>SEE ALSO</h2>
 
 <em><a href="g.region.html">g.region</a></em>,



More information about the grass-commit mailing list