cyang-kth / fmm

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

About fmm with timestamps as result. #188

Closed Dreamzz5 closed 3 years ago

Dreamzz5 commented 3 years ago

I want to be able to save 'timestamp' as a result when used fmm and I see that you have the example input config with timestamp. Could you please tell me how to save the 'timestamp' as the result?

cyang-kth commented 3 years ago

Currently, there is no option to save the timestamp. The timestamp is used as an input information. You can try to associate the timestamp with the result perhaps in Python.

Dreamzz5 commented 3 years ago

Ok, thanks! I will try it.