jagodki / Offline-MapMatching

a QGIS-plugin for matching a trajectory with a network using a Hidden Markov Model and Viterbi algorithm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add x and y coordinates of map match to the trajectory attribute table

klainkaliber opened this issue · comments

Hi,
my request is some kind of extension of issue #47.
It would be very useful to have - together with the road id - the coordinates where the track point is matched to the road as an attribute in the trajectory attribute table.

Regards,
Roland

Hi Roland,

I think the easiest way would be an optional and additional output of the matched points of the road network. All other needed informationen (matched network edge, coordinates) could be extracted from these points e.g. via joins or field calculator. I will have a look on it, how to produce this additional output.

Best Regards,
Christoph