- 积分
- 1819
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2013-8-24
- 最后登录
- 1970-1-1
|
楼主 |
发表于 2016-7-19 10:40:13
|
显示全部楼层
xlon = [100.73001 + 0.04054054 * i for i in range(694)]
ylat = [100.73001 + 0.04054054 * i for i in range(444)]
data.project(x=xlon,y=ylat, toproj='longlat', method='bilinear')
error:
Traceback (most recent call last):
File "<iostream>", line 9, in <module>
File "D:\MeteoInfo\pylib\mipylib\dimarray.py", line 543, in project
r = ArrayUtil.reproject(self.array.array, xx, yy, x, y, self.proj, toproj, self.fill_value, method)
TypeError: reproject(): 4th arg can't be coerced to java.util.List, ucar.ma2.Array |
|