Live data from Hacker News

Pirate Weather: A free, open, and documented forecast API

pirateweather.net

81–90 of 201 posts

Re: Pirate Weather: A free, open, and documented forecast API

#81

How does this differ from NOAA weather.gov api? https://www.weather.gov/documentation/services-web-api Or is this a friendlier overlay of their interface?

A friendly overlay is definitely valuable. The NOAA APIs are super confusing and badly documented.

Re: Pirate Weather: A free, open, and documented forecast API

#85
I found this old blog article at a high level on how Dark Sky works... about 12 years old now. I always loved this app and was kind of sad when Apple acquired them... but to have Apple come in and just buy your app out is probably a great feeling for the founders :)

Anyhow, here's the url:

https://jackadam.github.io/2011/how-dark-sky-works

Re: Pirate Weather: A free, open, and documented forecast API

#86
post #85

I found this old blog article at a high level on how Dark Sky works... about 12 years old now. I always loved this app and was kind of sad when Apple acquired them... but to have Apple come in and just buy your app out is probably a great feeling for the founders :) Anyhow, here's the url: https://jackadam.github.io/2011/how-dark-sky-works

[deleted]

Re: Pirate Weather: A free, open, and documented forecast API

#87
Awesome, but it's not yet got the text summary feature, which curiously is also missing from Apple's official Dark Sky replacement, WeatherKit:

https://developer.apple.com/documentation/weatherkitrestapi

I created the start of a Python wrapper for WeatherKit, if anyone is interested in helping with that effort:

https://github.com/davecom/PyWeatherKit

Re: Pirate Weather: A free, open, and documented forecast API

#88
post #68
post #11

Earlier quoted context omitted.

> is it free, open, documented and legal ? I think it says something that we live in a world where NOAA data could be seen as an underground or less than legal means of getting the weather. Perhaps AccuWeather has been successful in their campaign to keep free weather data as obscure as possible.

I think it's more about it having "pirate" in the name that makes one question its legality.

Perhaps the author has a peg leg, a parrot, or a penchant for API plunder.

Re: Pirate Weather: A free, open, and documented forecast API

#89
post #55

what ive always wanted is a competent API for weather.gov, but theres just no impetus to get NOAA to drop their convoluted pseudo-XML gobbledygook.

If that makes you feel bad, take a look at Australia's Bureau of Meteorology. A disorganised mix of access methods, and went around breaking people's requests randomly with 403's and accusing them of screen-scraping even when accessing json. (Some getting hit with at just 1 request/day)

Emails to them resulted in replies asking to instead use their FTP.

Additionally they're one of the few Australian Gov agencies that still don't have proper https deployment yet.

Post reply on HN