osrm-backend
osrm-backend copied to clipboard
Open Source Routing Machine - C++ backend
Hi, In API service, is there any restriction to pass number of coordinates (parameters) for getting the result. for example if i want to solve travel salesperson problem with more...
Hi- I have run the OSRM server successfully on the AWS EC2 instance, after doing the steps: ``` 1. osrm-extract --profile ../profiles/car.lua all1.osm.pbf 2. osrm-partition all1.osrm 3. osrm-customize all1.osrm 4....
Hi all, As far as I know, we have two options in terms of memory usage: 1. Mmap enabled, which stores data -if needed- in mapped files rather than RAM...
Hi, I wonder, if there is the option to specify a specific date, so that the osm data is used for routing that was valid at this specific time stamp....
Hi, Is there any way to give routing along with live traffic data in OSRM ? if anything there means, please share your thoughts.. or any alternatives OSRM can do...
Hi, I have installed OSRM using docker and it works fine. The problem I am facing is how to update the large set of osm data frequently. Because while performing...
Hello i have a problem with the route service When i use this query : [https://router.project-osrm.org/route/v1/driving/50.5221624,3.0584663;50.77033742426383,3.0480335477976612?geometries=geojson](url) to get the route between [50.5221624,3.058466 ] and [50.77033,3.048033] the start and end coordinates...
Example: https://www.openstreetmap.org/way/156469162 from N to S. This is the forward direction, so vehicle:forward=agricultural implies that cycling (unless with a trailer full of hay or something) is forbidden in that direction....
This is a great project. I'm a novice modifying profiles, although I'll be using osrm a lot (the default profiles). If the ride doesn't pass I will mark cycleway=no. I...
r = requests.get(f"http://router.project-osrm.org/route/v1/driving/{77.383551},{28.643367};{77.358407},{28.648673}?overview=false""") Result shows: 'duration': 3161.5, 'distance': 3951.5} For 4km distance, the time travelled is 52 min which is foot travel time & not the driving time. Please look...