A citymapper-inspired PyQt application for public transport that uses a PostgreSQL database.
-
Put all the necessary data (taken from this paper) in a
datafolder. Here is the allowed files list: -
Install all the necessary modules with the following command :
pip install -r requirements.txt -
Automatic Way: run the main program,
parse/main.py. It will ask you to input the information required to make the databases work, then fill the database by itself. -
Manual Way:
- Set your data folder, and some other settings in the
params/params.jsonfile. An example file namesexample_params.jsonhas been provided. - Run the parsing software,
parse/parse.py - Run the main program,
parse/main.py
- Set your data folder, and some other settings in the
