chenkaiyu1997 / RoutePlanner

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:C++ 52.0%Language:JavaScript 37.0%Language:Makefile 5.6%Language:Python 3.6%Language:C 1.1%Language:HTML 0.7%