⚠️ This repository is still in the development phase. Caution should be taken before using or referencing this work in any way - use it at your own risk.
assess-gtfs
provides a method for inspecting and validating General Transit
Feed Specification.
We welcome contributions from others. Please check out our code of conduct and contributing guidance.
This package is designed to work with python 3.9, 3.10 and 3.11.
We recommend running the package with a virtual environment such as conda or venv.
With conda:
conda create -n assess-gtfs python=3.11 -y
Once completed, activate the environment:
conda activate assess-gtfs
Install the python package with required dependencies:
pip install assess-gtfs
Additional Java dependencies are required for full functionality. See the contributing guidance for assistance.
You will need Public Transport Schedule data in GTFS format, appropriate to the territory that you wish to analyse.
At the Data Science Campus we apply data science, and build skills, for public good across the UK and internationally. Get in touch with the Campus at [email protected].
The code, unless otherwise stated, is released under the MIT Licence.
The documentation for this work is subject to © Crown copyright and is available under the terms of the Open Government 3.0 licence.