map_matching
map_matching copied to clipboard
File missing 'example_data/FAF_Network.shp'
i converted the whole code to pyhton3 and reconfigure the importing after the conversion am getting an error with a missing file I assume please refer the error as soon as possible
github: https://github.com/vishnudas-bluefox/map_matching new pull : #13
Creating graph from shapefile
Traceback (most recent call last):
File " example.py", line 41, in
Aequilibrae no longer supports loading the network from a shapefile
was there any solution? like any alternative libraries or something?
No. The solution is to either build the graph from a Pandas DataFrame (you will need a_node/b_node in that graph) or to build an AequilibraE model from your shapefile and grab the graph directly from AequilibraE