Last updated:
0 purchases
assessgtfs 0.0.6
assess-gtfs
:warning: 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.
Introduction
assess-gtfs provides a method for inspecting and validating General Transit
Feed Specification.
Developers
We welcome contributions from others. Please check out our
code of conduct and
contributing guidance.
Usage
Installation
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.
Required Data
You will need
Public Transport Schedule data
in GTFS format, appropriate to the territory that you wish to analyse.
Data Science Campus
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].
License
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.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.