Live data from Hacker News

WeatherKit

developer.apple.com

91–100 of 203 posts

Re: WeatherKit

#91
post #20

The Norwegian Meteorological Institute has an excellent free HTTP/JSON weather API that covers the globe. No signup required. https://developer.yr.no

Yr (Norwegian word meaning drizzle rain) is indeed truly excellent, but it should be noted that while its coverage is global, their forecasts outside of Europe are based on lower-accuracy models.

Re: WeatherKit

#92
I don't really know Swift, but does the following line from that site make any sense?

"And with Swift concurrency, it’s easy to request weather data with just a few lines of code."

Re: WeatherKit

#94
post #33

Earlier quoted context omitted.

What business advantage does it being to Apple to (just) stop those data leaks?

I've heard (2nd-level -- ie, people that talked to people in Apple, in confidence) rumors that they want to use the data themselves to sell more stuff. All under the guise of "privacy," it's the best marketing ploy ever... if true. I like what Apple is doing, but I've heard that rumor enough times from former employees who worked on this stuff, and people who've come out of meetings with the Safari guys, that I conti…

Apple has not that many products. The opportunities for sophisticated marketing based on purchase history are pretty slim. If they wanted to run a strategy like “market iPads to people who already have iPhones and Macs” starting a credit card business is a pretty roundabout way to do that.

I think it was clear from the beginning of Apple Pay that they’re running a very long term embrace-extend-extinguish on Visa and Mastercard, and everything in their product roadmap to date has been consistent with that, especially opening up native tap-to-pay acceptance on iPhones.

Re: WeatherKit

#95
post #81

Earlier quoted context omitted.

New Zealanders pay taxes for a weather agency and a separate climate agency, neither of which provides weather local for most farms (one farm client of my agtech automation business is an hour from town; the weather report only applies to town). Additionally, the weather service is a "state owned enterprise" expected to turn a profit. So everyone who needs farm weather uses yr.no After covid, I'm going to go talk to…

> After covid what do you mean? are there still restrictions in NZ?

Maskless face-to-face meetings are more effective than masked ones, in my opinion. Nevermind more effective than email or a phone call. I'd like to meet when I can have a frank discussion without a mask on so that we can gauge one another's sincerity and receptiveness to an idea.

Re: WeatherKit

#96
post #20

The Norwegian Meteorological Institute has an excellent free HTTP/JSON weather API that covers the globe. No signup required. https://developer.yr.no

New Zealanders pay taxes for a weather agency and a separate climate agency, neither of which provides weather local for most farms (one farm client of my agtech automation business is an hour from town; the weather report only applies to town). Additionally, the weather service is a "state owned enterprise" expected to turn a profit. So everyone who needs farm weather uses yr.no After covid, I'm going to go talk to…

I'm somewhat surprised. The National Weather Service in the US has a website: https://weather.gov. There is a radar map https://radar.weather.gov/ and forecasts https://digital.weather.gov.

They also publish the data for free, such as map layers/radar https://opengeo.ncep.noaa.gov/geoserver/www/index.html or the weather forecasts https://www.ncei.noaa.gov/products/weather-climate-models/na...

In the past The Weather Channel lobbied to get public access shut down but failed but most people selling weather data compete by building improved forecasts, local knowledge, etc on top of NWS data. It greatly lowers the barrier to entry for anyone wanting to get into the space.

Re: WeatherKit

#97
post #84

Earlier quoted context omitted.

New Zealanders pay taxes for a weather agency and a separate climate agency, neither of which provides weather local for most farms (one farm client of my agtech automation business is an hour from town; the weather report only applies to town). Additionally, the weather service is a "state owned enterprise" expected to turn a profit. So everyone who needs farm weather uses yr.no After covid, I'm going to go talk to…

Is weather forecast enough for agtech business. Until recently I was in that industry and apparently the local weather station was the way to go for accurate predictions. we have a few of these hardware companies here in Europe and always wondered why this was necessary, knowing that we have some of the most accurate predictions here in central europe. How is it for you in NZ?

It's not that my business is weather, it's that I can't do certain things in the rain, and not being able to work out a schedule is a big problem. It can cost people and businesses a lot of money. It can cost the country a lot of lost tax revenue.

If yr.no weren't providing us free weather, we'd get a lot less done, because we wouldn't know the weather 2 or 3 days in advance because our forecasters do not tell us what is happening a 45 minute drive up a valley from here.

Re: WeatherKit

#98

Earlier quoted context omitted.

New Zealanders pay taxes for a weather agency and a separate climate agency, neither of which provides weather local for most farms (one farm client of my agtech automation business is an hour from town; the weather report only applies to town). Additionally, the weather service is a "state owned enterprise" expected to turn a profit. So everyone who needs farm weather uses yr.no After covid, I'm going to go talk to…

I'm somewhat surprised. The National Weather Service in the US has a website: https://weather.gov . There is a radar map https://radar.weather.gov/ and forecasts https://digital.weather.gov . They also publish the data for free, such as map layers/radar https://opengeo.ncep.noaa.gov/geoserver/www/index.html or the weather forecasts https://www.ncei.noaa.gov/products/weather-climate-models/na... In the past The Weathe…

Commonwealth countries also have something called "crown copyright" unlike the US putting all tax-funded works in the public domain.

I still don't really understand it.

Re: WeatherKit

#99
post #89

What data is Apple using in Central Europe? Because all weather apps only using data from US providers only are hilariously wrong.

I wonder too, they get the rain forecasts wrong all the time. They are at least off by 1-2 hours or somtimed forecast rain when there is none. Compare that to other apps like WeatherPro which are way closer

Re: WeatherKit

#100
post #92

I don't really know Swift, but does the following line from that site make any sense? "And with Swift concurrency, it’s easy to request weather data with just a few lines of code."

I think it just says it‘s easy to request weather data concurrently and to integrate that into other concurrency stuff, thanks to Swift.

But I‘ve never used Swift so I don‘t know.

Post reply on HN