freezingsaddles / freezing-sync

Freezing Saddles activity retrieval and processing
Apache License 2.0
1 stars 1 forks source link

Weather Underground API is sunsetting 2019-02-15, need to evaluate consequences for Freezing Saddles weather integrations #5

Closed obscurerichard closed 4 years ago

obscurerichard commented 5 years ago

It looks like the Weather Underground API is sunsetting at the end of 2018, making it useless for the 2019 competition, alas: https://apicommunity.wunderground.com/weatherapi/topics/end-of-service-for-the-weather-underground-api

I haven't looked deep enough to see whether the https://github.com/freezingsaddles/freezing-sync/tree/master/freezing/sync/wx/ncdc code would offer enough weather information to be usable for this app yet.

Other alternatives that look promising are:

obscurerichard commented 5 years ago

Looks like they haven't shut off the API quite yet, but we still need to move. The https://darksky.net/dev API is looking better than the openweathermap.org one since it has some historical weather info available and a 1000 call per day free tier.

obscurerichard commented 5 years ago

The powers that be at IBM extended the API lifetime until Feb 15, 2019: https://apicommunity.wunderground.com/weatherapi/topics/weather-underground-api-update

obscurerichard commented 5 years ago

Additionally they say there will be a new low-volume API available, but the details are not released yet: https://apicommunity.wunderground.com/weatherapi/topics/details-for-non-commercial-low-call-volume-api

I say we don't hold our breath and we start working on a Darky Sky integration.

obscurerichard commented 4 years ago

They cut it off hard on Feb 15, 2019, so now we really need to move to something else.

spfrantz commented 4 years ago

After looking at the NWS API, Dark Sky, and Open Weather Map, I agree that Dark Sky is the most promising. I'd be glad to help with this.