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

Add support for car ferries #5875

Closed
VillePihlava opened this issue May 28, 2024 · 4 comments · Fixed by #5966
Closed

Add support for car ferries #5875

VillePihlava opened this issue May 28, 2024 · 4 comments · Fixed by #5966
Labels
HSL Helsinki Regional Transport Authority New Feature Roadmap Create an issue and mention your organization in the title and tag with RoadMap to share your plan

Comments

@VillePihlava
Copy link
Contributor

VillePihlava commented May 28, 2024

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 a cars_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.

@BredeD BredeD added the Roadmap Create an issue and mention your organization in the title and tag with RoadMap to share your plan label May 29, 2024
@BredeD BredeD added this to Roadmap May 29, 2024
@BredeD BredeD moved this to < 12 months in Roadmap May 29, 2024
@vesameskanen
Copy link
Contributor

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.

@ravolka ravolka added the HSL Helsinki Regional Transport Authority label Jun 4, 2024
@ravolka ravolka moved this from < 12 months to In Progress in Roadmap Jun 4, 2024
@ravolka
Copy link

ravolka commented Jun 4, 2024

HSL / Ville has started to work on this

@optionsome
Copy link
Member

optionsome commented Jun 7, 2024

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.

@miklcct
Copy link
Contributor

miklcct commented Aug 6, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
HSL Helsinki Regional Transport Authority New Feature Roadmap Create an issue and mention your organization in the title and tag with RoadMap to share your plan
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

6 participants