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

Open
VillePihlava opened this issue May 28, 2024 · 4 comments · May be fixed by #5966
Open

Add support for car ferries #5875

VillePihlava opened this issue May 28, 2024 · 4 comments · May be fixed by #5966
Labels
HSL 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

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
@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 label 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.

@VillePihlava VillePihlava linked a pull request Jul 11, 2024 that will close this issue
@miklcct
Copy link

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 New Feature Roadmap Create an issue and mention your organization in the title and tag with RoadMap to share your plan
Projects
Status: In Progress
Development

Successfully merging a pull request may close this issue.

6 participants