Re: [OSRM-talk] Routing on HOV lanes

2017-09-21 Thread Daniel Patterson
Yes, this behaviour is baked into the dataset during the "pre-processing" step - you can't currently modify it at query time on the demo server. If you need this behaviour, you have two options: 1) Remove HOV lanes from the avoid list here:

Re: [OSRM-talk] Expecting time for osrm-contract for planet

2017-09-21 Thread Daniel Patterson
OSRM supports *two* core routing algorithms - CH and MLD. The `osrm-contract` tool generates the CH dataset, but you can use the MLD pipeline instead with: osrm-extract -p profiles/bicycle.lua yourmap.osm.pbf osrm-partition yourmap.osrm osrm-customize yourmap.osrm osrm-routed -a MLD yourmap.osrm

Re: [OSRM-talk] Expecting time for osrm-contract for planet

2017-09-21 Thread Kieran Caplice
I take back what I said, the contract process has advanced 5%! Looks like it's now using more RAM than CPU, so I'll give it a bit more time before judging it prematurely again :-) Kind regards, Kieran Caplice On 21/09/17 17:03, Kieran Caplice wrote: We're actually looking for the best of

Re: [OSRM-talk] Expecting time for osrm-contract for planet

2017-09-21 Thread Alex Farioletti
i've run into the same issues, and now i just use metroextracts of the areas that i need for the bike stuff i do and it reduces the time significantly *Alex Farioletti* *415.312.1674* *tcbcourier.com * On Thu, Sep 21, 2017 at 8:49 AM, Kieran Caplice

Re: [OSRM-talk] Expecting time for osrm-contract for planet

2017-09-21 Thread Kieran Caplice
Thanks Daniel. I'm using the bicycle profile, so I would expect based on what you've said that somewhere up to 36 hours would be likely. However, this is the current output, after 25h40m: [info] Input file: /data/1505492056/planet-latest.osrm [info] Threads: 12 [info] Reading node weights.

Re: [OSRM-talk] Expecting time for osrm-contract for planet

2017-09-21 Thread Daniel Patterson
Hi Kieran, The contraction time will be slow - many, many hours for the whole planet. *Typically* for the car profile it's about 12 hours, but if you use bike or foot, or your own profile, it can get a lot bigger. If you've messed with the travel speeds, that can have a big effect too. 24

[OSRM-talk] Expecting time for osrm-contract for planet

2017-09-21 Thread Kieran Caplice
Hi all, Could anyone give an approx estimate for the time required to run the osrm-contract on planet data on a 12 thread, 256 GB RAM, SSD machine? The osrm-extract process finished in 232 minutes, but the contract has now been running solid for 24 hours, and appears to be stuck at 60% on