-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(routing): use graphhopper to provide GTFS based public transport…
… routing (#441) * refactor(routing): use opencsv instead of javacsv for CSV parsing from GTFS * clean(routing): exclude unused transient libraries * clean(routing): resolve several checkstyle problems * clean(routing): define default navigationConfiguration * fix(routing): fix handling of empty lines * clean(routing): use SpeedUtils for kmh conversion * rename Routing to VehicleRouting * clean(routing): added note to not forget redesigning MultiModalLeg
- Loading branch information
Showing
30 changed files
with
17,977 additions
and
81 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
Oops, something went wrong.