[GRASS-SVN] r40485 -
grass/branches/releasebranch_6_4/raster/r.resamp.interp
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Jan 16 18:46:53 EST 2010
Author: neteler
Date: 2010-01-16 18:46:53 -0500 (Sat, 16 Jan 2010)
New Revision: 40485
Modified:
grass/branches/releasebranch_6_4/raster/r.resamp.interp/description.html
Log:
example added
Modified: grass/branches/releasebranch_6_4/raster/r.resamp.interp/description.html
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.resamp.interp/description.html 2010-01-16 23:45:59 UTC (rev 40484)
+++ grass/branches/releasebranch_6_4/raster/r.resamp.interp/description.html 2010-01-16 23:46:53 UTC (rev 40485)
@@ -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