mirror of
https://github.com/CUTR-at-USF/awesome-transit.git
synced 2025-08-03 23:48:19 +02:00
docs: Add Transitland for test data
This commit is contained in:
parent
5aac49b393
commit
faa1fa9939
1 changed files with 6 additions and 1 deletions
|
@ -99,9 +99,14 @@ Places to access collections of GTFS and other transit and multimodal data
|
|||
- [OpenStreetMap (OSM)](https://www.openstreetmap.org) - The collaborative platform for mapping the world, including transport, transit, and routing data.
|
||||
- [GTFS-Hub](https://github.com/mfdz/gtfs-hub) - Community tested, probably quality/content enhanced, partially merged or filtered GTFS-feeds of (currently German) transport agencies. Maintained by [MITFAHR|DE|ZENTRALE](https://github.com/mfdz).
|
||||
|
||||
#### Sample GTFS datasets used for software testing
|
||||
#### Sample GTFS and GTFS Realtime datasets used for software testing
|
||||
- [sample-gtfs-feed](https://github.com/public-transport/sample-gtfs-feed) - An imaginary GTFS data set used for testing.
|
||||
- [transitfeed](https://github.com/google/transitfeed/tree/master/tests/data) - Test data created for the original Google [Python GTFS validator](https://github.com/google/transitfeed/wiki/FeedValidator).
|
||||
- [Transitland GTFS and GTFS Realtime test datasets](https://github.com/interline-io/transitland-lib) - For testing the [transitland-lib](https://github.com/interline-io/transitland-lib) library that handles GTFS and GTFS Realtime parsing and validation for Transitland:
|
||||
- [GTFS - "bad entities" at the single row level](https://github.com/interline-io/transitland-lib/tree/master/test/data/bad-entities)
|
||||
- [GTFS - validation errors that that involve entities in one or more files](https://github.com/interline-io/transitland-lib/tree/master/test/data/validator/errors)
|
||||
- [GTFS - best practices](https://github.com/interline-io/transitland-lib/tree/master/test/data/validator/best-practices)
|
||||
- [GTFS Realtime - JSON test cases that are turned into PB contents](https://github.com/interline-io/transitland-server/tree/main/test/data/rt)
|
||||
|
||||
### Software for Creating APIs
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue