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

on-demand trips: duplicate stop_time rows, no drop-off at stops, no pickup at Flex locations #6

Merged
merged 3 commits into from
Jun 18, 2021

Conversation

derhuerst
Copy link
Owner

@derhuerst derhuerst commented Jun 15, 2021

fixes #5

If a trip fulfills one of the Flex rules, we duplicate its stop_times rows.
For each original stop_sequence, there is
- a row stopping at the stop, with forbidden drop-off, and
- a row stopping at the Flex location/area, with forbidden pickup.

This violates the intention of the GTFS-FlexibleTrips spec; We hope
to make OTP2 handle non-flexible pickup-and-flexible drop-off this way.
- patch-routes-txt.js: remove superfluous console.error()
- readme: link to Stadtnavi Herrenberg 📝
- package-lock: align version with package.json
@derhuerst derhuerst merged commit d2e0996 into main Jun 18, 2021
@derhuerst derhuerst deleted the duplicate-stop-times branch June 18, 2021 13:37
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

Successfully merging this pull request may close these issues.

Duplicate stop locations in flex trips
1 participant