-
Notifications
You must be signed in to change notification settings - Fork 17
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
Add NEXRAD Support #40
Comments
Yes indeed! I still hope to get around to implementing the Level 2 reader, but if someone beats me to it, that'd work too! Also, I wouldn't have need for the Level 3 reader in my own work, so I will refrain from taking on that one. |
@jthielen any updates here? If not, I can go ahead and start drafting something |
Thanks for the ping! My work on this has unfortunately stalled recently due a few other things taking higher priority, but I can least share what I've got so far: https://github.com/jthielen/xradar/tree/nexrad-level2. Currently, a majority (but certainly not all) of the file reader is implemented (what remains has |
No worries @jthielen - thank you for the quick response. I totally understand! I will take a look at the progress you have made so far! |
Description
Add a backend for NEXRAD level 2 and level 3 files
What We Want to Do
NEXRAD data is heavily used within the radar community, and it would be helpful to have a reader for this data in xradar.
Py-ART has readers for this, including the
@jthielen mentioned he would be interested in helping with this (see #27)... others can help too!
The text was updated successfully, but these errors were encountered: