Re: [OSRM-talk] Blocking zones in OSM

2020-08-26 Thread Alex Valencia
Hi Julien, Frederik. We really appreciate your comments. Are very useful guides to plan the first steps of a potential POC. We will definitely report the findings we can get to help others with similar issues and/or ask you for further guidance on this or other topics. Thanks in advance.

Re: [OSRM-talk] Blocking zones in OSM

2020-08-26 Thread Frederik Ramm
Or, what Julien said ;) On 26.08.20 10:31, Frederik Ramm wrote: > Hi, > > On 26.08.20 03:29, Alex Valencia wrote: >>   So I was thinking if there is a proper way to achieve this goal. We >> are considering separating the matrix calculation over the map in a >> separate function and feeding it

Re: [OSRM-talk] Blocking zones in OSM

2020-08-26 Thread Frederik Ramm
Hi, On 26.08.20 03:29, Alex Valencia wrote: >   So I was thinking if there is a proper way to achieve this goal. We > are considering separating the matrix calculation over the map in a > separate function and feeding it with a decorated version of the > original map where we can remove these

Re: [OSRM-talk] Blocking zones in OSM

2020-08-26 Thread Julien Coupey
Hi Alex There is probably no easy approach for this in OSRM, because the whole speedup-through-precomputation pipeline is at the opposite of dynamic adjustments. Removing the regions on the fly *per request* does not seem realistic because you'd have to go through the data treatment