[GRASS-SVN] r67240 - grass/trunk/vector/v.surf.idw

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Dec 18 16:53:41 PST 2015


Author: pkelly
Date: 2015-12-18 16:53:41 -0800 (Fri, 18 Dec 2015)
New Revision: 67240

Modified:
   grass/trunk/vector/v.surf.idw/v.surf.idw.html
Log:
Add extra hint on including points outside region in interpolation


Modified: grass/trunk/vector/v.surf.idw/v.surf.idw.html
===================================================================
--- grass/trunk/vector/v.surf.idw/v.surf.idw.html	2015-12-18 21:43:22 UTC (rev 67239)
+++ grass/trunk/vector/v.surf.idw/v.surf.idw.html	2015-12-19 00:53:41 UTC (rev 67240)
@@ -50,8 +50,10 @@
 the interpolation. If there are points outside the current region,
 this may have an effect on the interpolated value of cells near the
 edges of the region, and this effect will be more pronounced the fewer
-points there are. Use the <b>-n</b> flag if you wish to also include
-points outside the region in the interpolation.</li>
+points there are. If you wish to also include points outside the
+region in the interpolation, then either use the <b>-n</b> flag, or
+set the region to a larger extent (covering all input points) and use
+a mask to limit interpolation to a smaller area.</li>
 <li>If more than <b>npoints</b> points fall within a given cell then,
 rather than interpolating, these points are aggregated by taking the
 mean. This avoids the situation where some vector points can be



More information about the grass-commit mailing list