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

NEXRAD fixes #1833

Merged
merged 2 commits into from
Apr 27, 2021
Merged

NEXRAD fixes #1833

merged 2 commits into from
Apr 27, 2021

Commits on Apr 27, 2021

  1. BUG: Fix parsing message 13 in NEXRAD

    Commit f021338 refactored the offset handling, but left an
    off-by-one error. This produced some warnings, but they were not
    caught--so now add to the tests to check the amount of warnings that get
    spit out.
    dopplershift committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    a5f5d8b View commit details
    Browse the repository at this point in the history
  2. ENH: Improve Level2File for legacy formatted data

    This file, which has AR2V0001 as the version, has some oddities in it.
    Improve the parser to cope with these better.
    dopplershift committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    7ff3cdb View commit details
    Browse the repository at this point in the history