PyTrack
PyTrack copied to clipboard
a Map-Matching-based Python Toolbox for Vehicle Trajectory Reconstruction
### PyTrack version checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the latest version of...
The coupling issue arises in the viterbi_search function due to its reliance on the get_predecessor function. One concern with this coupling is within the get_predecessor function, where a key is...
Using the GPS trajectory as points=[(42.343981, -83.068282), (42.344557, -83.06855), (42.345158, -83.068826), (42.345739, -83.069091), (42.346302, -83.069342), (42.346882, -83.06961), (42.347475, -83.069879), (42.348061, -83.070143), (42.348634, -83.070406), (42.349217, -83.070679), (42.349808, -83.070997), (42.35039, -83.071336), (42.350993,...
### PyTrack version checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the latest version of...