python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Python Multiprocessing for Docker Requests to Get Distance
I am using OSRM backend with Docker to get distance between two places. It works fine, I don't have any problem here. However, it takes too long as my table has many rows(approx. 200k rows,30 minutes)...
Deniz
Votes: 0
Answers: 1
How do I select a language in OSRM's RoadManager
I need to force OSRM to switch the language in road.mNodes.mInstructions to English in order to work with English TTS. How do I achieve that in Kotlin? I'm using OSRMRoadManager from OSMBonusPack.
tymwitko
Votes: 0
Answers: 2
Wrong results in osrm self hosted API
Happy new year 2022! This is my first question
I've implemented a setup of OSRM + Vroom in GCP (Google Cloud Platform) following the instructions described in this tutorial: https://medium.com/@calrou...
Rafael C.
Votes: 0
Answers: 0
OSM showing wrong distance between 2 points
I am facing an issue with OSRM.
Source - 19.04835 72.91024
destination - 19.0612081 72.9241063
The actual distance is 3.1 km but OSRM is showing as 13.5 km
This is the script I am running
r = req...
Prabha Nadar
Votes: 0
Answers: 2