Skip to content

Inspect, validate & filter General Transit Feed Specification.

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
LICENSE.note
Notifications You must be signed in to change notification settings

datasciencecampus/assess_gtfs

Repository files navigation

Repository status is still in development (caution required)PyPI - VersionPyPI - DownloadsBuild status badge on macBuild status badge on windowsDeploy PYPICodecov coverage result

assess-gtfs

⚠️ 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.