We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
这种貌似是原始数据的,怎么用,气象小白,群也找不到,求大佬救救 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")
The text was updated successfully, but these errors were encountered:
P结尾的貌似是单层PPI,R可能是RHI模式,这两种都暂时不支持,你可以按照SC雷达的格式单独改改
Sorry, something went wrong.
No branches or pull requests
这种貌似是原始数据的,怎么用,气象小白,群也找不到,求大佬救救
PPIOLD.zip
The text was updated successfully, but these errors were encountered: