- 积分
- 186
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2011-10-12
- 最后登录
- 1970-1-1
|
发表于 2019-4-19 10:39:06
|
显示全部楼层
好不容易安上了,但是在运行例子的时候,出现:
ipdb> name
'E:/资料/2017.7.7/Z_RADR_I_Z9010_20170707071800_O_DOR_SA_CAP.bin.bz2'
Product contains an unexpected amount of data remaining--have: 9803374 expected: -18. This product may not parse correctly.
OSError: [Errno 22] Invalid argument
> e:\pycinrad-master\example\read_nexrad_level3_velocity.py(14)<module>()
12
13 name = filedialog.askopenfilename()
---> 14 f = Level3File(name)
15 # Pull the data out of the file object
16 datadict = f.sym_block[0][0]
是为什么呢?数据格式有问题吗?我用的就是SA雷达的数据哦
|
|