-
Notifications
You must be signed in to change notification settings - Fork 52
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
module: transfers (profilebased) #373
Closed
carstenhagelgans
wants to merge
142
commits into
motis-project:master
from
carstenhagelgans:footpaths
Closed
module: transfers (profilebased) #373
carstenhagelgans
wants to merge
142
commits into
motis-project:master
from
carstenhagelgans:footpaths
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- added hardcoded profile param to routing query - set nigiri pkg commit to fork
- added support for indoor routing
- added ppr/include to cmake-target - added state to footpaths - added load profiles to footpaths - added hash value to NigiriEvent
store all platforms (extracted platforms and stations in rtree)
* return only platforms with valid location_idx_t
added transfer_request struct and a function to create a list of all transfer_requests
* creates transfer_requests per platform and profile
removed own type definition
* added several scoped_timers
* added ppr rtree data
* added transfer_edge_info struct * added search_result -> transfer_edge_info vector-vector * added postprocessing of search results (missing: correct profile)
* added profile_name to transfer_request * set timetable locations profile_idx_ (hash-map) * updated transfer_requests from vector to map (profile_info) * update tt footpaths (use new profile_idx map)
* delete default transfers
list of conflicts: - .pkg - .pkg.lock - nigiri.cc (profiles param removed -> added)
- added full transfers library use - added latest transfers library dependency to pkg
carstenhagelgans
force-pushed
the
footpaths
branch
from
November 7, 2023 08:38
80dba8e
to
9f85895
Compare
carstenhagelgans
force-pushed
the
footpaths
branch
2 times, most recently
from
November 13, 2023 13:04
ca9955b
to
8f2e68e
Compare
carstenhagelgans
force-pushed
the
footpaths
branch
from
November 13, 2023 13:18
8f2e68e
to
1df2840
Compare
carstenhagelgans
force-pushed
the
footpaths
branch
from
November 13, 2023 13:50
98f63bd
to
6de4532
Compare
continued in #409 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
requires: motis-project/nigiri#56
FrontEnd-Dev