-
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
FIX: nexrad level2 time and missing elevations #181
Conversation
@ghiggi I've tracked down the other issue. There is some radial status of 5 which we need to take into account as a new start of a sweep (final sweep in VCP) and there are elevations missing in the data file although they are advertised in message 5. Not sure what's going on there. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #181 +/- ##
==========================================
- Coverage 91.81% 91.77% -0.04%
==========================================
Files 23 23
Lines 4519 4524 +5
==========================================
+ Hits 4149 4152 +3
- Misses 370 372 +2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…ations, even when listed in msg_5
bfb6f41
to
48f1b95
Compare
Cool @kmuehlbauer ! Thanks to have solved this. |
I think this is good to go. I'll merge tomorrow, if no one beats me to it. |
This looks great! Good to merge! |
@kmuehlbauer - is it okay if I go ahead and merge? This looks great! |
Oh my, I thought I've pressed the merge button already. Yes, please go ahead! |
* FIX: time issue due to 1-based day count * FIX: restructure retrieval of msg_31, do not try to read missing elevations, even when listed in msg_5 * add history.md entry * add comment on radial_status 5
history.md