A series of Python functions to visualize STL GTFS data and to convert to JOSM/OSM format for importing.It's a work in progress.
- Python requirements should be installed automatically by your IDE or use
pip install -r requirements.txt
to install manually - You need to have GDAL installed on your system
- Download the desired (latest) gtfs archive and pass it as an input. The script is not meant to be ran by a cli at this point.
- Look at the functions and run the ones you need.
At this moment, the script is specifically written having STL data in mind and might not work with data from other operators. It needs to be adapted.