Hi,

unfortunately my server is not available to the public:

so this is my request.

http://localhost:5000/viaroute?z=14&output=json&loc=49.487459,8.466039&loc=47.677950,9.173238

my response:

https://gist.github.com/dcdieci/10019081

the driving time is 180 min. even though I have used this very fast
car.profile
google is calculating 164.
at the osrm website it is even worst with 220 min.

In case you need more details just drop me a line.
Help is highly appreciated.
Best,
Philip


On Mon, Apr 7, 2014 at 1:50 PM, <[email protected]> wrote:

> Send OSRM-talk mailing list submissions to
>         [email protected]
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         https://lists.openstreetmap.org/listinfo/osrm-talk
> or, via email, send a message with subject or body 'help' to
>         [email protected]
>
> You can reach the person managing the list at
>         [email protected]
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of OSRM-talk digest..."
>
>
> Today's Topics:
>
>    1. mix kilometers and speed (didier2020)
>    2. Bad driving times - Looking for car profile (within       DACH
>       region) (code lump)
>    3. Re: Bad driving times - Looking for car profile   (within DACH
>       region) (Emil Tin)
>    4. Re: mix kilometers and speed (Florian Lohoff)
>    5. Re: mix kilometers and speed (Michal Palenik)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Mon, 07 Apr 2014 11:06:51 +0200
> From: didier2020 <[email protected]>
> To: [email protected]
> Subject: [OSRM-talk] mix kilometers and speed
> Message-ID: <1396861611.10216.11.camel@debian2020-x64>
> Content-Type: text/plain; charset="UTF-8"
>
> hi,
>
> i wonder if osrm can mix kilometers and speed to calculate a route
>
> exemple:
> my car : 5l/100 km with 1l = 1.5 ? => 0.075? for one kilometer
> me : my time can be arround 16?/h
>
> so for a trip of 50 km, and 20 minutes
> => (50*0.075) + (20/60*16) = 3.75 + 5.33 = 9.08?
>
>
> thanks
> didier
>
>
>
>
>
>
>
>
>
> ------------------------------
>
> Message: 2
> Date: Mon, 7 Apr 2014 11:17:12 +0200
> From: code lump <[email protected]>
> To: [email protected]
> Subject: [OSRM-talk] Bad driving times - Looking for car profile
>         (within DACH region)
> Message-ID:
>         <
> caabpjz0zzeeggwcy4bmyyjfv3ajshrtzgcrdpqdopuieeri...@mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Hi,
>
> I recently extracted data with different car profiles.
> But my driving time estimates are just not accurate.
> Actually they are very different from google and not usable.
>
> So I was wondering if there is anybody having a car profile for the DACH
> region ?
>
> My current settings are :
> speed_profile = {
>   ["motorway"] = 130,
>   ["motorway_link"] = 75,
>   ["trunk"] = 100,
>   ["trunk_link"] = 70,
>   ["primary"] = 100,
>   ["primary_link"] = 60,
>   ["secondary"] = 100,
>   ["secondary_link"] = 50,
>   ["tertiary"] = 70,
>   ["tertiary_link"] = 50,
>   ["unclassified"] = 50,
>   ["residential"] = 25,
>   ["living_street"] = 10,
>   ["service"] = 15,
> --  ["track"] = 5,
>   ["ferry"] = 5,
>   ["shuttle_train"] = 10,
>   ["default"] = 10
> }
>
> I look very much forward hearing form you.
>
> Best,
> Philip
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <
> http://lists.openstreetmap.org/pipermail/osrm-talk/attachments/20140407/b11ed415/attachment-0001.html
> >
>
> ------------------------------
>
> Message: 3
> Date: Mon, 7 Apr 2014 11:20:18 +0200
> From: Emil Tin <[email protected]>
> To: "[email protected]" <[email protected]>
> Subject: Re: [OSRM-talk] Bad driving times - Looking for car profile
>         (within DACH region)
> Message-ID:
>         <[email protected]>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Hi Phillip,
> You need to describe in more detail why your travel times are not correct,
> otherwise no one will be able to help you.
> Can you provide concrete examples, with links to the routes?
>
>
> Med venlig hilsen
>
> Emil Tin
> IT- og Processpecialist
> Trafik
> _______________________________
> K?BENHAVNS KOMMUNE
> Teknik- og Milj?forvaltningen
> Byens Anvendelse
>
> Njalsgade 13 V?r. 118
> Postboks 380
> 2300 K?benhavn S
>
> Direkte
>
> 2369 5986
>
> Mobil
>
> 2369 5986
>
> Email
>
> [email protected]<mailto:[email protected]>
>
> EAN
>
> 5798009493149
>
>
> [cid:[email protected]]<http://www.sharingcopenhagen.dk/>
>
> Fra: code lump [mailto:[email protected]]
> Sendt: 7. april 2014 11:17
> Til: [email protected]
> Emne: [OSRM-talk] Bad driving times - Looking for car profile (within DACH
> region)
>
> Hi,
> I recently extracted data with different car profiles.
> But my driving time estimates are just not accurate.
> Actually they are very different from google and not usable.
> So I was wondering if there is anybody having a car profile for the DACH
> region ?
> My current settings are :
> speed_profile = {
>   ["motorway"] = 130,
>   ["motorway_link"] = 75,
>   ["trunk"] = 100,
>   ["trunk_link"] = 70,
>   ["primary"] = 100,
>   ["primary_link"] = 60,
>   ["secondary"] = 100,
>   ["secondary_link"] = 50,
>   ["tertiary"] = 70,
>   ["tertiary_link"] = 50,
>   ["unclassified"] = 50,
>   ["residential"] = 25,
>   ["living_street"] = 10,
>   ["service"] = 15,
> --  ["track"] = 5,
>   ["ferry"] = 5,
>   ["shuttle_train"] = 10,
>   ["default"] = 10
> }
> I look very much forward hearing form you.
> Best,
> Philip
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <
> http://lists.openstreetmap.org/pipermail/osrm-talk/attachments/20140407/a4945ca8/attachment-0001.html
> >
> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: image001.gif
> Type: image/gif
> Size: 4037 bytes
> Desc: image001.gif
> URL: <
> http://lists.openstreetmap.org/pipermail/osrm-talk/attachments/20140407/a4945ca8/attachment-0001.gif
> >
>
> ------------------------------
>
> Message: 4
> Date: Mon, 7 Apr 2014 13:44:42 +0200
> From: Florian Lohoff <[email protected]>
> To: didier2020 <[email protected]>
> Cc: [email protected]
> Subject: Re: [OSRM-talk] mix kilometers and speed
> Message-ID: <[email protected]>
> Content-Type: text/plain; charset="iso-8859-15"
>
> On Mon, Apr 07, 2014 at 11:06:51AM +0200, didier2020 wrote:
> > hi,
> >
> > i wonder if osrm can mix kilometers and speed to calculate a route
> >
> > exemple:
> > my car : 5l/100 km with 1l = 1.5 ? => 0.075? for one kilometer
> > me : my time can be arround 16?/h
>
> But this is not true for todays cars. Its consumption per km and
> travel speed. Yes - with the current downsizing of motors you get
> much lower fuel consumption on partial load e.g. the citys. But
> driving on the motorway you'll consume the same amount of fuel
> than having a 6 cylinder 3,5l engine. So its not fuel per time
> but fuel per km and road type.
>
> > so for a trip of 50 km, and 20 minutes
> > => (50*0.075) + (20/60*16) = 3.75 + 5.33 = 9.08?
>
> Flo
> --
> Florian Lohoff                                                 [email protected]
> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: signature.asc
> Type: application/pgp-signature
> Size: 828 bytes
> Desc: Digital signature
> URL: <
> http://lists.openstreetmap.org/pipermail/osrm-talk/attachments/20140407/83dd49f1/attachment-0001.pgp
> >
>
> ------------------------------
>
> Message: 5
> Date: Mon, 7 Apr 2014 13:49:55 +0200
> From: Michal Palenik <[email protected]>
> To: didier2020 <[email protected]>
> Cc: [email protected]
> Subject: Re: [OSRM-talk] mix kilometers and speed
> Message-ID: <[email protected]>
> Content-Type: text/plain; charset=utf-8
>
> does not the impedance variable solve all this?
>
> though i cannot find any example...
> michal
> On Mon, Apr 07, 2014 at 11:06:51AM +0200, didier2020 wrote:
> > hi,
> >
> > i wonder if osrm can mix kilometers and speed to calculate a route
> >
> > exemple:
> > my car : 5l/100 km with 1l = 1.5 ? => 0.075? for one kilometer
> > me : my time can be arround 16?/h
> >
> > so for a trip of 50 km, and 20 minutes
> > => (50*0.075) + (20/60*16) = 3.75 + 5.33 = 9.08?
> >
> >
> > thanks
> > didier
> >
> >
> >
> >
> >
> >
> >
> > _______________________________________________
> > OSRM-talk mailing list
> > [email protected]
> > https://lists.openstreetmap.org/listinfo/osrm-talk
>
> --
> michal palenik
> www.freemap.sk
> www.oma.sk
>
>
>
> ------------------------------
>
> _______________________________________________
> OSRM-talk mailing list
> [email protected]
> https://lists.openstreetmap.org/listinfo/osrm-talk
>
>
> End of OSRM-talk Digest, Vol 16, Issue 2
> ****************************************
>
_______________________________________________
OSRM-talk mailing list
[email protected]
https://lists.openstreetmap.org/listinfo/osrm-talk

Reply via email to