You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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~
The text was updated successfully, but these errors were encountered:
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~
The text was updated successfully, but these errors were encountered: