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

Implement route-by-route transfer time restrictions #922

Closed
michaz opened this issue Dec 22, 2016 · 3 comments
Closed

Implement route-by-route transfer time restrictions #922

michaz opened this issue Dec 22, 2016 · 3 comments
Labels
good first issue If you just get started with GraphHopper these issues are suited for you public transport

Comments

@michaz
Copy link
Member

michaz commented Dec 22, 2016

Not in the GTFS standard, but for example in the VBB dataset, as a custom field.

Can be implemented completely in pre-processing, on the GTFS side, by splitting stops.

@michaz michaz added public transport good first issue If you just get started with GraphHopper these issues are suited for you labels Dec 22, 2016
@michaz
Copy link
Member Author

michaz commented Dec 27, 2016

We may need exclusions from transfer rules anyway, for #919, so maybe the two can share functionality. (Don't implement it as GTFS-preprocessing after all.)

@michaz
Copy link
Member Author

michaz commented Mar 21, 2017

@michaz
Copy link
Member Author

michaz commented Apr 10, 2017

OK, we have route-to-route specific transfer rules. (Possible) follow-up feature: Trip-to-trip specific, but that would require some more work. Route-to-route can be done simply, because a station can simply be divided into route-specific "platforms", which is not that expensive. But for trip-to-trip, we would really have to calculate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue If you just get started with GraphHopper these issues are suited for you public transport
Projects
None yet
Development

No branches or pull requests

1 participant