Cool project! I would be cautious with the sentence „See what’s inside your Docker“. Aside from the broader term „container image“, I would think you could get mail from Docker (as I’m the company) for using their name while you’re not Docker.
I run a cronjob which sends me the forecast for the next day based on german weather service MOSMIX forecasts. I am using https://brightsky.dev for this, which makes the clunky xml files of MOSMIX available as a http api.
I also tried brightsky.dev, but it is limited to weather stations in the MOSMIX system. IRRC only Germany. In terms of forecast quality, MOSMIX should be great!
One goal of mine, would be to provide historical data of the past months to enable users to run their own statistical forecasts combined with weather models. It is actually quite easy to use measurement data and correct forecasts using simple machine learning models like random forrest. If you compare wind speed measures and forecasts, there usually is a simple statistical error that can be reduced easily. Maybe in the next month I will to some tests and example code
You can edit posts but only within a limited time window, I think it's something like an hour. If you don't see an edit button you can't do anything about it.