Skip to content

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

@Laura0106

Description

@Laura0106

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions