python-osrm
python-osrm copied to clipboard
A Python wrapper around the OSRM API
Hi, I have problems with the osrm table. If I apply the following code: ################################################## import osrm import pandas as pd from osrm import Point ams = Point(longitude=52.370216, latitude= 4.895168)...
Hi ! I am using osrm to get the nearest road (2 nodes). This works fine. Do you happen to know how to output with the nearest road also the...
...and aiohttp client?
Hi guys, I'm trying to use OSRM. Pip install OSRM works. However "python setup.py" does not work for me. I'm getting this error: Installed c:\users\rsale\onedrive\bureaublad\python-osrm\.eggs\matplotlib-2.2.4-py3.6-win-amd64.egg Searching for GDAL==2.4 Reading https://pypi.org/simple/GDAL/...
C:\Users\Админ> pip install osrm Requirement already satisfied: osrm in c:\python27\lib\site-packages\osrm-0.11.1-py2.7.egg (0.11.1) Collecting polyline (from osrm) Using cached https://files.pythonhosted.org/packages/c1/d0/58a19ca3fbe880145d200518fcd97d176cae07b9677db330f4881954d5f5/polyline-1.3.2-py2.py3-none-any.whl Collecting GDAL (from osrm) Using cached https://files.pythonhosted.org/packages/e5/57/7f0536cd46bebb30e709b8cd3bcebf9c3d4acc4ad5e9d7bfc73cd39c09a9/GDAL-2.3.2.tar.gz Requirement already satisfied: numpy in...