浏览代码

scripts: rename interpolation methods (use standardized names)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@56328 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 12 年之前
父节点
当前提交
4c97533639
共有 3 个文件被更改,包括 5 次插入5 次删除
  1. 2 2
      gui/scripts/d.wms.py
  2. 1 1
      scripts/r.fillnulls/r.fillnulls.py
  3. 2 2
      scripts/r.in.wms/r.in.wms.py

+ 2 - 2
gui/scripts/d.wms.py

@@ -74,8 +74,8 @@
 #% key: method
 #% key: method
 #% type: string
 #% type: string
 #% description: Reprojection method to use
 #% description: Reprojection method to use
-#% options:near,bilinear,cubic,cubicspline
-#% answer:near
+#% options:nearest,linear,cubic,cubicspline
+#% answer:nearest
 #% guisection: Request properties
 #% guisection: Request properties
 #%end
 #%end
 
 

+ 1 - 1
scripts/r.fillnulls/r.fillnulls.py

@@ -62,7 +62,7 @@
 #% type: string
 #% type: string
 #% description: Interpolation method
 #% description: Interpolation method
 #% required : yes
 #% required : yes
-#% options : bilinear,bicubic,rst
+#% options : linear,cubic,rst
 #% answer : rst
 #% answer : rst
 #%end
 #%end
 
 

+ 2 - 2
scripts/r.in.wms/r.in.wms.py

@@ -75,8 +75,8 @@ This program is free software under the GNU General Public License
 #% key: method
 #% key: method
 #% type: string
 #% type: string
 #% description: Reprojection method to use
 #% description: Reprojection method to use
-#% options:near,bilinear,cubic,cubicspline
-#% answer:near
+#% options:nearest,linear,cubic,cubicspline
+#% answer:nearest
 #% guisection: Request properties
 #% guisection: Request properties
 #%end
 #%end