Creates GTFS data for MZDiK Radom. This script uses database dumps straight from MZDiK's website.
Python3 (version 3.6 or later) is required with 4 additional libraries:
All python requirements can be installed with pip3 install -U -r requirements.txt
.
In addition to all that this script will invoke command mdb-export
.
Ensure that mdbtools are installed
on your system (sudo apt install mdbtools
).
python3 radomgtfs.py
automatically creates the GTFS file.
python3 radomgtfs.py --help
will show available options.
RadomGTFS is provided under the MIT license, included in the license.md
file.