<div dir="ltr"><div>If all you want to know is "are the routes different", then you could use something like the Fréchet distance:</div><div><br></div><div>  <a href="https://en.wikipedia.org/wiki/Fr%C3%A9chet_distance">https://en.wikipedia.org/wiki/Fr%C3%A9chet_distance</a></div><div><br></div><div>or calculate the area between the two curves.  This would give you a numeric value for how different the path is.</div><div><br></div><div>daniel<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Jul 14, 2020 at 8:09 AM Martin Schmidl <<a href="mailto:msts.martin@gmail.com">msts.martin@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hi,<br><br>In a project of mine I am using OSM data from a city for 7 different years. Recent data from 2020 acts as the reference. I want to see how different changes in the data will affect the routing for quality reasons (e.g: If i used data from 2014 today, will my route be better or worse?).<br><br>For this I am using OSRM on the 2020 data to get a reference route. I planned to check if the same route is possible in the older datasets from 2014 to 2019 (if the same route isn't possible, I am computing the route to the destination). I already tried to use some of the values from the reference route, however many values (like node IDs or locations) change over the different datasets and i can't really compare them to the original reference route. Maybe someone has already done something similar and can tell me what parameters were used from the routing result, i would really appreciate that.<br><br>Best regards,<br>Martin <br></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" rel="noreferrer" target="_blank">https://lists.openstreetmap.org/listinfo/osrm-talk</a><br>
</blockquote></div>