CommuneCar / mono-app

https://communecar-ui.vercel.app
0 stars 0 forks source link

Optimize route optimization / calculation #188

Closed erezdrutin closed 3 months ago

erezdrutin commented 3 months ago

Graphhopper seems to provide results that are optimized for finding the "fastest" path for each vertex overall with a priority resulting in some weird edge cases that are missed. The best alternative that I was able to find is something called OSRM, which requires a separate deployment of a literal OSRM BE alongside our app or some demo version that can be used only locally. Dropping this for now as this is considered "nice to have"