- 积分
- 6441
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2016-6-29
- 最后登录
- 1970-1-1
|
发表于 2019-6-8 20:57:08
|
显示全部楼层
楼主,您好,我参考了您的代码,运行的时候出现如下错误。请您帮忙看看。多谢多谢
>>> run script...
indices must be 2 dimensions!
indices must be 3 dimensions!
Traceback (most recent call last):
File "E:\Practise\code_work_by_me\AOD_MISR_extrator.py", line 24, in <module>
AOD2 = AOD[latindex2:latindex22,lonindex2:lonindex22]
File "C:\Program Files\MeteoInfo\pylib\mipylib\numeric\dimarray.py", line 63, in __getitem__
raise IndexError()
IndexError
注:我的核心变量的引用格式是:float Optical_depth_average(time,latitude,longitude):
|
|