<div dir="ltr"><div><div><div><div><div><div>Hi Carsten,<br><br></div>thanks for replying. <br></div>Is there any chance of optimizing this behavior in order to get accurate driving times.<br></div>Do you have a sample car .profile which may I use ?<br>
<br></div>Thanks for helping out.<br><br></div>Best,<br></div>Philip<br><div><div><div><div><div><div><div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Apr 7, 2014 at 3:53 PM, Carsten Malchow <span dir="ltr"><<a href="mailto:carsten64stadt@gmx.de" target="_blank">carsten64stadt@gmx.de</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div style="font-family:Verdana;font-size:12.0px"><div>
<div>Hi Philip,</div>

<div> </div>

<div>it's looks like the same problem that was discussed last week, I think.</div>

<div>OSRM take 2/3 of the Maxium speed to calculated the travel time.</div>

<div>Look here: <a href="https://www.mail-archive.com/osrm-talk@openstreetmap.org/msg00407.html" target="_blank">https://www.mail-archive.com/osrm-talk@openstreetmap.org/msg00407.html</a></div>

<div> </div>

<div>Kind regards</div>

<div> </div>

<div>Carsten</div>

<div> 
<div name="quote" style="margin:10px 5px 5px 10px;padding:10px 0 10px 10px;border-left:2px solid #c3d9e5;word-wrap:break-word">
<div style="margin:0 0 10px 0"><b>Gesendet:</b> Montag, 07. April 2014 um 07:20 Uhr<br>
<b>Von:</b> "code lump" <<a href="mailto:codelump@gmail.com" target="_blank">codelump@gmail.com</a>><br>
<b>An:</b> <a href="mailto:osrm-talk@openstreetmap.org" target="_blank">osrm-talk@openstreetmap.org</a><br>
<b>Betreff:</b> Re: [OSRM-talk] Bad driving times - Looking for car profile (within DACH region)</div><div><div class="h5">

<div name="quoted-content">
<div>
<div>
<div>
<div>
<div>Hi,<br>
<br>
 </div>
unfortunately my server is not available to the public:<br>
<br>
so this is my request.<br>
<br>
<a href="http://localhost:5000/viaroute?z=14&output=json&loc=49.487459,8.466039&loc=47.677950,9.173238" target="_blank">http://localhost:5000/viaroute?z=14&output=json&loc=49.487459,8.466039&loc=47.677950,9.173238</a><br>

 </div>
my response:<br>
<br>
<a href="https://gist.github.com/dcdieci/10019081" target="_blank">https://gist.github.com/dcdieci/10019081</a><br>
 </div>
the driving time is 180 min. even though I have used this very fast car.profile</div>
google is calculating 164.

<div>
<div>
<div>at the osrm website it is even worst with 220 min.<br>
 </div>

<div>In case you need more details just drop me a line.</div>

<div>Help is highly appreciated.</div>

<div>Best,</div>

<div>Philip</div>

<div>
<div>
<div>
<div>
<div class="gmail_extra"> 
<div class="gmail_quote">On Mon, Apr 7, 2014 at 1:50 PM, <span><<a href="http://osrm-talk-request@openstreetmap.org" target="_blank">osrm-talk-request@openstreetmap.org</a>></span> wrote:

<blockquote class="gmail_quote" style="margin:0.0px 0.0px 0.0px 0.8ex;border-left:1.0px solid rgb(204,204,204);padding-left:1.0ex">Send OSRM-talk mailing list submissions to<br>
        <a href="http://osrm-talk@openstreetmap.org" target="_blank">osrm-talk@openstreetmap.org</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="https://lists.openstreetmap.org/listinfo/osrm-talk" target="_blank">https://lists.openstreetmap.org/listinfo/osrm-talk</a><br>
or, via email, send a message with subject or body 'help' to<br>
        <a href="http://osrm-talk-request@openstreetmap.org" target="_blank">osrm-talk-request@openstreetmap.org</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="http://osrm-talk-owner@openstreetmap.org" target="_blank">osrm-talk-owner@openstreetmap.org</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than "Re: Contents of OSRM-talk digest..."<br>
<br>
<br>
Today's Topics:<br>
<br>
   1. mix kilometers and speed (didier2020)<br>
   2. Bad driving times - Looking for car profile (within       DACH<br>
      region) (code lump)<br>
   3. Re: Bad driving times - Looking for car profile   (within DACH<br>
      region) (Emil Tin)<br>
   4. Re: mix kilometers and speed (Florian Lohoff)<br>
   5. Re: mix kilometers and speed (Michal Palenik)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Mon, 07 Apr 2014 11:06:51 +0200<br>
From: didier2020 <<a href="http://didier2020@free.fr" target="_blank">didier2020@free.fr</a>><br>
To: <a href="http://osrm-talk@openstreetmap.org" target="_blank">osrm-talk@openstreetmap.org</a><br>
Subject: [OSRM-talk] mix kilometers and speed<br>
Message-ID: <1396861611.10216.11.camel@debian2020-x64><br>
Content-Type: text/plain; charset="UTF-8"<br>
<br>
hi,<br>
<br>
i wonder if osrm can mix kilometers and speed to calculate a route<br>
<br>
exemple:<br>
my car : 5l/100 km with 1l = 1.5 ? => 0.075? for one kilometer<br>
me : my time can be arround 16?/h<br>
<br>
so for a trip of 50 km, and 20 minutes<br>
=> (50*0.075) + (20/60*16) = 3.75 + 5.33 = 9.08?<br>
<br>
<br>
thanks<br>
didier<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Mon, 7 Apr 2014 11:17:12 +0200<br>
From: code lump <<a href="http://codelump@gmail.com" target="_blank">codelump@gmail.com</a>><br>
To: <a href="http://osrm-talk@openstreetmap.org" target="_blank">osrm-talk@openstreetmap.org</a><br>
Subject: [OSRM-talk] Bad driving times - Looking for car profile<br>
        (within DACH region)<br>
Message-ID:<br>
        <<a href="http://CAABPJz0ZzeEGGwCy4bMYYjFV3ajshRTZgCrDPqDoPUiEerivDg@mail.gmail.com" target="_blank">CAABPJz0ZzeEGGwCy4bMYYjFV3ajshRTZgCrDPqDoPUiEerivDg@mail.gmail.com</a>><br>
Content-Type: text/plain; charset="iso-8859-1"<br>
<br>
Hi,<br>
<br>
I recently extracted data with different car profiles.<br>
But my driving time estimates are just not accurate.<br>
Actually they are very different from google and not usable.<br>
<br>
So I was wondering if there is anybody having a car profile for the DACH<br>
region ?<br>
<br>
My current settings are :<br>
speed_profile = {<br>
  ["motorway"] = 130,<br>
  ["motorway_link"] = 75,<br>
  ["trunk"] = 100,<br>
  ["trunk_link"] = 70,<br>
  ["primary"] = 100,<br>
  ["primary_link"] = 60,<br>
  ["secondary"] = 100,<br>
  ["secondary_link"] = 50,<br>
  ["tertiary"] = 70,<br>
  ["tertiary_link"] = 50,<br>
  ["unclassified"] = 50,<br>
  ["residential"] = 25,<br>
  ["living_street"] = 10,<br>
  ["service"] = 15,<br>
--  ["track"] = 5,<br>
  ["ferry"] = 5,<br>
  ["shuttle_train"] = 10,<br>
  ["default"] = 10<br>
}<br>
<br>
I look very much forward hearing form you.<br>
<br>
Best,<br>
Philip<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://lists.openstreetmap.org/pipermail/osrm-talk/attachments/20140407/b11ed415/attachment-0001.html" target="_blank">http://lists.openstreetmap.org/pipermail/osrm-talk/attachments/20140407/b11ed415/attachment-0001.html</a>><br>

<br>
------------------------------<br>
<br>
Message: 3<br>
Date: Mon, 7 Apr 2014 11:20:18 +0200<br>
From: Emil Tin <<a href="http://ZF0F@tmf.kk.dk" target="_blank">ZF0F@tmf.kk.dk</a>><br>
To: "<a href="http://osrm-talk@openstreetmap.org" target="_blank">osrm-talk@openstreetmap.org</a>" <<a href="http://osrm-talk@openstreetmap.org" target="_blank">osrm-talk@openstreetmap.org</a>><br>
Subject: Re: [OSRM-talk] Bad driving times - Looking for car profile<br>
        (within DACH region)<br>
Message-ID:<br>
        <<a href="http://7A53EDED2901E044A722DB78B2A8F438BF02BC64C3@KK-MAILBOX04.kk.dk" target="_blank">7A53EDED2901E044A722DB78B2A8F438BF02BC64C3@KK-MAILBOX04.kk.dk</a>><br>
Content-Type: text/plain; charset="iso-8859-1"<br>
<br>
Hi Phillip,<br>
You need to describe in more detail why your travel times are not correct, otherwise no one will be able to help you.<br>
Can you provide concrete examples, with links to the routes?<br>
<br>
<br>
Med venlig hilsen<br>
<br>
Emil Tin<br>
IT- og Processpecialist<br>
Trafik<br>
_______________________________<br>
K?BENHAVNS KOMMUNE<br>
Teknik- og Milj?forvaltningen<br>
Byens Anvendelse<br>
<br>
Njalsgade 13 V?r. 118<br>
Postboks 380<br>
2300 K?benhavn S<br>
<br>
Direkte<br>
<br>
2369 5986<br>
<br>
Mobil<br>
<br>
2369 5986<br>
<br>
Email<br>
<br>
<a href="http://zf0f@tmf.kk.dk" target="_blank">zf0f@tmf.kk.dk</a><mailto:<a href="http://zf0f@tmf.kk.dk" target="_blank">zf0f@tmf.kk.dk</a>><br>
<br>
EAN<br>
<br>
5798009493149<br>
<br>
<br>
[cid:image001.gif@01CF5253.5B95F070]<<a href="http://www.sharingcopenhagen.dk/" target="_blank">http://www.sharingcopenhagen.dk/</a>><br>
<br>
Fra: code lump [mailto:<a href="http://codelump@gmail.com" target="_blank">codelump@gmail.com</a>]<br>
Sendt: 7. april 2014 11:17<br>
Til: <a href="http://osrm-talk@openstreetmap.org" target="_blank">osrm-talk@openstreetmap.org</a><br>
Emne: [OSRM-talk] Bad driving times - Looking for car profile (within DACH region)<br>
<br>
Hi,<br>
I recently extracted data with different car profiles.<br>
But my driving time estimates are just not accurate.<br>
Actually they are very different from google and not usable.<br>
So I was wondering if there is anybody having a car profile for the DACH region ?<br>
My current settings are :<br>
speed_profile = {<br>
  ["motorway"] = 130,<br>
  ["motorway_link"] = 75,<br>
  ["trunk"] = 100,<br>
  ["trunk_link"] = 70,<br>
  ["primary"] = 100,<br>
  ["primary_link"] = 60,<br>
  ["secondary"] = 100,<br>
  ["secondary_link"] = 50,<br>
  ["tertiary"] = 70,<br>
  ["tertiary_link"] = 50,<br>
  ["unclassified"] = 50,<br>
  ["residential"] = 25,<br>
  ["living_street"] = 10,<br>
  ["service"] = 15,<br>
--  ["track"] = 5,<br>
  ["ferry"] = 5,<br>
  ["shuttle_train"] = 10,<br>
  ["default"] = 10<br>
}<br>
I look very much forward hearing form you.<br>
Best,<br>
Philip<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://lists.openstreetmap.org/pipermail/osrm-talk/attachments/20140407/a4945ca8/attachment-0001.html" target="_blank">http://lists.openstreetmap.org/pipermail/osrm-talk/attachments/20140407/a4945ca8/attachment-0001.html</a>><br>

-------------- next part --------------<br>
A non-text attachment was scrubbed...<br>
Name: image001.gif<br>
Type: image/gif<br>
Size: 4037 bytes<br>
Desc: image001.gif<br>
URL: <<a href="http://lists.openstreetmap.org/pipermail/osrm-talk/attachments/20140407/a4945ca8/attachment-0001.gif" target="_blank">http://lists.openstreetmap.org/pipermail/osrm-talk/attachments/20140407/a4945ca8/attachment-0001.gif</a>><br>

<br>
------------------------------<br>
<br>
Message: 4<br>
Date: Mon, 7 Apr 2014 13:44:42 +0200<br>
From: Florian Lohoff <<a href="http://f@zz.de" target="_blank">f@zz.de</a>><br>
To: didier2020 <<a href="http://didier2020@free.fr" target="_blank">didier2020@free.fr</a>><br>
Cc: <a href="http://osrm-talk@openstreetmap.org" target="_blank">osrm-talk@openstreetmap.org</a><br>
Subject: Re: [OSRM-talk] mix kilometers and speed<br>
Message-ID: <<a href="http://20140407114442.GA10307@pax.zz.de" target="_blank">20140407114442.GA10307@pax.zz.de</a>><br>
Content-Type: text/plain; charset="iso-8859-15"<br>
<br>
On Mon, Apr 07, 2014 at 11:06:51AM +0200, didier2020 wrote:<br>
> hi,<br>
><br>
> i wonder if osrm can mix kilometers and speed to calculate a route<br>
><br>
> exemple:<br>
> my car : 5l/100 km with 1l = 1.5 ? => 0.075? for one kilometer<br>
> me : my time can be arround 16?/h<br>
<br>
But this is not true for todays cars. Its consumption per km and<br>
travel speed. Yes - with the current downsizing of motors you get<br>
much lower fuel consumption on partial load e.g. the citys. But<br>
driving on the motorway you'll consume the same amount of fuel<br>
than having a 6 cylinder 3,5l engine. So its not fuel per time<br>
but fuel per km and road type.<br>
<br>
> so for a trip of 50 km, and 20 minutes<br>
> => (50*0.075) + (20/60*16) = 3.75 + 5.33 = 9.08?<br>
<br>
Flo<br>
--<br>
Florian Lohoff                                                 <a href="http://f@zz.de" target="_blank">f@zz.de</a><br>
-------------- next part --------------<br>
A non-text attachment was scrubbed...<br>
Name: signature.asc<br>
Type: application/pgp-signature<br>
Size: 828 bytes<br>
Desc: Digital signature<br>
URL: <<a href="http://lists.openstreetmap.org/pipermail/osrm-talk/attachments/20140407/83dd49f1/attachment-0001.pgp" target="_blank">http://lists.openstreetmap.org/pipermail/osrm-talk/attachments/20140407/83dd49f1/attachment-0001.pgp</a>><br>

<br>
------------------------------<br>
<br>
Message: 5<br>
Date: Mon, 7 Apr 2014 13:49:55 +0200<br>
From: Michal Palenik <<a href="http://michal.palenik@freemap.sk" target="_blank">michal.palenik@freemap.sk</a>><br>
To: didier2020 <<a href="http://didier2020@free.fr" target="_blank">didier2020@free.fr</a>><br>
Cc: <a href="http://osrm-talk@openstreetmap.org" target="_blank">osrm-talk@openstreetmap.org</a><br>
Subject: Re: [OSRM-talk] mix kilometers and speed<br>
Message-ID: <<a href="http://20140407114955.GA30466@tanicka.iz.sk" target="_blank">20140407114955.GA30466@tanicka.iz.sk</a>><br>
Content-Type: text/plain; charset=utf-8<br>
<br>
does not the impedance variable solve all this?<br>
<br>
though i cannot find any example...<br>
michal<br>
On Mon, Apr 07, 2014 at 11:06:51AM +0200, didier2020 wrote:<br>
> hi,<br>
><br>
> i wonder if osrm can mix kilometers and speed to calculate a route<br>
><br>
> exemple:<br>
> my car : 5l/100 km with 1l = 1.5 ? => 0.075? for one kilometer<br>
> me : my time can be arround 16?/h<br>
><br>
> so for a trip of 50 km, and 20 minutes<br>
> => (50*0.075) + (20/60*16) = 3.75 + 5.33 = 9.08?<br>
><br>
><br>
> thanks<br>
> didier<br>
><br>
><br>
><br>
><br>
><br>
><br>
><br>
> _______________________________________________<br>
> OSRM-talk mailing list<br>
> <a href="http://OSRM-talk@openstreetmap.org" target="_blank">OSRM-talk@openstreetmap.org</a><br>
> <a href="https://lists.openstreetmap.org/listinfo/osrm-talk" target="_blank">https://lists.openstreetmap.org/listinfo/osrm-talk</a><br>
<br>
--<br>
michal palenik<br>
<a href="http://www.freemap.sk" target="_blank">www.freemap.sk</a><br>
<a href="http://www.oma.sk" target="_blank">www.oma.sk</a><br>
<br>
<br>
<br>
------------------------------<br>
<br>
_______________________________________________<br>
OSRM-talk mailing list<br>
<a href="http://OSRM-talk@openstreetmap.org" target="_blank">OSRM-talk@openstreetmap.org</a><br>
<a href="https://lists.openstreetmap.org/listinfo/osrm-talk" target="_blank">https://lists.openstreetmap.org/listinfo/osrm-talk</a><br>
<br>
<br>
End of OSRM-talk Digest, Vol 16, Issue 2<br>
****************************************</blockquote>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
_______________________________________________ OSRM-talk mailing list <a href="mailto:OSRM-talk@openstreetmap.org" target="_blank">OSRM-talk@openstreetmap.org</a> <a href="https://lists.openstreetmap.org/listinfo/osrm-talk" target="_blank">https://lists.openstreetmap.org/listinfo/osrm-talk</a></div>

</div></div></div>
</div>
</div></div></div>
</blockquote></div><br></div></div></div></div></div></div></div></div></div>