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

matching.match doesn't return edge for some GPS points #4

Open
Laura0106 opened this issue Jun 27, 2021 · 1 comment
Open

matching.match doesn't return edge for some GPS points #4

Laura0106 opened this issue Jun 27, 2021 · 1 comment

Comments

@Laura0106
Copy link

Laura0106 commented Jun 27, 2021

Hello again! Thanks a lot for your support during usage of "noiseplanet"!
When I use matching.match, it sometimes doesn't return edges
I plotted my GPS track data with the help of folium (1 photo, this is the part where noiseplanet didn't return edges)
image

and plotted this GPS track with the help of returned edges (2 photo , this is the part where noiseplanet didn't return edges)
image

I would like to share with my google colab notebook
I implemented this code, where network_type is 'drive' :
G = ox.graph_from_point(POINT, dist = AO, network_type="drive", simplify=False, retain_all=True, truncate_by_edge=True)

https://colab.research.google.com/drive/184UWW4xIOUlP8Gi7bPlM6_76VWOAlcsp?usp=sharing

@arthurdjn
Copy link
Owner

Thank you for your colab !
I will try to debug it this weekend, I am busy this week 👍🏻

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