kurtraschke / gtfs-rt-dump

Command-line dumper for GTFS-realtime feeds
Apache License 2.0
23 stars 4 forks source link

TripDescriptor.direction_id is not supported #2

Open barbeau opened 4 years ago

barbeau commented 4 years ago

When exporting a GTFS-realtime .pb file, I'm seeing TripDescriptor.direction_id get exported like this:

    trip {
      trip_id: "15837958-DEC19-RAIL-Weekday-01"
      schedule_relationship: SCHEDULED
      route_id: "901"
      6: 1
    }

So the project just needs to be updated to the latest gtfs-realtime.proto.

@kurtraschke What are your thoughts on switching from the OBA GTFS-RT exportor to gtfs-realtime-bindings? Or are you using extensions that would prevent this?

kurtraschke commented 4 years ago

Yes, I'm using onebusaway-gtfs-realtime-api for the extensions; I've opened onebusaway/onebusaway-gtfs-realtime-api#16 to bump the upstream dependency.