Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TripDescriptor.direction_id is not supported #2

Open
barbeau opened this issue Mar 10, 2020 · 1 comment
Open

TripDescriptor.direction_id is not supported #2

barbeau opened this issue Mar 10, 2020 · 1 comment

Comments

@barbeau
Copy link

barbeau commented Mar 10, 2020

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
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants