osrm-backend
osrm-backend copied to clipboard
Open Source Routing Machine - C++ backend
Hello, I am currently working on integrating traffic data from a provider with OSRM (Open Source Routing Machine). I have traffic data that includes latitude and longitude pairs along with...
# Issue OSRM currently don't support conditional access tags. This is a very useful feature, especially in the context of roads being closed due to construction work or events. Several...
I use osrm-backend 5.26.0 to generate osm.pbf to osrm when I tried this on 5.27.1 to convert I could not able to get the osrm file after I read this...
It'd be nice if you didn't need to load all the OSRM data if you didn't need it. For example, if you never need turn-by-turn guidance, then it should be...
Currently, OSRM stores/loads the routing graph in a fairly naive adjacency list structure consisting of simple lists of edge and node data. https://github.com/Project-OSRM/osrm-backend/blob/master/include/util/static_graph.hpp#L315-L320 There are a couple of papers that...
# Issue @Rejudge-F, @DennisOSRM, @SiarheiFedartsou Hi, all. We are facing an inaccurate OSM node ID format issue and I found it's related to https://github.com/Project-OSRM/osrm-backend/pull/6531. The case is: original node ID:...
Hello, I am seeking assistance with integrating real-time traffic data into the Open Source Routing Machine (OSRM). Despite following the provided documentation and attempting integration with sample data, I have...
# Issue I cloned it and followed all the steps but it gives an error when compiling with this command ( cmake --build . ) # Steps to reproduce git...
Through the use of negative turn penalties, it's possible to return steps, legs or even entire routes that have negative durations. ``` Background: Given the node map """ a b...
# Issue What issue is this PR targeting? If there is no issue that addresses the problem, please open a corresponding issue and link it here. Please read our [documentation](https://github.com/Project-OSRM/osrm-backend/blob/master/docs/releasing.md)...