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
When reading GTFS data many of the extended route types are converted to old route types (e.g. 109 Suburban Railway -> 2 Rail). This leads to a loss of relevant information which cannot be recovered by the library user afterwards. I suggest to always keep the extended route type in the Route struct and add an extra function like old_route_type for compatibility.
The text was updated successfully, but these errors were encountered:
When reading GTFS data many of the extended route types are converted to old route types (e.g. 109 Suburban Railway -> 2 Rail). This leads to a loss of relevant information which cannot be recovered by the library user afterwards. I suggest to always keep the extended route type in the Route struct and add an extra function like old_route_type for compatibility.
The text was updated successfully, but these errors were encountered: