소스 검색

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
 #% 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
 

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

@@ -62,7 +62,7 @@
 #% type: string
 #% description: Interpolation method
 #% required : yes
-#% options : bilinear,bicubic,rst
+#% options : linear,cubic,rst
 #% answer : rst
 #%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
 #% 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