Unidata / python-training

Notebooks teaching Python for use meteorology and atmospheric and climate sciences.
https://unidata.github.io/python-training
BSD 3-Clause "New" or "Revised" License
125 stars 69 forks source link

Satellite_Example.ipynb Broken #95

Open julienchastang opened 4 years ago

julienchastang commented 4 years ago
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.

dopplershift commented 4 years ago

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.

dopplershift commented 3 years ago

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.