<div dir="ltr">Hi Emil<br><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Mar 7, 2014 at 9:26 AM, Emil Tin <span dir="ltr"><<a href="mailto:emil@tin.dk" target="_blank">emil@tin.dk</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word"><div>Hi Elisabeth,</div><div><br></div><div>Great that you will want to help improve OSRM!</div>
</div></blockquote><div>Actually you have to  thank Radu ;)</div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word"><div>
<br></div><div>Do you mean that you will not touch the routing algorith, and just provide an elevation profile of the route? Or do you also want to change the routing algorith so it factors in elevation, ie avoid hills?</div>
</div></blockquote><div>I don't think so, but I let Radu precise if necessary. We don't want to adapt the route to avoid hills in our application, some of our users are even looking for steep hills ;) (also, as far as I read, this would be possible already to set a penalty for height while computing the network)</div>
<div><br></div><div>Kind regards,</div><div>Elisabeth</div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word"><div><br></div>
<div>Kind regards,</div><div>Emil Tin</div><div><div class="h5"><br><div><div><br></div><div>On 07 Mar 2014, at 08:55 , Elisabeth Leu <<a href="mailto:elisabeth.leu@camptocamp.com" target="_blank">elisabeth.leu@camptocamp.com</a>> wrote:</div>
<br><blockquote type="cite"><div dir="ltr">Hi Michal,<div><br></div><div>The way we will use OSRM, we'll compute speed independently of OSRM a posteriori, using the height output.</div><div>So we won't adapt anything regarding the bike speed (I suppose for that, it should be agreed upon a formula before...), but if you want to compute it e.g. on the client side with your own formula, it should be possible. (Yves, Stéphane, Radu correct me if I'm wrong ;)</div>

<div><br></div><div>Kind regards,</div><div>Elisabeth</div><div><br></div><div><br></div><div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Mar 6, 2014 at 4:56 PM, Michal Palenik <span dir="ltr"><<a href="mailto:michal.palenik@freemap.sk" target="_blank">michal.palenik@freemap.sk</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">hello all<br>
<br>
I did not see it in your text, but use of elevation during calculation<br>
of the route would increase possibilities for (at least) bicycle<br>
routing. mainly change forward and backward speed according to meters<br>
gained/descended (or changing impedance).<br>
<br>
is this also one of the goals?<br>
<br>
thanks<br>
<br>
michal<br>
<div>On Thu, Mar 06, 2014 at 03:06:52PM +0100, Elisabeth Leu wrote:<br>
> Hi List,<br>
><br>
> This e-mail just to let you know that we decided to work on integrating the<br>
> elevation output in OSRM.<br>
><br>
> The goal is to have elevation in the geometry of the output JSON as well as<br>
> in the GPX, and an option in OSRM to enable elevation (disabled by default).<br>
><br>
> We might ask questions about it in the next days / weeks, with the final<br>
> goal to suggest this feature as a pull request for reviewing.<br>
><br>
> We are open to take opinions and remarks about it, esp. concering a future<br>
> pull request for OSRM master/develop.<br>
><br>
> Best regards,<br>
> Radu, Yves, Stéphane and Elisabeth<br>
><br>
><br>
><br>
> On Fri, Jan 31, 2014 at 8:49 AM, Yves Bolognini <<br>
</div>> <a href="mailto:yves.bolognini@camptocamp.com" target="_blank">yves.bolognini@camptocamp.com</a><javascript:_e(%7B%7D,'cvml','<a href="mailto:yves.bolognini@camptocamp.com" target="_blank">yves.bolognini@camptocamp.com</a>');><br>


<div>> > wrote:<br>
><br>
> > Hi,<br>
> ><br>
> > Thanks for your answer. Actually yes, for now our need is simply to<br>
> > show elevation in the output.<br>
> ><br>
> > I thought of using the <a href="http://way.name/" target="_blank">way.name</a> attribute to pass node elevations. But:<br>
> > 1) Elevation is on nodes, not on ways. So we would need to implement<br>
> > some hack to pass both nodes' evelations on every way's name<br>
> > 2) I thought maybe the profile thing in OSRM output would be<br>
> > interesting for other devs, so it may be good to code it the clean way<br>
> ><br>
> > Anyone has an idea how hard it would be to add such a feature inside<br>
> > OSRM? Is someone interested in this addition?<br>
> ><br>
> > Best,<br>
> > Yves<br>
> ><br>
> ><br>
</div>> > 2014-01-30 Florian Lohoff <<a href="mailto:f@zz.de" target="_blank">f@zz.de</a><javascript:_e(%7B%7D,'cvml','<a href="mailto:f@zz.de" target="_blank">f@zz.de</a>');><br>
<div><div>> > >:<br>
> > ><br>
> > > Hi,<br>
> > ><br>
> > > On Thu, Jan 30, 2014 at 02:28:39PM +0100, Yves Bolognini wrote:<br>
> > >> Hello List,<br>
> > >><br>
> > >> We have elevation data in our source graph. Each vertex has elevation<br>
> > >> information ("ele" key in OSM-like data). We'd like to have this info<br>
> > >> in OSRM result in order to display profile.<br>
> > ><br>
> > > My understanding would be that you need to put this into some tag OSRM<br>
> > > stores the hsrm file and shows it in the JSON e.g. name.<br>
> > ><br>
> > > I do something like the following:<br>
> > ><br>
> > >   if speed_profile[highway] ~= nil then<br>
> > >         way.speed=speed_profile[highway]<br>
> > >         <a href="http://way.name/" target="_blank">way.name</a>=table.concat({<a href="http://way.id/" target="_blank">way.id</a>,highway,<a href="http://way.name/" target="_blank">way.name</a>,way.ref},"|")<br>


> > >   end<br>
> > ><br>
> > > So i get <a href="http://way.id/" target="_blank">way.id</a>, highway type, name and ref ...<br>
> > ><br>
> > >> What are the chances that elevation data will be available one day in<br>
> > >> the output?<br>
> > >> What do you estimate regarding the complexity to implement it?<br>
> > >> Would a contribution for this feature be considered?<br>
> > ><br>
> > > From using elevation data i would expect to have elevation on nodes<br>
> > > and if adjacent nodes have different elevation, you would need to split<br>
> > > the way and make it 2 oneways with different costs.<br>
> > ><br>
> > > Uphill more expensive than downhill.<br>
> > ><br>
> > > Or is it just you'd like to show elevation data in the output?<br>
> > ><br>
> > > Flo<br>
> > > --<br>
</div></div>> > > Florian Lohoff                                                 <a href="mailto:f@zz.de" target="_blank">f@zz.de</a><javascript:_e(%7B%7D,'cvml','<a href="mailto:f@zz.de" target="_blank">f@zz.de</a>');><br>


<div>> > ><br>
> > > -----BEGIN PGP SIGNATURE-----<br>
> > > Version: GnuPG v1.4.10 (GNU/Linux)<br>
> > ><br>
> > > iQIVAwUBUup2BJDdQSDLCfIvAQgJgA//VTwAdXc41GeJediOMp+nTkr3ztmfQ1Lx<br>
> > > a1JETnmTbdrdUZsYqQZrGKpSDwCTAwOXx8Vu018dhIpNmSGhrH1Jn2qWTsazBmSQ<br>
> > > r6T0a/vk/Ow8NXkZTR2vy66XBO/F4ZClYxWZm0O3J5p/cGPRgNyDZWsaCACAGdLf<br>
> > > eJzv2UoCO9Mq27V2fzHwCEB1TBwQBy8a/heN1VJuIREkmWiLZTSIEpr8FkjjjWts<br>
> > > o66Yna48jYqEWW0DYqC9v3hPvQb7suvT508zetTJeONiYXcHENfaD3orsBLkWCH2<br>
> > > 8qjKo3BJ0qWin92y9J3Su0Vf8+MWb/TQ55a6OqEzqWu696UkYn7pmkk/lbpZVMY3<br>
> > > DB1Pd84S1/lGLUmPJbG9sm/ouCJbkresTKvHfvHkPVZB0CiOEg/zpZOCzzziul5r<br>
> > > 0iF2XloVGInhG6c6pbtn6lSpsnRe7ZfuOp9dbtWey5SXzmPqlt0D5J7/G/y8/Nqo<br>
> > > 5z5zTqczEKRnh1oPoa5D1t9TTyKFngAEMa7jwoAxUQEuRpFOUPuI8zGJzc7doRgi<br>
> > > GKrVGi6Dt42CFzlwvneKUrq0e+PqQvN8zMjJ0a4d3fPd9/a2zSyFCV7HtuoAgSXL<br>
> > > XzMDjGnjJBJIoWDfQoW3hdIwmRP6txbf/qWKk5scSDYvD6C2KTnw7mWvGcdB5CTg<br>
> > > cH6g7uCak70=<br>
> > > =JgTX<br>
> > > -----END PGP SIGNATURE-----<br>
> > ><br>
> ><br>
> > _______________________________________________<br>
> > OSRM-talk mailing list<br>
</div>> > <a href="mailto:OSRM-talk@openstreetmap.org" target="_blank">OSRM-talk@openstreetmap.org</a><javascript:_e(%7B%7D,'cvml','<a href="mailto:OSRM-talk@openstreetmap.org" target="_blank">OSRM-talk@openstreetmap.org</a>');><br>


<div><div>> > <a href="https://lists.openstreetmap.org/listinfo/osrm-talk" target="_blank">https://lists.openstreetmap.org/listinfo/osrm-talk</a><br>
> ><br>
><br>
> _______________________________________________<br>
> OSRM-talk mailing list<br>
> <a href="mailto: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>
--<br>
</div></div><span><font color="#888888">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>
</font></span></blockquote></div><br><br clear="all"><br></div></blockquote></div></div></div></div></blockquote><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div style="word-wrap:break-word"><div><div class="h5"><div><blockquote type="cite"><div class="gmail_extra">
</div>_________________<br>OSRM-talk mailing list<br><a href="mailto: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>
</blockquote></div><br></div></div></div><br>_______________________________________________<br>
OSRM-talk mailing list<br>
<a href="mailto:OSRM-talk@openstreetmap.org">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></blockquote></div><br><br>
</div></div>