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 Updates #1251

Merged
merged 8 commits into from Dec 22, 2019
Merged

NEXRAD Updates #1251

merged 8 commits into from Dec 22, 2019

Commits on Dec 21, 2019

  1. MNT: Delete commented line in Level3File

    The attribute commented out isn't even referenced anywhere else. The
    fact that this was commented out in column 1 (rather than with a
    properly indented #) was causing pydocstyle to choke on it.
    dopplershift committed Dec 21, 2019
    Configuration menu
    Copy the full SHA
    1ab03f4 View commit details
    Browse the repository at this point in the history
  2. BUG: Update for TDWR level 2 data

    Really just need to be a bit less exacting and allow for some padding
    bytes. (Data are not yet operational.)
    dopplershift committed Dec 21, 2019
    Configuration menu
    Copy the full SHA
    f90f622 View commit details
    Browse the repository at this point in the history
  3. MNT: Improve handling of NEXRAD Message 2

    Update for latest draft ICD. Also better adjust to changing sizes.
    dopplershift committed Dec 21, 2019
    Configuration menu
    Copy the full SHA
    f9c72a7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d1eb312 View commit details
    Browse the repository at this point in the history
  5. MNT: Improve handling of Level2File radial constants

    Instead of relying on the version encoded for the volume, look at the
    size of the radial constant blocks.
    dopplershift committed Dec 21, 2019
    Configuration menu
    Copy the full SHA
    954eec5 View commit details
    Browse the repository at this point in the history
  6. ENH: Properly handle NEXRAD varying moments

    The moments vary from sweep to sweep, but we were always reading 6
    pointers rather than looking at the encoded value. This would have
    bitten us when they started shipping a 7th moment with Build 19.
    dopplershift committed Dec 21, 2019
    Configuration menu
    Copy the full SHA
    edc7dd6 View commit details
    Browse the repository at this point in the history
  7. MNT: Fix doc build with Sphinx

    Instead of using the sphinx-autogen script, we can now, as of Sphinx
    2.1, just set a couple variables in conf.py. This is good, because
    running the script seems completely broken with 2.3.
    dopplershift committed Dec 21, 2019
    Configuration menu
    Copy the full SHA
    c48061f View commit details
    Browse the repository at this point in the history
  8. MNT: Fix appveyor builds

    Not sure why we were adding Cygwin to the PATH, but it breaks
    setuptools_scm.
    dopplershift committed Dec 21, 2019
    Configuration menu
    Copy the full SHA
    2c1ffc4 View commit details
    Browse the repository at this point in the history