[GRASS-SVN] r71174 - grass-addons/grass7/raster/r.resamp.tps

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Jun 8 13:52:35 PDT 2017


Author: veroandreo
Date: 2017-06-08 13:52:35 -0700 (Thu, 08 Jun 2017)
New Revision: 71174

Modified:
   grass-addons/grass7/raster/r.resamp.tps/main.c
   grass-addons/grass7/raster/r.resamp.tps/r.resamp.tps.html
Log:
r.resamp.tps manual page: fix link label; add units to radius option

Modified: grass-addons/grass7/raster/r.resamp.tps/main.c
===================================================================
--- grass-addons/grass7/raster/r.resamp.tps/main.c	2017-06-08 11:12:56 UTC (rev 71173)
+++ grass-addons/grass7/raster/r.resamp.tps/main.c	2017-06-08 20:52:35 UTC (rev 71174)
@@ -109,7 +109,7 @@
     radius_opt->label =
 	_("Radius for moving window interpolation");
     radius_opt->description =
-	_("If radius is > 0, moving window interpolation will be used instead of nearest neighbor search");
+	_("The unit for radius is cells. If radius is > 0, moving window interpolation will be used instead of nearest neighbor search");
     radius_opt->guisection = _("Settings");
 
     ivar_opt = G_define_standard_option(G_OPT_R_INPUTS);

Modified: grass-addons/grass7/raster/r.resamp.tps/r.resamp.tps.html
===================================================================
--- grass-addons/grass7/raster/r.resamp.tps/r.resamp.tps.html	2017-06-08 11:12:56 UTC (rev 71173)
+++ grass-addons/grass7/raster/r.resamp.tps/r.resamp.tps.html	2017-06-08 20:52:35 UTC (rev 71174)
@@ -79,7 +79,7 @@
 <em>
 <a href="v.surf.tps.html">v.surf.tps</a>, 
 <a href="v.surf.rst.html">v.surf.rst</a>, 
-<a href="v.surf.bspline.html">v.surf.rst</a>, 
+<a href="v.surf.bspline.html">v.surf.bspline</a>, 
 <a href="v.surf.idw.html">v.surf.idw</a>
 </em>
 



More information about the grass-commit mailing list