https://berlin-bike-traffic.herokuapp.com/
The city of Berlin makes some of their bicycle data publicly accessible.
Data for bicycle counters exists starting from 2012, with most data points starting from 2017.
This dashboard includes the latest data from 2017 through 2019.
Build a dashboard on bike traffic in Berlin with pandas, folium and dash.
Transformation steps for raw data are implemented in data_wrangling.py.
Original data found here
Image by unDraw
https://github.com/GesaJo/Capital-Bike-Dashboard
https://lab.technologiestiftung-berlin.de/projects/bikerides/de/
- Use data from all years
- put helper functions in packages
- Add longer explanatory text in README
- Add notebook with prediction, analyze development during Covid-19, when 2020 data goes public
- Improve loading time (prepare csv file completely beforehand)
- Improve design (dropdowns, highlight station name)
- Add tests
- Add CI with github actions
- Publish dashboard