cyang-kth / fmm

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

Segmentation fault (core dumped) when constructing Network #261

Open Vermouth1103 opened 1 year ago

Vermouth1103 commented 1 year ago

new_osmextract-node.zip Hello, when I try to build the network with the above shp file, it reports Segmentation fault (core dumped). The shp file is normal in QGIS. And the corresponding build code is like

from fmm import Network network = Network("./new_osmextract-node.shp", "id", "from", "to")

Could you provide some advice? Thanks~