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

Increase/decrease bike penalties on up/down grades #101

Closed hcourt closed 1 year ago

hcourt commented 1 year ago

Using Bernal Heights Summit/Park as test cases, this change makes the elevation routing smarter. Currently these adjustments are simple, but we can tweak them (in Bike2WeightEncoder) later as desired.

Replaces #97