In GTFS, I’m trying to utilize stop_times.txt to find the next available buses that are to arrive at a stop at the current time and current day. However, there are no fields that indicate the time of day a certain stop_time is:
trip_id,arrival_time,departure_time,stop_id,stop_sequence,stop_headsign,pickup_type,drop_off_type,shape_dist_traveled
A bus stop has so many close stop_times for one particular bus arrival that it doesn’t make sense. Only logical conclusion is that they’re meant for a certain day of the week, but there’s nothing to indicate that.
This is causing me to get duplicate or extremely close stop times for each bus that arrives around the current time..