Making progress on weather forecasting is amazing, and it's been interesting to see the big tech companies get into this space. Apple moved from using The Weather Channel to their own forecasting a year ago [1]. Using AI to produce better weather forecasts is exactly the kind of thing that is right up Google's alley -- I'm very happy to see this, and can't wait for this to get built into our weather apps. [1] https:/…
> Apple moved from using The Weather Channel to their own forecasting a year ago [1]. AFAIK they don't have their own forecasting models, they use same data sources as everyone else: https://support.apple.com/en-us/HT211777
GraphCast: AI model for weather forecasting
161–170 of 310 posts
Re: GraphCast: AI model for weather forecasting
#162Earlier quoted context omitted.
Yikes, after completed three steps I was asked for my email. No to your bait and switch, thanks!
It can take up to 10 min to generate a report - I had a spinner before but people just left the page. So I implemented a way to send it to them instead. I’ve never used the emails for anything else than that. Try it with a 10 min disposable email address if you like. Thanks for your feedback!
Re: GraphCast: AI model for weather forecasting
#163In case someone is looking for historical weather data for ML training and prediction, I created an open-source weather API which continuously archives weather data. Using past and forecast data from multiple numerical weather models can be combined using ML to achieve better forecast skill than any individual model. Because each model is physically bound, the resulting ML model should be stable. See: https://open-me…
Re: GraphCast: AI model for weather forecasting
#164I can't see any citation to accuracy comparisons, or maybe I just missed them? Given the amount of data, and complexity of the domain, it would be good to see a much more detailed breakdown of their performance vs other models. My experience in this space is that I was first employee at Solcast building a live 'nowcast' system for 4+ years (left ~2021) targeting solar radiation and cloud opacity initially, but expand…
Re: GraphCast: AI model for weather forecasting
#165When will we have enough data that we will be able to apply this to everything? Imagine a model that can predict all kinds of trends - what new consumer good will be the most likely to succeed, where the next war is most likely to break out, who will win the next election, which stocks are going to break out. One gigantic black box with a massive state, with input from everything - planning approvals, social media po…
Re: GraphCast: AI model for weather forecasting
#166In case someone is looking for historical weather data for ML training and prediction, I created an open-source weather API which continuously archives weather data. Using past and forecast data from multiple numerical weather models can be combined using ML to achieve better forecast skill than any individual model. Because each model is physically bound, the resulting ML model should be stable. See: https://open-me…
Re: GraphCast: AI model for weather forecasting
#167If you live in a country where local, short-term rain / shower forecast is essential (like [1] [2]), it's funny to see how incredibly bad radar forecast is. There are really convenient apps that show an animated map with radar data of rain, historical data + prediction (typically). The prediction is always completely bonkers. You can eyeball it better. No wonder "AI" can improve that. Even linear extrapolation is bet…
Re: GraphCast: AI model for weather forecasting
#168If you live in a country where local, short-term rain / shower forecast is essential (like [1] [2]), it's funny to see how incredibly bad radar forecast is. There are really convenient apps that show an animated map with radar data of rain, historical data + prediction (typically). The prediction is always completely bonkers. You can eyeball it better. No wonder "AI" can improve that. Even linear extrapolation is bet…
Interesting that you say this. I spent in month in AMS 7-8 years ago and buienradar was accurate down to the minute when I used it. Has something changed?
Re: GraphCast: AI model for weather forecasting
#169Related to this, I built a service that shows what day it has rained the least on in the last 10 years - for any location and month! Perfect to find your perfect wedding date. Feel free to check out :) https://dropory.com
Re: GraphCast: AI model for weather forecasting
#170Earlier quoted context omitted.
I don't get this. Surely past and real weather should be the input training data, not the output of numerical modeling?
Well, what is "real weather data?" We have dozens of complementary and contradictory sources of weather information. Different types of satellites measuring EM radiation in different bands, weather stations, terrestrial weather radars, buoys, weather balloons... it's a massive hodge-podge of different systems measuring different things in an uncoordinated fashion. Today, it's not really practical to assemble that dat…