[GRASS-SVN] r58768 - grass/trunk/raster/r.resample
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Jan 22 19:58:47 PST 2014
Author: annakrat
Date: 2014-01-22 19:58:47 -0800 (Wed, 22 Jan 2014)
New Revision: 58768
Modified:
grass/trunk/raster/r.resample/r.resample.html
Log:
r.resample: better explanation in manual (by Helena)
Modified: grass/trunk/raster/r.resample/r.resample.html
===================================================================
--- grass/trunk/raster/r.resample/r.resample.html 2014-01-23 02:57:58 UTC (rev 58767)
+++ grass/trunk/raster/r.resample/r.resample.html 2014-01-23 03:58:47 UTC (rev 58768)
@@ -8,9 +8,10 @@
as those in the original, except that the resolution and extent of the
new raster output map layer will match those of the current geographic region
settings (see <em><a href="g.region.html">g.region</a></em>).
-<em>r.resample</em> is intended for reinterpolation of continuous data
-to a different resolution rather than for interpolation from scattered data
-(use the <em>v.surf.*</em> modules for that purpose).
+<em>r.resample</em> is intended for resampling of discrete raster data
+(such as land cover, geology or soil type) to a different resolution.
+Continuous data (such as elevation or temperature) usually require reinterpolation
+when changing resolution, see <em><a href="r.resamp.interp.html">r.resamp.interp</a></em>.
<h2>NOTES</h2>
@@ -37,7 +38,8 @@
<em><a href="r.mapcalc.html">r.mapcalc</a></em>,
<em><a href="r.mfilter.html">r.mfilter</a></em>,
<em><a href="r.neighbors.html">r.neighbors</a></em>,
-<em><a href="r.rescale.html">r.rescale</a></em>
+<em><a href="r.rescale.html">r.rescale</a></em>,
+<em><a href="r.resamp.interp.html">r.resamp.interp</a></em>
<h2>AUTHOR</h2>
More information about the grass-commit
mailing list