Prettifies and merges GTFS files for Radom, based on data published by MZDiK.
RadomGTFS is written in Python with the Impuls framework.
To set up the project, run:
$ python -m venv .venv
$ . .venv/bin/activate
$ pip install -Ur requirements.txt
Then, run:
$ python radom_gtfs.py
The resulting schedules will be put in a file called radom.zip
.
RadomGTFS is provided under the MIT license, included in the LICENSE
file.