[GRASS-SVN] r30643 - in grass/trunk/raster: r.resamp.interp
r.resamp.rst r.resample
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Mar 19 09:33:21 EDT 2008
Author: neteler
Date: 2008-03-19 09:33:21 -0400 (Wed, 19 Mar 2008)
New Revision: 30643
Modified:
grass/trunk/raster/r.resamp.interp/description.html
grass/trunk/raster/r.resamp.rst/description.html
grass/trunk/raster/r.resample/description.html
Log:
mention continuous data
Modified: grass/trunk/raster/r.resamp.interp/description.html
===================================================================
--- grass/trunk/raster/r.resamp.interp/description.html 2008-03-19 13:07:06 UTC (rev 30642)
+++ grass/trunk/raster/r.resamp.interp/description.html 2008-03-19 13:33:21 UTC (rev 30643)
@@ -11,6 +11,10 @@
<li>bilinear (4 cells)</li>
<li>bicubic (16 cells)</li>
</ul>
+
+This module 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).
</p>
Modified: grass/trunk/raster/r.resamp.rst/description.html
===================================================================
--- grass/trunk/raster/r.resamp.rst/description.html 2008-03-19 13:07:06 UTC (rev 30642)
+++ grass/trunk/raster/r.resamp.rst/description.html 2008-03-19 13:33:21 UTC (rev 30643)
@@ -1,8 +1,10 @@
<H2>DESCRIPTION</H2>
-<i>r.resamp.rst</i>
-reinterpolates the values a from given raster map (named
-<i>input</i>) to a new raster map (named <i>elev</i>).
+<i>r.resamp.rst</i> reinterpolates the values a from given raster map (named
+<i>input</i>) to a new raster map (named <i>elev</i>).
+This module 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).
Reinterpolation (resampling) is done to higher, same or lower resolution
specified by the <i>ew_res</i> and <i>ns_res</i> parameters.
Modified: grass/trunk/raster/r.resample/description.html
===================================================================
--- grass/trunk/raster/r.resample/description.html 2008-03-19 13:07:06 UTC (rev 30642)
+++ grass/trunk/raster/r.resample/description.html 2008-03-19 13:33:21 UTC (rev 30643)
@@ -8,6 +8,9 @@
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).
<H2>NOTES</H2>
More information about the grass-commit
mailing list