Re: [OSRM-talk] navngivning af serviceveje langs med større veje?

2013-03-19 Thread Hans Gregers Petersen
Hi Emil, I wonder if this was not meant for the OSM TALK-DK list and no OS*R*M-TALK :-) Cheers, Greg 2013/3/19 Emil Tin > ** ** > > Hej, > > Der er en del unavngivne serviceveje langs med større veje der ikke er > navngivet, fx langs med H.C.Andersens Boulevard: > > http://www.ope

Re: [OSRM-talk] Building/Running OSRM on Ubuntu 12.10

2013-04-24 Thread Hans Gregers Petersen
Hi Paul, > I was able to follow the instructions to build and run ORSM on Ubuntu 12.10, > using the instruction on the Wiki for 12.04.. with the following issues.. > > 1. When starting the server I get an error with the 'map.osrm.timestamp' file > not exisiting. I did a 'touch' map.osm.timestamp

Re: [OSRM-talk] Running several OSRM instances?

2013-05-16 Thread Hans Gregers Petersen
Hi Emil, all, We use apache with mod_proxy, and I make a setup prepared to use balancers. Right now we have /car, /bicycle, etc and a default page on the standard "/", to avoid confusion and ensure that it is nice, explicit and easy in the code to switch between engines. By preparing to use balan

Re: [OSRM-talk] Running several OSRM instances?

2013-05-16 Thread Hans Gregers Petersen
lands Brygge 37 Vær. 118 > Postboks 450 > 2300 København S > > Mobil > +45 2369 5986 > Email > z...@tmf.kk.dk > > > -Oprindelig meddelelse- > Fra: Hans Gregers Petersen [mailto:greg...@septima.dk] > Sendt: 16. maj 2013 09:37 > Til: Emil Tin > Cc: osrm-tal

Re: [OSRM-talk] BUG?

2013-05-21 Thread Hans Gregers Petersen
Hi Erick On Tue, May 21, 2013 at 12:40 AM, Erick de Oliveira Leal wrote: > Is this supposed to be a bug? http://osrm.at/3iF I cannot see anything weird at the link you've posted, and I am guessing that it might be hard for some of the others on the list too. So can you please describe what you t

Re: [OSRM-talk] How to change the routes so that it is not illegal

2013-10-29 Thread Hans Gregers Petersen
Hi Nathan, > In Edmonds, WA the Washington State Ferry System has a dock. This Dock is > separated by a public road from the waiting lines and the toll booths. It is > required for people getting on the ferry docks to go through the toll > booths. this almost means that you have to start the ferr

Re: [OSRM-talk] Making progress on dumping pgRouting tables to OSRM

2013-11-15 Thread Hans Gregers Petersen
Hi Steve, We have succesfully used python (urllib2 and simplejson libs) for the HTTP connection to OSRM. We have gotten good response times - especially (of course) when PostgreSQL and OSRM are both on the same server. /Greg *Hans Gregers Petersen* Partner, Seniorkonsulent greg...@septima.dk

Re: [OSRM-talk] Beginner question: default car profile and tracktype/smoothness/surface

2014-02-28 Thread Hans Gregers Petersen
ne_gravel"] = 0.9, ["wood"] = 0.9 } and then later adjuste the speed accordingly: -- Surface tag local surfacetag = way.tags:Find("surface") -- Surface factor if surface_factors[surfacetag] then way.speed = way.speed * surface_factors[surfacetag] way.backward_speed = wa

Re: [OSRM-talk] Beginner question: default car profile and tracktype/smoothness/surface

2014-03-04 Thread Hans Gregers Petersen
nsportation. I wonder if you'd be interested in something along > this line, then I would go ahead and propose an official tag for it. As I am not involved in the development team, you would have to ask Dennis for that (or Emil I guess). Cheers, Greg Hans Gregers Petersen Partner, Senior C

Re: [OSRM-talk] Viaroute

2014-05-20 Thread Hans Gregers Petersen
d a bit more about here: http://en.wikipedia.org/wiki/Travelling_salesman_problem For TSPs (and similar problems) I use my own optimization algorithms on top of a distance matrix calculated using OSRM, you might want to consider that too. Regards, Greg *Hans Gregers Petersen* Partner, Senior Co

Re: [OSRM-talk] Route Optimizing

2015-07-06 Thread Hans Gregers Petersen
you use OSRM for is getting the costs. If you want as few calls to the OSRM-server as possible, then have a look at the "table"-service ( https://github.com/Project-OSRM/osrm-backend/wiki/Server-api#available-services ) Best regards, Greg Hans Gregers Petersen Partner, Senio