Skip to content

Instantly share code, notes, and snippets.

@dopplershift
Last active April 26, 2024 20:26
Show Gist options
  • Star 6 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save dopplershift/356f2e14832e9b676207 to your computer and use it in GitHub Desktop.
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.
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@dopplershift
Copy link
Author

That looks like a conflict between the Fedora packages for pyproj and PROJ. Given that it's an ImportError when running import 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.

@ebdavison
Copy link

Understood. Thanks.

@btang8
Copy link

btang8 commented Apr 1, 2024

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?

@jrudzin
Copy link

jrudzin commented Apr 18, 2024

Having the same issue as btang8 - receiving an empty list even though the data is there

@dopplershift
Copy link
Author

I've been digging in, but haven't had any luck so far figuring out what's wrong. I'll keep digging, though.

@btang8
Copy link

btang8 commented Apr 26, 2024

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