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

ENH: Add a reader for nexrad level2 files #147

Closed
wants to merge 50 commits into from

Commits on Jan 5, 2024

  1. Configuration menu
    Copy the full SHA
    c9d88ec View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. Configuration menu
    Copy the full SHA
    f7e42d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34b52b0 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. Configuration menu
    Copy the full SHA
    9330b17 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. FIX: Fix last few steps

    mgrover1 committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    fbd942c View commit details
    Browse the repository at this point in the history
  2. ADD: Add testing suite

    mgrover1 committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    3f8f8cf View commit details
    Browse the repository at this point in the history
  3. FIX: Fix the manifest

    mgrover1 committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    e042f1f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0c2d0dc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4f1d06c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1af4649 View commit details
    Browse the repository at this point in the history
  7. ADD: Add updated manifest

    mgrover1 committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    2e37130 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7ae79bd View commit details
    Browse the repository at this point in the history
  9. ADD: Add specific submodules

    mgrover1 committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    ec2261c View commit details
    Browse the repository at this point in the history
  10. force reinstall

    mgrover1 committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    568e65b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0a56163 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. Configuration menu
    Copy the full SHA
    a904c03 View commit details
    Browse the repository at this point in the history
  2. FIX: Fix lowercase letter

    mgrover1 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    14aa01c View commit details
    Browse the repository at this point in the history
  3. revert couple of settings

    mgrover1 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    888fb1b View commit details
    Browse the repository at this point in the history
  4. fix installation line

    mgrover1 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    44647ac View commit details
    Browse the repository at this point in the history
  5. ADD: Add proper import

    mgrover1 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    2b8d9b9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0550e2c View commit details
    Browse the repository at this point in the history
  7. ADD: Update setup

    mgrover1 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    78fada3 View commit details
    Browse the repository at this point in the history
  8. Move to hidden module

    mgrover1 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    cb94350 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c3824d6 View commit details
    Browse the repository at this point in the history
  10. fix manifest

    mgrover1 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    5e0da73 View commit details
    Browse the repository at this point in the history
  11. include all cython

    mgrover1 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    d16e2e3 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3a0a76f View commit details
    Browse the repository at this point in the history
  13. debug submodule

    mgrover1 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    62db259 View commit details
    Browse the repository at this point in the history
  14. ADD: add this back in

    mgrover1 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    2edb91c View commit details
    Browse the repository at this point in the history
  15. Be explicit about submodules

    mgrover1 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    f0ec0e7 View commit details
    Browse the repository at this point in the history
  16. ADD: Add clear submodule

    mgrover1 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    f1af9cd View commit details
    Browse the repository at this point in the history
  17. ADD: Add imports

    mgrover1 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    6c7b824 View commit details
    Browse the repository at this point in the history
  18. remove name in setup

    mgrover1 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    f162928 View commit details
    Browse the repository at this point in the history
  19. remove check on version

    mgrover1 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    9592148 View commit details
    Browse the repository at this point in the history
  20. make sure submodule is blank

    mgrover1 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    045ba99 View commit details
    Browse the repository at this point in the history
  21. ADD: Add extra line

    mgrover1 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    2f26565 View commit details
    Browse the repository at this point in the history
  22. be more explicit

    mgrover1 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    d7d65b2 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. add setup.py run

    mgrover1 committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    3b49bc3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c11f0b View commit details
    Browse the repository at this point in the history
  3. ADD: add test for lazy dict

    mgrover1 committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    e1a59df View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    98090ad View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Configuration menu
    Copy the full SHA
    528a16d View commit details
    Browse the repository at this point in the history
  2. FIX: Fix linting

    mgrover1 committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    1b0d97b View commit details
    Browse the repository at this point in the history
  3. Only use ruff for linting

    mgrover1 committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    bae3d19 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aee82ed View commit details
    Browse the repository at this point in the history
  5. ADD: add original ci back in

    mgrover1 committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    fc03120 View commit details
    Browse the repository at this point in the history
  6. DEL: Delete extra init

    mgrover1 committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    c33d521 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. Update xradar/io/backends/common.py

    Co-authored-by: Kai Mühlbauer <[email protected]>
    mgrover1 and kmuehlbauer authored Jan 31, 2024
    Configuration menu
    Copy the full SHA
    5c7bd7e View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Merge latest updates on main

    mgrover1 committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    091a7c0 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'add-nexrad-reader' of https://github.com/mgrover1/xradar

    …into add-nexrad-reader
    mgrover1 committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    2a1c46e View commit details
    Browse the repository at this point in the history