Closed hhtjulie closed 1 month ago
You need to explicitly specify the name of the ID, source and target column name of the network file.
This is a Python example
https://github.com/cyang-kth/osm_mapmatching?tab=readme-ov-file#2-run-map-matching-with-fmm
network = Network("network/edges.shp","fid","u","v")
For other forms of configuration like xml and arguments see
https://fmm-wiki.github.io/docs/documentation/configuration/#fmm-and-stmatch
A clear and concise description of the bug: I referred to #246 & #138 to download my .shp files from OSMx, but the following bug still occurs:
I checked edges.shp, and it does not contain id index, source index, or target index.
How can I resolve this?