Skip to content

Benchmark trajectories for Joint Map Matching for Large Scale GPS Trajectories by Y. Li, M. Kerber, L. Zhang and L. Guibas. In proceeding of ACM Sigspatial GIS 2013.

Notifications You must be signed in to change notification settings

yangli-learning/SparseTaxi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Jan 31, 2017: Some trajectories are missing from the repository.

Benchmark trajectories for Joint Map Matching for Large Scale GPS Trajectories by Y. Li, M. Kerber, L. Zhang and L. Guibas. In proceeding of ACM Sigspatial GIS 2013.

Manual map matching is done using trajectoryTracerDemo

Directory list

  • manual_matched : contains dense trajectories (.coor.txt) and their corresponding path on the road network (.txt)
  • sparse_trajectories : contains sparse trajectories (.coor.txt)
  • map : road network and osm files

Trajectory format

For files with suffix *.coor.txt

<#_of_trajectories>
<trajectory_id> <car_id> <#_of_points>
<timestamp> <x> <y>
...
<trajectory_id> <car_id> <#_of_points>
<timestamp> <x> <y>
...

Note: values in trajectory_id, car_id and timestamp may be placeholders

Path format

For files with suffix *.txt

Each row represents a path

<edge_id1> <edge_id2> ...

edge_id references to edges in map/adjacentList.txt

About

Benchmark trajectories for Joint Map Matching for Large Scale GPS Trajectories by Y. Li, M. Kerber, L. Zhang and L. Guibas. In proceeding of ACM Sigspatial GIS 2013.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published