Last active
April 26, 2024 20:26
-
-
Save dopplershift/356f2e14832e9b676207 to your computer and use it in GitHub Desktop.
A Jupyter notebook showing how to use Python to access the NCEI radar archive on Amazon S3 through Unidata's THREDDS server.
Understood. Thanks.
Following the example script exactly, I am encountering an error where catalog.datasets returns an empty list for either real-time or archived queries. Perhaps just a temporary hiccup with the radar server or some change with the backend?
Having the same issue as btang8 - receiving an empty list even though the data is there
I've been digging in, but haven't had any luck so far figuring out what's wrong. I'll keep digging, though.
FYI, Kevin Tyle shared a sample script with me that accesses radar data in a different way, in case others are looking for a workaround: https://www.atmos.albany.edu/facstaff/ktyle/atm350_2023/core/week12/radar_AWS.html
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That looks like a conflict between the Fedora packages for pyproj and PROJ. Given that it's an
ImportError
when runningimport cartopy.crs as ccrs
, it's definitely not a problem with the code on this gist. I'd recommend raising an issue on the Fedora issue tracker.