Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/barzamin/gtfs-rt
read gtfs-rt files in rust
https://github.com/barzamin/gtfs-rt
gtfs gtfs-realtime rust
Last synced: about 1 month ago
JSON representation
read gtfs-rt files in rust
- Host: GitHub
- URL: https://github.com/barzamin/gtfs-rt
- Owner: barzamin
- License: mit
- Created: 2018-11-03T23:14:22.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-06T06:53:38.000Z (5 months ago)
- Last Synced: 2024-11-08T12:34:54.430Z (about 1 month ago)
- Topics: gtfs, gtfs-realtime, rust
- Language: Rust
- Size: 56.6 KB
- Stars: 8
- Watchers: 3
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `gtfs-rt`
is a small (trivial, really!) crate for reading protobuf-encoded [gtfs-rt](https://developers.google.com/transit/gtfs-realtime) data. this crate will get you a nice, nested-struct, Serde-serializable form of any protobuf blob a transit authority might provide, but that's pretty much it: it doesn't help you make sense of this. also, if you're a transit provider, it doesn't have functionality to help you _make_ gtfs-rt protobuf blobs. if you're doing that, 1. omg let me know because that's really cool, and 2. i'm extremely happy to merge in your changes.