Comparing GPS trace to a standard
Ältere Kommentare anzeigen
Hey,
Ok so iv got a whole lot of GPS traces each of which consists of two vectors - latitude and longitude. Lets say I need to compare these traces to a standard trace that represents a path over which many of the traces were collected. There is variation of a few meters in each trace which correlates to a difference of one in the fourth digit of the minutes field.
for example dd.mmmm 58.057*8* < ---- difference of 1 here between trips
does anyone have any ideas?
at the moment im running each vector through a loop that checks that the trace passes through all of 5 points(these 5 points are being used to define the route). this is not very flexible nor efficient to say the least!
Akzeptierte Antwort
Weitere Antworten (1)
Walter Roberson
am 3 Mai 2011
0 Stimmen
What format is your data in, character or numeric?
Does it matter where else the trace goes, as long as it goes through near the 5 key points in some order? Not checking the order would be faster.
1 Kommentar
Andre
am 3 Mai 2011
Kategorien
Mehr zu Coordinate Reference Systems finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!