Open gevago01 opened 5 years ago
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?
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
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.