cyang-kth / fmm

Fast map matching, an open source framework in C++
https://fmm-wiki.github.io/
Apache License 2.0
884 stars 211 forks source link

Adding support for converting and matching in numpy array format #155

Closed cyang-kth closed 3 years ago

cyang-kth commented 3 years ago

The current version of code needs to call the match_wkt to match a trajectory and in Python it should also first generate the WKT string first.

Conside two functionalities:

cyang-kth commented 3 years ago

Feature already implemented. It will be pushed after our next paper is published.