-
Notifications
You must be signed in to change notification settings - Fork 1
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
Feature: Merge consecutive walks at connection start or end at the service level #181
Comments
munterfi
added a commit
that referenced
this issue
Jan 23, 2025
clukas1
added a commit
that referenced
this issue
Feb 4, 2025
clukas1
added a commit
that referenced
this issue
Feb 4, 2025
clukas1
added a commit
that referenced
this issue
Feb 4, 2025
clukas1
added a commit
that referenced
this issue
Feb 5, 2025
clukas1
added a commit
that referenced
this issue
Feb 5, 2025
… doInitialTransferRelaxation (round 0) is false.
clukas1
added a commit
that referenced
this issue
Feb 13, 2025
clukas1
added a commit
that referenced
this issue
Feb 13, 2025
clukas1
added a commit
that referenced
this issue
Feb 13, 2025
clukas1
added a commit
that referenced
this issue
Feb 13, 2025
…hnically not possible (transfer faster than route).
clukas1
added a commit
that referenced
this issue
Feb 15, 2025
clukas1
added a commit
that referenced
this issue
Feb 15, 2025
…allow source and target transfers from raptor.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Handle the case where a solution from the RaptorRouter has a walk transfer to a stop at the start or end of the connection, and then at the service level (
ch.naviqore.service.gtfs.raptor.routing
) another first or last mile walk is added to connect the target or source location.Merge these two walks directly by using the walk calculator to calculate a walk from the public transit leg directly to the source or target location.
Affected are the following connection and isoline routing query templates:
ConnectionGeoToGeo
,ConnectionGeoToStop
,ConnectionStopToGeo
,IsolineGeoSource
, e.g.:TODOs
RoutingQueryFacadeIT
).The text was updated successfully, but these errors were encountered: