MVG Rad is the bike sharing service of Munich (2015-2025).
They make the raw data of their rides available for download. Let's explore these data.
If you are viewing this on GitHub, you can just open the Jupyter Notebook mvg-rad.ipynb to see my statistics and maps.
If you want to check out the code and do your own analysis, here a few hints:
- This project uses uv to manage dependencies. See uv installation instructions.
- Use
uv sync
to install the dependencies. - Download the raw data from the MVG Rad download page. Put them in the folder raw-data.
- Launch the Jupyter Notebook mvg-rad.ipynb.
- Map data © OpenStreetMap contributors