github.com/Taektiek/flask-forecast-viewer ↗
An animated time-lapse of how Taektiek/flask-forecast-viewer was built, commit by commit.
Open this visualization on its own page →
Contributors
4
Lines of Code
44
From
2020-07-07
To
2020-08-05
About Taektiek/flask-forecast-viewer
Flask-forecast-viewer is a Flask web application that retrieves weather data from the Dutch weather service Buienradar, generates forecast visualizations using Matplotlib, and displays them through a dynamic website interface. The project scrapes precipitation and weather information from Buienradar.nl and converts it into graphical charts that users can view through the Flask server.
The application is currently in early development stages, with the core scraping and visualization functionality operational. The creator runs the scraping script automatically every two hours on their own server to keep data fresh. Planned features include the ability to request specific graphs from the website and fully automated visualization creation, which will make the application more user-friendly and practical for regular deployment.
The project targets users interested in weather forecasting in the Netherlands and is built with Python, using Flask for the web framework and Matplotlib for data visualization. Installation is straightforward for those with Python 3, though the developers note that at the current development stage it may not be practical for general use outside of local testing or personal hosting.