Merge pull request #296 from 1Maxnet1/patch-10

Add rust gtfs library
This commit is contained in:
Elias Gino Cripotos 2025-01-29 09:48:03 -05:00 committed by GitHub
commit 153c2b444e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -365,6 +365,9 @@ Software that makes it easy to consume GTFS data in a variety of languages.
##### Ruby
- [GTFS-viz](https://github.com/vasile/GTFS-viz) - Ruby script that converts a set of GTFS files into a SQLite database + GeoJSONs (needed by the [Transit Map](https://github.com/vasile/transit-map) web application)
##### Rust
- [gtfs-structure](https://github.com/rust-transit/gtfs-structure) - This crates provides GTFS structures and helpers to read GTFS archives.
#### GTFS Converters
Converters from various static schedule formats to and from GTFS.