cyang-kth / fmm

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

Add support for running precomputation and map matching in Python #95

Closed cyang-kth closed 4 years ago

cyang-kth commented 4 years ago

It would be convenient to support from the FastMapMatch object to run matching by specifying input and output files. It could be used in matching multiple sets of GPS data where the network is read only once.

cyang-kth commented 4 years ago

In progress at https://github.com/cyang-kth/fmm/commit/7dce0b1261cf6aeeb273a29c311d2754f968ccef commit on the python branch.

cyang-kth commented 4 years ago
cyang-kth commented 4 years ago

This issue is fixed at this snapshot f840cbf9f75e3903357c4966bd2cbeaa2b12d902.