I'm trying to find the intersection points of the Road Network from GPS traces collected from the vehicles. Each trip's GPS points(lat/lon) are collected every 15 secs. Each trip has its own ID, timestamp and vehicleID. I'm trying to build a road network from the collected GPS points by first finding the intersection points i.e. Nodes and link the roads between them. I have read the following papers on finding intersections:
أكثر...
- Detacing Road intersection from Coarse gained GPS traces based on Clustering
- Detection Road Intersection from GPS traces
أكثر...