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
Describe the bug
Hi, Can. Thanks for providing a good open-source algorithm for map matching. I am using the algorithm to match Taxi GPS with roads, while encountered some problems when using the full dataset.
When I ran "fmm_example.ipynb" (in this folder: ../example/notebook) using my own dataset:
Road network reconstructed based on your standard with 70884 nodes and 126217 edges
GPS trajectory: 3553 points organized in a LineString of one vehicle.
I found the ubodt.txt generated by this line: status = ubodt_gen.generate_ubodt("../data/test_data/ubodt.txt", 4, binary=False, use_omp=True) is extremely large (~136GB, have run for several hours and still running). It seems that something went wrong, but I failed to identify the error. Could you please give me some suggestions? Many thanks.
Screenshots
The code line with problem:
The structure of my road network:
The structure of my GPS trajectory:
The text was updated successfully, but these errors were encountered:
Describe the bug
Hi, Can. Thanks for providing a good open-source algorithm for map matching. I am using the algorithm to match Taxi GPS with roads, while encountered some problems when using the full dataset.
When I ran "fmm_example.ipynb" (in this folder: ../example/notebook) using my own dataset:
I found the ubodt.txt generated by this line: status = ubodt_gen.generate_ubodt("../data/test_data/ubodt.txt", 4, binary=False, use_omp=True) is extremely large (~136GB, have run for several hours and still running). It seems that something went wrong, but I failed to identify the error. Could you please give me some suggestions? Many thanks.
Screenshots
The code line with problem:
The structure of my road network:
The structure of my GPS trajectory:
The text was updated successfully, but these errors were encountered: