-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have two questions about matching details。 #37
Comments
That should indeed not happen. Given your second question, that might be the reason. I might not understand the second question, but the trajectory should be in chronological order. If the tracked object is moving back and forth on the same road it might pick different routes depending on the noise on the signal. The default settings try to avoid a matching that goes back and forth on the same route (because that's more likely to be due to noise than the actual behaviour). |
My first guess would be that the edges for that street are missing from the map used by the algorithm. You can visualize the edges that are available by setting |
This still looks very much like a disconnected graph. In some graphs (e.g. from OpenStreetMap) one can have two nodes on top of each other if map makers forget to connect them. I'd advise to go into the database or the You can print the last three matches using
|
Thanks for your reply, it helped me a lot. Did you try other map graphs except for the OSM obtained by Osmnx or are there other ways to get a more complete road network? Because I found there are many disconnected roads on the map graphs obtained by Osmnx, leading to incorrect matching results. |
Hi! Have you solved this problem? If yes, how did you manage to solve it? I have the same issue as above, on some point, matcher stops matching with given gps coordinates. |
I' m sorry. I haven't solved this problem yet. I am still using map graphs form the OSM obtained by Osmnx, and some of the paths don't match. |
Hi, dear developer! The package is quite helpful for me, I appreciate it. But I have two questions:
The text was updated successfully, but these errors were encountered: