[GRASS-SVN] r66164 - grass/branches/releasebranch_7_0/raster/r.resamp.rst
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Sep 10 07:55:17 PDT 2015
Author: neteler
Date: 2015-09-10 07:55:17 -0700 (Thu, 10 Sep 2015)
New Revision: 66164
Modified:
grass/branches/releasebranch_7_0/raster/r.resamp.rst/r.resamp.rst.html
Log:
r.resamp.rst manual: hint added about extent and resolution of computational region
Modified: grass/branches/releasebranch_7_0/raster/r.resamp.rst/r.resamp.rst.html
===================================================================
--- grass/branches/releasebranch_7_0/raster/r.resamp.rst/r.resamp.rst.html 2015-09-10 14:54:46 UTC (rev 66163)
+++ grass/branches/releasebranch_7_0/raster/r.resamp.rst/r.resamp.rst.html 2015-09-10 14:55:17 UTC (rev 66164)
@@ -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