Notes === Command line tool to decode protocol buffer feed: ``` protoc --decode_raw < GTFS-Realtime.protobuf protoc --decode 'transit_realtime.Shape' gtfs-realtime.proto < GTFS-Realtime.protobuf protoc --decode 'transit_realtime.FeedEntity' gtfs-realtime.proto < GTFS-Realtime.protobuf ``` References --- * [TCAT feed from transit.land](https://www.transit.land/feeds/f-dr997-tompkinsconsolidatedareatransit) * [GTFS TCAT feed from Avail](https://realtimetcatbus.availtec.com/InfoPoint/GTFS-Realtime.ashx?&Type=TripUpdate)