Repo for all code related to my PhD project, Terminal Congestion (LiU/VTI). Feel free to open an issue or contact me if you need something.
modules/gtfs_import.py contains a useful to import and format data from KoDa. Find an example usage in simple_usage.py.
Note: make sure that the requirements are satisfied to be able to run the code (see requirements.txt).
modules/uncertainty.py contains the code used in the "data uncertainty" part of my project.
modules/weather_data.py contains code processing weather-related data from SMHI.
modules/otherfactors_data.py contains code for the evaluation of HDOP and ionospheric delay.