osrm-backend
osrm-backend copied to clipboard
Open Source Routing Machine - C++ backend
Support for turbo roundabouts 2023-05-27 (Sorry for the long text, I don’t know how to do this shorter!) This is a feature request from the Dutch osm-community to develop support...
we know that the osrm-routed will load all the data into memory when started without --mmap model, so why the server should run before the real input traffic requests to...
It's is true that the combination of surface tags should use lowest speed? Or there is other behaviour? Thank you! 
I recently inadvertently transposed `nrows` and `ncols` in my profile, which led to some unexpected (but subtly so) results. `raster_source.hpp`. My dataset has more rows than columns. There's an if...
Operating System : macOS RAM : 16gb Storage : 500gb Input file "/data/nigeria-latest.osrm.ebg `docker run -t -v "${PWD}:/data" osrm/osrm-backend osrm-extract -p /opt/car.lua /data/nigeria-latest.osm.pbf` ``` [info] Parsed 0 location-dependent features with...
I'm trying to generate the release of node packages for Linux arm64, so I did the following steps: * wget -c https://github.com/Project-OSRM/osrm-backend/archive/refs/tags/v5.27.1.tar.gz * tar -xvxf v5.27.1.tar.gz * rm v5.27.1.tar.gz *...
Rocky linux 9.1 `cmake .. -DCMAKE_BUILD_TYPE=Release` ``` ... This warning is for project developers. Use -Wno-dev to suppress it. -- Found PkgConfig: /bin/pkg-config (found version "1.7.3") -- Found Lua: /lib64/liblua-5.4.so;/usr/lib64/libm.so...
I can't seem to get results for this path that (i think) goes through forest path/dirt road. With the demo Version of OSRM it's no problem but my server is...
I see that the comment says that the difference between exits is at least 60 degrees, but the actual code uses 40 degrees to make the determination, is there a...
I've been using OSRM extensively for map matching and generating traffic counts based on OSM data. However, the current representation and processing of the data create a few challenges. Firstly,...