You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The core application for IBI Group's TRANSIT-Data-Tools suite. This application provides GTFS editing, management, validation, and deployment to OpenTripPlanner.
Quick Start
A pre-configured datatools instance can be lauched via Docker by running
cd docker
cp ../configurations/default/env.yml.tmp ../configurations/default/env.yml
docker compose up
from the datatools-ui directory. Datatools will then be running on port 9966.
Deployment functionality will not work, and persistence may only work in certain cases (look into Docker volumes for more info).
Configuration
This repository serves as the front end UI for the Data Manager application. It must be run in conjunction with datatools-server
Documentation
View the latest release documentation at ReadTheDocs for more info on deployment and development as well as a user guide.
Note: dev branch docs (which refer to the default branch and are more up-to-date and accurate for most users) can be found here.
Getting in touch
We have a Gitter space for the full TRANSIT-Data-Tools project where you can post questions and comments.
Shoutouts 🙏
Big thanks to BrowserStack for letting the maintainers use their service to debug browser issues.