ifed3 / PBR

Personalized Bike Routing
11 stars 2 forks source link

Audit treatment of bike lanes in bike profile #11

Open thcrock opened 9 years ago

thcrock commented 9 years ago

We noticed during sanity testing that the bike profile wasn't working very well with bike lanes; it would often recommend trips on terrible streets when a bike lane alternative was close by. Let's figure out why, and correct it.

thcrock commented 9 years ago

Another quick scan makes me think that they aren't doing any positive weighting for bike lanes. Maybe we check out OpenTripPlanner's implementation as a start?

https://github.com/opentripplanner/OpenTripPlanner/blob/master/src/main/java/org/opentripplanner/graph_builder/module/osm/DefaultWayPropertySetSource.java