Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1023 Bytes

readme.md

File metadata and controls

26 lines (19 loc) · 1023 Bytes

RadomGTFS

Description

Creates GTFS data for MZDiK Radom. This script uses database dumps straight from MZDiK's website.

Prerequisits

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).

Running

python3 radomgtfs.py automatically creates the GTFS file.

python3 radomgtfs.py --help will show available options.

License

RadomGTFS is provided under the MIT license, included in the license.md file.