Re: [OSRM-talk] Some question/issue using the trips service

2020-10-11 Diskussionsfäden Stephen Woodbridge
Never mind! I figured it out after reading the docs yet a few more times. For anyone else looking, the waypoints are returned in the order you send them, if you want them in route order sort the list on waypoint_index field. Sorry for the noise,   -Steve On 10/11/2020 3:50 PM, Stephen

[OSRM-talk] Some question/issue using the trips service

2020-10-11 Diskussionsfäden Stephen Woodbridge
Hi, I'm trying to use the trips service and I'm confused by the waypoint_index. If I pass 50 coordinates on input, is this index back to the original list of coordinates? Because, the lon,lat of the waypoint in the result does not appear to map back to the index of the coordinate in the

Re: [OSRM-talk] OSRM 5.0.0 Released

2016-04-23 Diskussionsfäden Stephen Woodbridge
estricted paths through the intersection or something like that. Regardless, thank you for your response, the issue number and explanation. It would be a nice feature to support if anyone is up for the challenge. Thanks, -Steve daniel On Sat, Apr 23, 2016 at 2:09 PM, Stephen Woodbri

Re: [OSRM-talk] OSRM 5.0.0 Released

2016-04-23 Diskussionsfäden Stephen Woodbridge
Patrick, et al, Congrats! Nice job on a major effort to pull this release together. I have one question, regarding turn restrictions. Last I knew, OSRM only supported edge-node-edge restrictions and not a more complex edge-edge-edge-... style restriction. There used to be issue for this,

Re: [OSRM-talk] Route Optimizing

2015-07-06 Diskussionsfäden Stephen Woodbridge
with it. Sendt fra min iPhone Den 06/07/2015 kl. 21.40 skrev Stephen Woodbridge wood...@swoodbridge.com: I have not looked at the round_trip feature code, but if it is solving a TSP problem it really need to solve it for an asymmetric matrix and not a symmetric matrix. Most of the algorithms you

Re: [OSRM-talk] Route Optimizing

2015-07-06 Diskussionsfäden Stephen Woodbridge
matrix might be good enough. You can look at pgRouting and see what we have done there. -Steve On 7/6/2015 2:03 PM, Jonas Plass wrote: Thank you guys for the Inspiration. I will have a Look at it tomorrow. Am 06.07.2015 um 18:03 schrieb Stephen Woodbridge wood...@swoodbridge.com: A simple

Re: [OSRM-talk] Route Optimizing

2015-07-06 Diskussionsfäden Stephen Woodbridge
A simple trick if you want to do start-via-via-...-via-end optimization like TSP is to use TSP and artificially set the distance between end and start locations to zero and this will keep those two city bound together. Then in the result just remove that link. This will allow the same code

[OSRM-talk] Reverting 11c6713 fixed at least 5 open issues

2015-05-18 Diskussionsfäden Stephen Woodbridge
Hi all, Over the weekend commit 11c673 was reverted and this appears to have fixed issues #1429, #1451, #1474, #1475, #1479 I have verified that the change fixes these tickets and comment on each ticket. Thank you to everyone involved with reporting, chasing the issue, and resolving it.

[OSRM-talk] I'm getting a crazy route in Montevideo

2015-04-23 Diskussionsfäden Stephen Woodbridge
This looks like it is OSRM weirdness, but it might be a data problem: This is very crazy with lots of weird loops, 12 turns. http://osrm.at/bYh But if I add one more position the looping goes away, Granted this changes the exit strategy. but the next route does not. http://osrm.at/bYi Even

Re: [OSRM-talk] Can hints be used to identify a common segment?

2015-04-21 Diskussionsfäden Stephen Woodbridge
, General José Esteban Brito del Pino, 35,4,5, 34m, S, 191.1] [9, General José Esteban Brito del Pino, 56,5,21, 56m, S, 190.1] May be?. Fernando. El 21/04/15 a las 00:24, Stephen Woodbridge escribió: Hi, I have a need to be able to identify if two locations are on the same segment. We already

[OSRM-talk] Can hints be used to identify a common segment?

2015-04-20 Diskussionsfäden Stephen Woodbridge
Hi, I have a need to be able to identify if two locations are on the same segment. We already have the hints for each location and there seems to be some commonality in the hints for location on the same segment. I'm wondering if there is a safe way to use the hints to determine if they are

Re: [OSRM-talk] OSRM-talk Digest, Vol 28, Issue 4

2015-04-12 Diskussionsfäden Stephen Woodbridge
Hi Francisco, I am a little confused by the concept of user preferences when taken in context of OSRM and CH (contraction hierarchy). Because of the extensive preprocessing required when using CH, there is not really an ability to offer user preferences at routing because the hierarchy would

Re: [OSRM-talk] arrive to destination on the adequate side in two-way streets

2015-03-12 Diskussionsfäden Stephen Woodbridge
Fernando, I open this issue to document the use case: https://github.com/Project-OSRM/osrm-backend/issues/1413 You can watch this issue to get informed of updates and to add additional comments to it. -Steve On 3/10/2015 10:18 AM, Stephen Woodbridge wrote: Fernando, Here are some other

Re: [OSRM-talk] osrm route directly from command line not via http possible?

2015-03-11 Diskussionsfäden Stephen Woodbridge
a specific tool contact me off-list. Thanks Kind regards Mike PS On 10 March 2015 at 16:26, Stephen Woodbridge wood...@swoodbridge.com mailto:wood...@swoodbridge.com wrote: Michael, Take a look at this. https://github.com/Project-__OSRM/osrm-backend/blob/master/__tools

Re: [OSRM-talk] Using OSRM linked into other code?

2014-11-15 Diskussionsfäden Stephen Woodbridge
. Thank you everyone that offered ideas and suggests. -Steve On 11/7/2014 2:42 PM, Stephen Woodbridge wrote: I'll answer a bunch of the reply's here: 1. we do pre-compute a distance matrix and use that already but if you have a situation like: o--t--uv

[OSRM-talk] Using OSRM linked into other code?

2014-11-07 Diskussionsfäden Stephen Woodbridge
Hi, I seem to remember a while back that there was a discussion about the possibility to embed the OSRM routing engine at the code level rather than doing HTTP requests to a server. I now find myself in a position that this would be desirable to do. I have a small coverage area like a city,

Re: [OSRM-talk] Using OSRM linked into other code?

2014-11-07 Diskussionsfäden Stephen Woodbridge
a more direct call would be wonderful. Keep me posted if you see any progress in this. Cheers, Per Lindberg Facility labs On 2014-11-07 16:13, Stephen Woodbridge wrote: Hi, I seem to remember a while back that there was a discussion about the possibility to embed the OSRM routing engine

Re: [OSRM-talk] Selectively avoiding London Congestion Charge

2014-05-19 Diskussionsfäden Stephen Woodbridge
So there might be a work around to this problem is you want to place high costs on the congested area. This would cause the routes to avoid this area but still allow you to start or end a route in the congested area. The side effect of doing this it the the cost might not reflect accurate

Re: [OSRM-talk] Cannot find route between points

2014-02-12 Diskussionsfäden Stephen Woodbridge
On 2/12/2014 8:48 AM, John Aherne wrote: On Wed, Feb 12, 2014 at 1:19 PM, Rodolphe Quiédeville rodol...@quiedeville.org mailto:rodol...@quiedeville.org wrote: John Aherne jjahe...@gmail.com mailto:jjahe...@gmail.com writes: [...] Rodolphe Thanks for the quick

Re: [OSRM-talk] problem OSRM compilying

2014-02-06 Diskussionsfäden Stephen Woodbridge
On 2/6/2014 4:33 AM, marcos...@virgilio.it wrote: Hello everybody I want to compile the extractor file on my OSRM-Project, I follow the github guide for my ubuntu pc( I do this on my shell :/|sudo apt-get install build-essential git cmake pkg-config libprotoc-dev libprotobuf7 \ protobuf-compiler

Re: [OSRM-talk] Run more than one instance on same host

2014-02-05 Diskussionsfäden Stephen Woodbridge
On 2/5/2014 4:53 AM, Rodolphe Quiédeville wrote: Rodolphe Quiédeville rodol...@quiedeville.org writes: Hi, Is it possible to run more than one instance on the same host, obviously I'll use a different tcp port for listenning, but what about files in /dev/shm ? I had a look at the source

[OSRM-talk] Getting viaroute response where name if zero bytes

2014-01-22 Diskussionsfäden Stephen Woodbridge
Dennis, I'm getting a viaroute response where the street name is a string of zero bytes. here is a hexdump of the response text: http://codepad.org/UJ6Nwoyh look at line 57-59. If it matters I'm using master [master] ~/work/Project-OSRM$ git show commit

[OSRM-talk] Initial release of OSRM-Tools has been pushed to github

2013-12-14 Diskussionsfäden Stephen Woodbridge
I'm happy to announce that OSRM-Tools has been pushed to to github: https://github.com/woodbri/osrm-tools This project provides some basic tools to: 1. extract pgRouting tables from a database into OSRM normalized file format that can be used to load the data into and OSRM Router instance

Re: [OSRM-talk] via_points in output

2013-11-18 Diskussionsfäden Stephen Woodbridge
On 11/18/2013 12:09 PM, Florian Lohoff wrote: On Mon, Nov 18, 2013 at 09:08:47AM -0500, Stephen Woodbridge wrote: Or would it be more feasible to extend the OSRM output a bit to dump these interesting nodes additionally? Why not take the route geometries and load them into postgis where you

[OSRM-talk] What is the maximum number of alternate routes?

2013-11-18 Diskussionsfäden Stephen Woodbridge
Dennis, What is the maximum number of potential alternate routes I can safely assume will be returned? Or is there no fixed number? Thanks, -Steve ___ OSRM-talk mailing list OSRM-talk@openstreetmap.org

Re: [OSRM-talk] What is the maximum number of alternate routes?

2013-11-18 Diskussionsfäden Stephen Woodbridge
On 11/18/2013 12:05 PM, Florian Lohoff wrote: On Mon, Nov 18, 2013 at 11:55:56AM -0500, Stephen Woodbridge wrote: Dennis, What is the maximum number of potential alternate routes I can safely assume will be returned? Or is there no fixed number? Computer says no :) The code says

[OSRM-talk] Need help understanding the json responses

2013-11-18 Diskussionsfäden Stephen Woodbridge
Hi, I'm parsing the json responses and the is going well, but my question is more related what is all this stuff? :) Most of it makes sense, but I'm a little confused by the following: The instructions indicate road names: N20, N60, N2, N61, N28, So the is on the arrive at destination

[OSRM-talk] Update on OSRM-pgRouting integration

2013-11-15 Diskussionsfäden Stephen Woodbridge
Hi all, Here is a demo of using OSRM and pgrouting using php to glue things together. http://imaptools.com:8081/demo/osrm.html Sorry for the weird test grid. The roads have some randomly assigned speed_cat and direction of travel which can make for some unexpected routes. When I have a

[OSRM-talk] Shortest time versus shortest distance

2013-11-13 Diskussionsfäden Stephen Woodbridge
Hi Dennis, I noticed that in the map.osrm for edges we define both edge length and edge weight that is in 1/10s units. Is is possible to get routes based on shortest path versus shortest time? When I was reading somewhere (maybe in the profile.lua) that you can apply a cost for traffic

[OSRM-talk] All route requests report status: 207

2013-11-13 Diskussionsfäden Stephen Woodbridge
Dennis, I can't get osrm-routed to generate a route. I'm guessing I did something wrong in the process of generating the graph or extracting it into the intermediate file. All I get is status:207 GET 'http://localhost:5000/viaroute?loc=42.5,-74.5loc=44.0,-75.5' {version:

[OSRM-talk] osrm-extract on xml file generates weird file names

2013-11-12 Diskussionsfäden Stephen Woodbridge
Hi, I just got a small map.osm.xml extract file from openstreetmap and ran it with: $ osrm-extract map.osm.xml $ ls map.osm.xml map.osrm.restrictionsxml map.osrmxml map.osrmxml.names It looks like there is a bug generating the restrictions file name. Shouldn't that be:

[OSRM-talk] Questions on OSRM normalized file format

2013-11-09 Diskussionsfäden Stephen Woodbridge
Hi all, I'm currently the lead developer for pgRouting and I'm interested in being able to create a local instance of OSRM that can be accessed via pgRouting. This all seems pretty straight forward to prototype up. At the moment, I have a few questions on OSRM normalized file format. I want

Re: [OSRM-talk] Questions on OSRM normalized file format

2013-11-09 Diskussionsfäden Stephen Woodbridge
info there. Dennis can probably tell you what has changed since April. Best regards, Emil On 09 Nov 2013, at 17:38 , Stephen Woodbridge wood...@swoodbridge.com mailto:wood...@swoodbridge.com wrote: Hi all, I'm currently the lead developer for pgRouting and I'm interested in being able

Re: [OSRM-talk] Questions on OSRM normalized file format

2013-11-09 Diskussionsfäden Stephen Woodbridge
is the to-node and the records should then be sorted by EDGE[via-node, to-node] ref. Is this correct? Thanks, -Steve On 11/9/2013 2:52 PM, Stephen Woodbridge wrote: Yes, but I will read it again. I'm still trying to get up to speed on everything. Dennis, if you can answer my questions below