cyang-kth / fmm

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

Set the default unit of configurations as meter #152

Closed cyang-kth closed 3 years ago

cyang-kth commented 3 years ago

It is legitimate to assume that

For map matching configuration, it is more straightforward to set unit as

cyang-kth commented 3 years ago

The conversion should be quite easy in Python with multiplying and dividing by 1.132e5 and the above setting will cause extra confusion as current all units are in the map unit (degree).