Example of a web application using MOSMIX data #362
guidocioni
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
Dear @guidocioni , nice app! Worked well for my place! (although it's a bit of the downer that the temperature in Germany will probably be dropping next week) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey guys, I just wanted to share my quick&dirt approach using MOSMIX data downloaded using Wetterdienst. A running demo can be accessed here https://breeze.guidocioni.it/mosmix/.
The idea is that you enter a city that you want forecast for, then press on search and the results are parsed into the list of MOSMIX stations close to that point. When pressing on 'generate' the system downloads MOSMIX data (I only use the 'LARGE' set because with the 'SMALL' it just takes too long as it is a large file) and show them into 3 different collapsible plots.
The app itself is based on dash/bootstrap/plotly and the source code is here https://github.com/guidocioni/mosmix-webapp
Enjoy ;)
Beta Was this translation helpful? Give feedback.
All reactions