A simple notebook which retrieves OpenStreetMap data and plots layers into a map.
Tested with Python 3.9. Use venv to set up a virtualenv:
python3 -m venv venv
. venv/bin/activate
pip install -r requirements.txt
jupyter notebook osm-map-plotting.ipynb