Skip to content
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

No matching results when having points out of map #223

Closed
yxnchen opened this issue Nov 23, 2021 · 2 comments
Closed

No matching results when having points out of map #223

yxnchen opened this issue Nov 23, 2021 · 2 comments

Comments

@yxnchen
Copy link

yxnchen commented Nov 23, 2021

Hi, I am using fmm to conduct some map matching work on taxi GPS data. My task is to match the GPS data to a specific area (smaller than the whole cover of the GPS data). However, no matching path is returned when having points out of the map although some points is well fit to the edges (see the first figure). If I truncate the GPS data (see the second figure), fmm does well.

Is it possible to add this feature to fmm in the future? That is, if some points are out of the map, we can still get the matched path from the points inside of the map.

f1
f2

@yxnchen
Copy link
Author

yxnchen commented Nov 23, 2021

Even 'opath' is empty.

@cyang-kth
Copy link
Owner

That phenomenon is expected because when there are no edges near some of these GPS points, there will be no paths inferred for these trajectories. It will not export anything if some points cannot be matched.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants