Re: [OSRM-talk] OSRM Table Service

2020-12-10 Diskussionsfäden Sasha Khapyorsky
Hello, On Thu, Dec 10, 2020 at 12:43 PM Ata Abdollahi wrote: > Hello > I want to use the table service. It gives an error when I use annotations. > I use the Windows version of OSRM > please guide me > https://github.com/Project-OSRM/osrm-backend/blob/master/docs/http.md >

Re: [OSRM-talk] points order

2018-08-07 Diskussionsfäden Sasha Khapyorsky
d is served by > the same vehicle. > > Hope that helps, > Daniel J H > > > > On Sun, Aug 5, 2018 at 9:56 AM, Sasha Khapyorsky wrote: >> >> Hi Guys, >> >> May be another "ordering" example: pickup and dropoff points . Let's >> say I'm

Re: [OSRM-talk] points order

2018-08-05 Diskussionsfäden Sasha Khapyorsky
Hi Guys, May be another "ordering" example: pickup and dropoff points . Let's say I'm delivery man with 10 orders for today, each one should be picked up first and dropped off later. This looks like 20 points TSP, but there are also dependencies - some job(s) can be dependant from another job(s).

Re: [OSRM-talk] map matching service for a huge number of requests

2018-05-11 Diskussionsfäden Sasha Khapyorsky
at 9:37 PM, Patrick Agin <agin.patr...@gmail.com> wrote: > thanks Sasha. And do you know if it's possible to do calls to libosrm > functions directly from Python? > > 2018-05-11 14:33 GMT-04:00 Sasha Khapyorsky <sash...@gmail.com>: >> >> Hi again, Patrick, &

Re: [OSRM-talk] map matching service for a huge number of requests

2018-05-11 Diskussionsfäden Sasha Khapyorsky
Agin <agin.patr...@gmail.com> >> wrote: >>> >>> Sorry for the newbie question but what's the difference between >>> osrm-routed and libosrm? Is it mandatory to use the latter for a parallel >>> usage? And do you have an example of code that does t

Re: [OSRM-talk] map matching service for a huge number of requests

2018-05-11 Diskussionsfäden Sasha Khapyorsky
e latter for a parallel >> usage? And do you have an example of code that does the calls in parallel >> threads? Thanks Sasha for your help. >> Patrick >> >> 2018-05-11 13:50 GMT-04:00 Sasha Khapyorsky <sash...@gmail.com>: >>> >>> Hi Patrick, >>&

Re: [OSRM-talk] map matching service for a huge number of requests

2018-05-11 Diskussionsfäden Sasha Khapyorsky
Hi Patrick, If you are using libosrm (which reported to be thread safe: https://github.com/Project-OSRM/osrm-backend/issues/4966) you can just split your list and run its parts in different parallel threads. Sasha On Fri, May 11, 2018 at 8:14 PM, Patrick Agin wrote: >

Re: [OSRM-talk] OSRM trip service (TSP) limitation

2017-10-31 Diskussionsfäden Sasha Khapyorsky
d it myself anyway, see link in the ticket or this demo[2]. >> >> Hope that helps, >> Julien >> >> Le 06/10/2017 à 16:17, Sasha Khapyorsky a écrit : >>> >>> Hi Guys, >>> >>> I've tried to use OSRM recently. Great stuff! >>> &

[OSRM-talk] OSRM trip service (TSP) limitation

2017-10-06 Diskussionsfäden Sasha Khapyorsky
Hi Guys, I've tried to use OSRM recently. Great stuff! When using OSRM trip service, I've figured out that this call is limited by option combintions: rountrip=true&* or roundtrip=false=first=last And rest combinations (such as roundtrip=false=first=any , which I'm looking for) marked as not