fossgis-routing-server / cbf-routing-profiles

Experimental routing profiles for OSRM.
11 stars 6 forks source link

Consider smoothness in bicycle profile #20

Open osmuser63783 opened 4 days ago

osmuser63783 commented 4 days ago

The bicycle routing profile should consider smoothness. At the moment, the profile seems to completely ignore smoothness, because even ways with smoothness=impassable are routed over.

Exactly which smoothness values should get penalties and which ones should be avoided completely depends on what kind of bike the profile is aimed at (road bikes, general purpose / hybrid / city bikes, mountain bikes).

Examples of ways with smoothness=impassable:

Here is an Overpass query to find more.

osmuser63783 commented 4 days ago

Related issue upstream: https://github.com/Project-OSRM/osrm-backend/issues/3680