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
127 stars 69 forks source link

Update NCEP TDS data access URLs #82

Closed dcamron closed 4 years ago

dcamron commented 4 years ago

Replace the old ncei.noaa.gov TDS URLs I found with their new ncdc.noaa.gov counterparts as described in (and closes) #81. Not sure if this is the preferred workflow for python-training or if anything else needs to change to squeeze this in. Let me know!

dopplershift commented 4 years ago

So I wouldn't describe the NCDC links as "new". NCDC (and a few other centers) were renamed to NCEI. I'll also add that the TDS at the NCDC URLs is a few revisions behind that available at NCEI.

Having said that, the most important aspect is that the NCDC links actually work.

dcamron commented 4 years ago

Close in favor of #111