[GRASS-SVN] r66163 - grass/trunk/raster/r.resamp.rst
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Sep 10 07:54:46 PDT 2015
Author: neteler
Date: 2015-09-10 07:54:46 -0700 (Thu, 10 Sep 2015)
New Revision: 66163
Modified:
grass/trunk/raster/r.resamp.rst/r.resamp.rst.html
Log:
r.resamp.rst manual: hint added about extent and resolution of computational region
Modified: grass/trunk/raster/r.resamp.rst/r.resamp.rst.html
===================================================================
--- grass/trunk/raster/r.resamp.rst/r.resamp.rst.html 2015-09-10 14:43:22 UTC (rev 66162)
+++ grass/trunk/raster/r.resamp.rst/r.resamp.rst.html 2015-09-10 14:54:46 UTC (rev 66163)
@@ -6,6 +6,13 @@
to a different resolution rather than for interpolation from scattered data
(use the <em>v.surf.*</em> modules for that purpose).
+<p>
+The extent of all resulting raster maps is taken from the settings of the
+actual computational region (which may differ from the extent of the input
+raster map). The resolution of the computational region however has to be
+aligned to the resolution of the input map to avoid artefacts.
+
+<p>
Reinterpolation (resampling) is done to higher, same or lower resolution
specified by the <i>ew_res</i> and <i>ns_res</i> parameters.
<p>All resulting raster maps are created using the settings of the current
More information about the grass-commit
mailing list