A Dash-based web application to track the sunrises, sunsets and day lengths.
The application consists of two files:
- suntime.py: calculates the sunset & sunrise time, as well as day length;
- dynamic-graph.py: visualizes the data in a nice, human-understandable way.
In order to run, the application requires the following libraries (used versions stated).
- Plotly 5.14.0;
- Dash 2.9.2;
- Geocoder 1.38.1.