[GRASS-SVN] r56328 - in grass/trunk: gui/scripts scripts/r.fillnulls scripts/r.in.wms
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon May 20 06:02:54 PDT 2013
Author: martinl
Date: 2013-05-20 06:02:53 -0700 (Mon, 20 May 2013)
New Revision: 56328
Modified:
grass/trunk/gui/scripts/d.wms.py
grass/trunk/scripts/r.fillnulls/r.fillnulls.py
grass/trunk/scripts/r.in.wms/r.in.wms.py
Log:
scripts: rename interpolation methods (use standardized names)
Modified: grass/trunk/gui/scripts/d.wms.py
===================================================================
--- grass/trunk/gui/scripts/d.wms.py 2013-05-20 12:49:35 UTC (rev 56327)
+++ grass/trunk/gui/scripts/d.wms.py 2013-05-20 13:02:53 UTC (rev 56328)
@@ -74,8 +74,8 @@
#% key: method
#% type: string
#% description: Reprojection method to use
-#% options:near,bilinear,cubic,cubicspline
-#% answer:near
+#% options:nearest,linear,cubic,cubicspline
+#% answer:nearest
#% guisection: Request properties
#%end
Modified: grass/trunk/scripts/r.fillnulls/r.fillnulls.py
===================================================================
--- grass/trunk/scripts/r.fillnulls/r.fillnulls.py 2013-05-20 12:49:35 UTC (rev 56327)
+++ grass/trunk/scripts/r.fillnulls/r.fillnulls.py 2013-05-20 13:02:53 UTC (rev 56328)
@@ -62,7 +62,7 @@
#% type: string
#% description: Interpolation method
#% required : yes
-#% options : bilinear,bicubic,rst
+#% options : linear,cubic,rst
#% answer : rst
#%end
Modified: grass/trunk/scripts/r.in.wms/r.in.wms.py
===================================================================
--- grass/trunk/scripts/r.in.wms/r.in.wms.py 2013-05-20 12:49:35 UTC (rev 56327)
+++ grass/trunk/scripts/r.in.wms/r.in.wms.py 2013-05-20 13:02:53 UTC (rev 56328)
@@ -75,8 +75,8 @@
#% key: method
#% type: string
#% description: Reprojection method to use
-#% options:near,bilinear,cubic,cubicspline
-#% answer:near
+#% options:nearest,linear,cubic,cubicspline
+#% answer:nearest
#% guisection: Request properties
#%end
More information about the grass-commit
mailing list