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

what are the meaning of parameters in FMM configuration or STMATCH configuration? #122

Closed visile closed 3 years ago

visile commented 3 years ago

what is the meanings of k, gps_error, radius,vmax,factor?And what are the units of them?

cyang-kth commented 3 years ago

You can check the link here https://fmm-wiki.github.io/docs/documentation/configuration/

From the page:

About map unit. The unit of search radius and gps error, vmax are assumed to be the same as the road network shapefile. Both the network and gps data should be in the same reference system.

visile commented 3 years ago

thank you for you help!