You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to get the correct route_code based on the trip_id for the gtfs real time data. This needs to target the get_route_code_from_trip_route_id function in the gtfs_rt_helper.py file.
Purpose
We need to get the correct route_code based on the trip_id for the gtfs real time data. This needs to target the
get_route_code_from_trip_route_idfunction in thegtfs_rt_helper.pyfile.