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

Proximity of road segments ids after map-matching #137

Open
gevago01 opened this issue Jul 26, 2019 · 2 comments
Open

Proximity of road segments ids after map-matching #137

gevago01 opened this issue Jul 26, 2019 · 2 comments

Comments

@gevago01
Copy link

Is there any way to preserve proximity between road segments in the transform space? For example, spatially close road segments can be assigned distant road segment ids. And similarly, two segments with ids 1 and 2, for example, could be spatially apart.

@gevago01 gevago01 changed the title Proximity of road segments after map-matching Proximity of road segments ids after map-matching Jul 26, 2019
@smattheis
Copy link

This requires an extension of the already assigned unique road segment identifier (let's call it the UID) in such a way that the new id is then a tuple that consists of a geo-hash (e.g. taking the road's centroid) and the previous UID.

May I ask what is your intension to reflect the spatial proximity of road segments with the ids?

@gevago01
Copy link
Author

gevago01 commented Jul 31, 2019

The purpose is to partition trajectories by id so that a partition contains trajectories starting from neighboring segments.

I will try your suggestion, it sounds reasonable. Thank you

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