Re: [OSRM-talk] maxspeed and speeds in car.lua HELP

2019-08-29 Diskussionsfäden Silvia Oviedo
50.3-64.9 at 2/3*speed 0.338-0.387 50.3-64.9 at 1/2*speed 0.338-0.387 50.3-64.9 at 1/3*speed 0.338-0.387 50.3-64.9 Thank you. El vie., 23 ago. 2019 a las 1:32, Florian Lohoff () escribió: > On Fri, Aug 16, 2019 at 02:15:07PM +0200, Silvia Oviedo wrote: > > Hi everyone, > > > >

[OSRM-talk] maxspeed and speeds in car.lua

2019-08-16 Diskussionsfäden Silvia Oviedo
Hi everyone, I would like to have your input regarding this: In OSM there is tag: maxspeed. In my case, I find that the majority of the primary roads have 30mph ~ 48 kph as a max speed. In the car.lua, I find that the highway speed that has been set primary is 65 kph. Is the speed in the OSM tag

[OSRM-talk] OSRM support for third-party data API version.

2019-07-19 Diskussionsfäden Silvia Oviedo
Hi, Does the latest OSRM supports integrating third party raster data? If so, with what api_version? I am trying to reproduce the steps in the wiki: https://github.com/Project-OSRM/osrm-backend/wiki/Integrating-third-party-raster-data using api_version 1 but I get the following: [info] Raw

Re: [OSRM-talk] Docker pre-processing from a python script

2019-07-15 Diskussionsfäden Silvia Oviedo
he `osrm-extract` parameter into parts in this second > version - that's what the error message is complaining about. I don't use > python all that often, so YMMV here. > > daniel > > On Thu, Jul 11, 2019 at 1:31 AM Silvia Oviedo > wrote: > >> Thank you for the suggestion.

Re: [OSRM-talk] Docker pre-processing from a python script

2019-07-11 Diskussionsfäden Silvia Oviedo
streetmap.org>) escribió: > It'd be something like this (untested): > > subprocess.run(["docker","run","-t","-v", "%s:/data" % os.getcwd(), > "osrm/osrm-backend", "osrm-extract -p /opt/car.lua > /data/berlin-latest.

[OSRM-talk] Docker pre-processing from a python script

2019-07-10 Diskussionsfäden Silvia Oviedo
Hi all, I would like to run the pre-process of the car profile from a python script. I have checked the documentation of subprocess library and docker SDK for python but I don´t know how to properly make the request. For example, how could I transform the sh request: docker run -t -v