No
The schedule feed is 'compressed' so only the relevant trips are displayed and no duplicatiin across schedules. This was done to reduce the size of the schedule feed. At any time during sports seasons, 75 schedules can be active.
The trip short name is used in the real time feed because for an operational day, that is really all that is needed.
You would look up the scheduled trip in the schedule feed and then match by short name to the real time feed.
There is nothing broken in the feed so there is nothing to fix. If you look at the specification and all of the optional fields, you will understand what I mean by this.
Is it different, sure but it was done on purpose.
--
You received this message because you are subscribed to the Google Groups "mtadeveloperresources" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mtadeveloperresources+unsub...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Also the specific FeedEntity ID field definition is
"Feed-unique identifier for this entity. The identifiers are used only to provide incrementality support. The actual entities referenced by the feed must be specified by explicit selectors (see EntitySelector for more)."
It is incorrect to think or implement the trip id in the id field.
The TripUpdate TripDescriptor trip_id field is where that should be present. This is an optional field.
The same trip short name will always be represented multiple times in the trips.txt file.
If there are weekday, Friday only, one day or event schedules for example, there will be multiple entries in the calendar.txt and calendar_dates.txt file to determine which schedule is active on what date.
Thanks,
To unsubscribe from this group and stop receiving emails from it, send an email to mtadeveloperreso...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "mtadeveloperresources" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mtadeveloperreso...@googlegroups.com.