-
Notifications
You must be signed in to change notification settings - Fork 698
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* sketch for the recosting * still fleshing out the interface * first pass of recosting * check more fields of the edge label and run all routes * lint * modify the way we set options on the request in gurka * typos * dont need reference param for tile * make recosting robust to multiple failure scenarios * disable logging again * add testing for request parsing * refactor storing cost information in pathinfo and tripleg.node proto so taht we have all the costing information available * stub out recosting * a horrid refactor of costing.. * add integration testing for recosting * all the costing info is added to all the nodes properly. just need json now * add serialization of recosting to json and compile all the things * lint * maneuver serialization was on wrong sub object * oops a couple more build errors * rename intersection duration to turn_duration, add turn_weight, duration and weight (for the edge leaving the intersection) * fix a long standing bug in bidirectional_astar wrt adding additional turn cost in the reverse edge lables * dont need this, its done * Rename sif/util to sif/recost per feedback. * use correct relative path for timezone info * lint * add json verification tests * rename options to costing_options and re-enable arrive by recost tests * add a failing test when historical traffic is present for recosting * use constrained time of day for non-time dependent costing (#2514) * use constrained time of day by default for any non-time dependent speed look up * didnt need this change * i didnt touch this code but somehow its linted differently.. * routes bench adapt to costing refactor * fix two small complaints Co-authored-by: Daniel Patterson <danpat@danpat.net>
- Loading branch information
1 parent
2f490ca
commit de546d7
Showing
136 changed files
with
1,996 additions
and
1,042 deletions.
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.