Continuous GTFS
A transform framework and pipeline for processing GTFS schedule and realtime feeds. Built for Sound Transit, designed to be generalizable to any transit agency.
For agency staff
The Guide covers how to write transforms, use builtins, and run pipelines locally.
For project stakeholders
The Journal documents key technical decisions and experiment results as the system takes shape.
Working on docs
This site is built from the docs/ directory and published automatically when changes are pushed to develop.
Preview locally with live-reload:
uvx --with mkdocs-material --with mkdocs-mermaid-zoom mkdocs serve
When adding or updating mkdocs plugins, update the uvx command in both the snippet above and .github/workflows/docs.yml.