Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replacement bus GTFS route_type #57

Closed
timhowgego opened this issue Jan 27, 2021 · 2 comments
Closed

Replacement bus GTFS route_type #57

timhowgego opened this issue Jan 27, 2021 · 2 comments

Comments

@timhowgego
Copy link

Not critical. But, from what I can deduce, replacement bus services are being given route_type 6 when converted to GTFS. The spec says 6 is for suspended cable cars, while 3 is for buses. The extended spec has a specific code for Rail Replacement Bus Service, 714, which is technically preferable here and makes it easier to filter regular from temporary bus routes within the rail data, but support for these extensions is not universal.

@linusnorton
Copy link
Collaborator

Seems like a conscious choice on my part:

      case RouteType.Gondola: return "Replacement bus";

I think I might use 714 instead

@linusnorton
Copy link
Collaborator

I've published 6.4.0 to fix this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants