MobilityData / gtfs-realtime-bindings

Language bindings generated from the GTFS Realtime protocol buffer spec for popular languages.
Apache License 2.0
370 stars 127 forks source link

Add means of using gtfs extensions for NYC MTA and others #130

Open dmf3030 opened 11 months ago

dmf3030 commented 11 months ago

This might already exist in the library but I haven't found it. The MTA and presumably some other agencies have custom gtfs extensions to expose extra data but I can't find a way to get those custom extension loaded into this library.

The MTA one can be found here

MTA Extension

tolidano commented 2 months ago

https://github.com/Andrew-Dickinson/nyct-gtfs Take a look at this project, which does what you want.