jagodki / Offline-MapMatching

a QGIS-plugin for matching a trajectory with a network using a Hidden Markov Model and Viterbi algorithm
GNU General Public License v3.0
167 stars 51 forks source link

doubled routing computation #12

Closed jagodki closed 5 years ago

jagodki commented 5 years ago

The routing between two candidates will be computed twice to calculate the transition probability. Reusing the routing result should increase the performance.

jagodki commented 5 years ago

fixed with pull request #13 in version 2.1.0