Unidata / python-training

Notebooks teaching Python for use meteorology and atmospheric and climate sciences.

Home Page:https://unidata.github.io/python-training

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Satellite_Example.ipynb Broken

julienchastang opened this issue · comments

HTTPError: 404 Client Error: 404 for url: https://thredds.ucar.edu/thredds/catalog/satellite/WV/WEST-CONUS_4km/current/catalog.xml

Looping @wendiflynn into the conversation.

The 404 is because I took down that entry from the THREDDS catalog--but I took it down because that data is no longer being shipped on NOAAPORT. @dcamron can you update this example to use GOES-16 or 17? It should be as easy as replacing the GiniFile stuff with a call to remote_access(use_xarray=True) I think (with some other variable name updates). I think.

Looks like that data re-appeared, but currently the data on thredds.ucar.edu is stale (from sept 2020 as of this writing). Need to update this example, because it tries to get GFS output from September and fails.