Skip to content

Fastest route planner based on taxi trajectories and the road map of a city.

Notifications You must be signed in to change notification settings

chenkaiyu1997/RoutePlanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RoutePlanner

This project is a tutorial on building a route planner system. The system finds the fastest route of any given startpoints and destinations, and the estimated time of the route, after analysing one day's taxi trajectories, and the road map of a city.

This tutorial focuses on the algorithms to build a route planner system.

Included Algorithms

  • Improved Ramer-Douglas algorithm
  • K-d Tree
  • Dijkstra algorithm
  • HMM model and verbiti algorithm
  • Improved A* algorithm

To Be Continued

About

Fastest route planner based on taxi trajectories and the road map of a city.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published