Skip to content

Commit

Permalink
FIX: Fix import of interpolation
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrover1 committed Jan 19, 2024
1 parent 0c2d0dc commit 4f1d06c
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions xradar/io/backends/nexrad_level2.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
prepare_for_read,
)
from xradar.io.backends.nexrad_common import get_nexrad_location
from xradar.io.backends.nexrad_interpolate import (
_fast_interpolate_scan_2,
_fast_interpolate_scan_4,
)
from xradar.model import (
get_altitude_attrs,
get_azimuth_attrs,
Expand All @@ -29,11 +33,6 @@
get_time_attrs,
)

from .nexrad_interpolate import (
_fast_interpolate_scan_2,
_fast_interpolate_scan_4,
)

nexrad_mapping = {
"REF": "DBZH",
"VEL": "VRADH",
Expand Down

0 comments on commit 4f1d06c

Please sign in to comment.