Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

这种貌似是原始数据的,怎么用,气象小白,群也找不到,求大佬救救 #100

Open
q447552640 opened this issue Dec 21, 2023 · 1 comment

Comments

@q447552640
Copy link

q447552640 commented Dec 21, 2023

这种貌似是原始数据的,怎么用,气象小白,群也找不到,求大佬救救
PPIOLD.zip

your_radar_file=r"D:\\workspace\\njgk\\yl\\784randar\\PPIOLD\\201910110941000.30P"
f = CinradReader(your_radar_file,"SC") #Old version data
print(f.site_info)
print(f.data)
print(f.available_product(0))
print(f.get_elevation_angles())
fig, ax = plt.subplots()
r = f.get_data(0, 120, 'REF')
visualize.PPI(r,fig=fig, dpi=75)
plt.savefig("test.png")
print("ok")

test

@CyanideCN
Copy link
Owner

P结尾的貌似是单层PPI,R可能是RHI模式,这两种都暂时不支持,你可以按照SC雷达的格式单独改改

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants