Install python 3.10, poetry >= 3, make
Run
make prj-init
to install dependencies.
Place your gpx-files in a directory data/raw/tracking
.
Download public transport data for Berlin from gtfs data, colour data, licensed as CC BY 3.0 DE.
Unzip, place files in data/public_transport
, execute
make generate-public-trans
Then run
make generate-map
to generate the route map.