-
Notifications
You must be signed in to change notification settings - Fork 158
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
添加转换为pyart.core.Radar类的函数 #41
Comments
国内SA/B雷达的径向速度分辨率为250m,反射率为1000m,在pyart的Radar类中,仅提供了一个保存距离的变量range,目前看来暂时无法将国内雷达数据直接转化为Radar类中,除非将反射率插值至250m |
SA/B的格式和nexrad message 1的格式非常像,pyart自己处理的时候是要插值的,也不算很大的问题。
https://github.com/ARM-DOE/pyart/blob/1c2433bf17a2c8316b947e3a84aaa0a6bbfd917e/pyart/io/nexrad_archive.py#L278
Radar这个类的参数实在是太多了,我之前尝试过转换,还是各种报错
…------------------ 原始邮件 ------------------
发件人: "Zheng Yu"<[email protected]>;
发送时间: 2019年9月6日(星期五) 下午2:57
收件人: "CyanideCN/PyCINRAD"<[email protected]>;
抄送: "Du"<[email protected]>;"Author"<[email protected]>;
主题: Re: [CyanideCN/PyCINRAD] 添加转换为pyart.core.Radar类的函数 (#41)
国内SA/B雷达的径向速度分辨率为250m,反射率为1000m,在pyart的Radar类中,仅提供了一个保存距离的变量range,目前看来暂时无法将国内雷达数据直接转化为Radar类中,除非将反射率插值至250m
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
如果可以的话,或许我可以协助实现此功能 @CyanideCN |
@bugsuse |
这个转换的代码我都写了,但是没有用这个库,由于我不是特别了解雷达,所以仅仅写了基本的参数。稍后用这个库重构一下提交一个pull request,算作一个参考吧。 |
如果您自己做建议首先读取一个标准的Radar数据,然后依次检查这个数据里包含的内容,然后根据内容逐步添加即可。 |
@lovechang1986 标准数据类的转换我基本已经做好了,老版本数据我现在主要是在纠结插值的问题 |
不太懂雷达哈,直接zoom(ref,4)或者repeat4次不行? |
pyart现在可以直接调用啦?如何实现的 |
转换之后可以方便的利用pyart中的各种计算函数。但是国内双偏振雷达每层径向数不同,不知道如何解决
转换
cinrad.io.CinradReader
转换
cinrad.io.StandardData
The text was updated successfully, but these errors were encountered: