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

Handle NEXRAD message 18 missing VCP info #3415

Merged
merged 1 commit into from
Feb 28, 2024

Conversation

dopplershift
Copy link
Member

Description Of Changes

At some point the fixed VCP info in message type 18 was converted to a spare field. This still parses fine when filled with 0's, but apparently some sites are now sending out some random bytes in this location, which can break our parser.

Checklist

@dopplershift dopplershift added Type: Bug Something is not working like it should Area: IO Pertains to reading data labels Feb 27, 2024
@dopplershift dopplershift added this to the 1.7.0 milestone Feb 27, 2024
@dopplershift dopplershift requested a review from a team as a code owner February 27, 2024 21:54
@dopplershift dopplershift requested review from dcamron and removed request for a team February 27, 2024 21:54
@dopplershift dopplershift changed the title Handle NEXRAD message 18 missing VCP info (Fixes #3413) Handle NEXRAD message 18 missing VCP info Feb 27, 2024
tests/io/test_nexrad.py Dismissed Show dismissed Hide dismissed
At some point the fixed VCP info in message type 18 was converted to a
spare field. This still parses fine when filled with 0's, but apparently
some sites are now sending out some random bytes in this location, which
can break our parser.
@dcamron dcamron merged commit bd432b3 into Unidata:main Feb 28, 2024
34 checks passed
@dopplershift dopplershift deleted the fix-3413 branch February 29, 2024 16:12
@dopplershift dopplershift modified the milestones: 1.7.0, 1.6.2 Jun 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: IO Pertains to reading data Type: Bug Something is not working like it should
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Traceback error using Level2File opening a start L2 radar chunk file
2 participants