bikehopper / graphhopper

Open source routing engine for OpenStreetMap. Use it as Java library or standalone web server.
https://www.graphhopper.com/open-source/
Apache License 2.0
3 stars 0 forks source link

PT Use Weights #58

Closed abhumbla closed 2 years ago

abhumbla commented 2 years ago

Fixes #39 Fixes #47 Fixes #48

changes:

TODO:

abhumbla commented 2 years ago

okay testing this out we have good news and bad news

good news: the bike-only route matches the route from the bike2 endpoint, and it's pretty good! nice to see usable bike routes in bikehopper

pt endpoint: good_bike_routing bike endpoint: default_bike_routing

bad news: something broke and it's not getting onto public transit at the right time. also it's doing random small trips for reasons i'm not sure about. will have to dig into this tomorrow, bet it's something with currentTime being used to enter the public transit graph bad_pt_routing