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

ADD: Add new xdrlib drop in replacement #1525

Merged
merged 1 commit into from
Mar 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions continuous_integration/environment-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ dependencies:
- setuptools
- shapely
- ruff
- mda-xdrlib
- pip
- pip:
- cibuildwheel
Expand Down
1 change: 1 addition & 0 deletions doc/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ dependencies:
- nbsphinx
- pre_commit
- cmweather
- mda-xdrlib
- pip
- pip:
- pooch
Expand Down
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ dependencies:
- arm_pyart
- xarray
- xradar
- mda-xdrlib
- pip
- pip:
- wheel
Expand Down
2 changes: 1 addition & 1 deletion pyart/io/nexrad_level3.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@
import warnings
from collections import namedtuple
from datetime import datetime, timedelta
from xdrlib import Unpacker

import numpy as np
from mda_xdrlib.xdrlib import Unpacker


class NEXRADLevel3File:
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ s3fs
open_radar_data
xradar
pandas
mda-xdrlib
xarray!=0.21.0