Closed brnstz closed 8 years ago
Unfortunately, there is no reliable way for us to determine the relationship between the actual and the static GTFS trip, so we can’t tell if a particular trip is the original one or has been changed or added later so the ScheduleRelationship is not used. While trip_id in the GTFS-realtime feed will not directly match the trip_id in trips.txt, a partial match should be possible if the trip has been defined in trips.txt. If there is a partial match, the trip is a scheduled trip. For example, if a trip_id in trips.txt is A20111204SAT_021150_2..N08R, the GTFS-realtime trip_id will be 021150_2..N08R which is unique within the day type (WKD, SAT, SUN).