Skip to content

Commit

Permalink
ADD: Add new xdrlib drop in replacement (#1525)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrover1 authored Mar 6, 2024
1 parent 09304e9 commit e087887
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1 deletion.
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

0 comments on commit e087887

Please sign in to comment.