Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ibi-group/datatools-ui
Core application for IBI's transit data tools suite.
https://github.com/ibi-group/datatools-ui
gtfs opentripplanner transit-routes transit-schedule transportation
Last synced: 2 months ago
JSON representation
Core application for IBI's transit data tools suite.
- Host: GitHub
- URL: https://github.com/ibi-group/datatools-ui
- Owner: ibi-group
- License: mit
- Created: 2016-03-17T13:56:49.000Z (almost 9 years ago)
- Default Branch: dev
- Last Pushed: 2024-04-04T16:03:52.000Z (10 months ago)
- Last Synced: 2024-04-24T10:03:47.087Z (9 months ago)
- Topics: gtfs, opentripplanner, transit-routes, transit-schedule, transportation
- Language: JavaScript
- Homepage: https://data-tools-docs.ibi-transit.com/en/latest/
- Size: 50.3 MB
- Stars: 116
- Watchers: 13
- Forks: 70
- Open Issues: 141
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- awesome-open-transport - datatools-ui
README
# datatools-ui
[![Join the chat at https://matrix.to/#/#transit-data-tools:gitter.im](https://badges.gitter.im/repo.png)](https://matrix.to/#/#transit-data-tools:gitter.im)
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
```bash
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](https://github.com/conveyal/datatools-server)
## Documentation
View the [latest release documentation](http://data-tools-docs.ibi-transit.com/en/latest/) 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](http://data-tools-docs.ibi-transit.com/en/dev/).
## Getting in touch
We have a Gitter [space](https://matrix.to/#/#transit-data-tools:gitter.im) for the full TRANSIT-Data-Tools project where you can post questions and comments.
## Shoutouts 🙏
Big thanks to [BrowserStack](https://www.browserstack.com) for letting the maintainers use their service to debug browser issues.
Street snapping powered by the GraphHopper API.