Describe the problem
It's a bit strong to call this a bug per se but just noting -- I'm working on a GTFS-RT to TIDES conversion and GTFS-RT's vehicle positions has a schedule_relationship field under the trip message which is incompatible with the TIDES vehicle locations schedule_relationship in two ways:
- In GTFS-RT it's a trip level indicator but in TIDES it's stop level
- The enums have different values
GTFS:
TIDES:
Possible Solutions
Could make TIDES conform to the GTFS-RT definition or could rename to stop_schedule_relationship if it's important that it be stop-level rather than trip level
Additional context
Describe the problem
It's a bit strong to call this a bug per se but just noting -- I'm working on a GTFS-RT to TIDES conversion and GTFS-RT's vehicle positions has a
schedule_relationshipfield under the trip message which is incompatible with the TIDES vehicle locationsschedule_relationshipin two ways:GTFS:
TIDES:
Possible Solutions
Could make TIDES conform to the GTFS-RT definition or could rename to
stop_schedule_relationshipif it's important that it be stop-level rather than trip levelAdditional context