Skip to content

dhananjaymenon/EV-Charging-Network-Planner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

EV-Charging-Network-Planner

Route Finder

This program displays a user interface for seeing the route from origin to destination including the EV stations in between

Prerequisites

This code was run using PyCharm Community Edition. A Google Maps API is required for implementation.

The following libraries are used in the program. These libraries may need to be imported during initial set up.

  • tkinter
  • tkintermapview
  • geopy
  • requests
  • json
  • urllib
  • polyline
  • gmplot

Divide and Conquer Algorithm

This code is used to find an optimal travelling salesman problem using google maps road distances.

Prerequisites

This code was run using PyCharm Community Edition. A Google Maps API is required for implementation.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages