/routeplanner

Private repo to make a route planner to get used to the various formats

Primary LanguagePython

routeplanner

Private repo to make a route planner to get used to the various formats

TODO

  • Retrieve data
  • Create simple visualisation in streamlit
  • Download city data
  • Overlay the city data
  • Use A* algorithm to go from A to B on the map.
  • Use simulated annealing to find the fastest route between N cities

DONE