-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Add support for car ferries #5875
Comments
We have seen some problems when trying to route long bike journeys with ferry connections. If such itineraries are computed using transit routing, access, egress and max transfer duration must be very long. That in turn may slow down routing so radically that it becomes unusable. Maybe such routes should be searched using street routing methods. |
HSL / Ville has started to work on this |
We got a confirmation that both schedule and non-schedule based ferries need to be supported. We don't have a need for cars on trains in the short term. |
The issue of access modes is currently being discussed which gives a more general alternative on these fields, as they no longer fit all the use cases. google/transit#466 |
Goal / high level use-case
Ferries can have cars aboard. The goal is to add support for using ferries with cars.
Describe the solution you'd like
The gtfs field
bikes_allowed
works in a similar way to how this feature could work. The proposed solution would be to adapt the solution for cars. This would involve adding acars_allowed
field to gtfs. In the future, a similar solution could be considered for trains that can have cars aboard.Additional context
As of writing this issue, many details of the implementation are still somewhat unclear and will be appended once the work moves forward.
The text was updated successfully, but these errors were encountered: