Potato Interactive Development Group Geographic Information System Mapping App that runs on Linux OS.
Note: This page is shared with Jinlin "Simon" Cen, Hanyang "Eric" Xu and Tyler Zhao
Simon Cen: https://github.com/simoncen Eric Xu: https://github.com/ericxu233 Tyler Zhao: https://github.com/Relyt7684
- Load a new map by clicking the Draw Map button and select Toronto, Canada.
- Calculate the Euclidean distance between two selected points on the map.
- Check out the subway lines and stations.
- Find the intersection entered on the textbar and look for its information.
- Select the point of interests(POI) you want to see.
- You can check out the animation: https://user-images.githubusercontent.com/56233967/116796192-b8684180-aaa8-11eb-93e1-c3106669ff72.mov
- Learn more about the easyMap
A* algorithm is utilized to find the optimal path between two points on the map.
- Click on two points on the map or type out the streetnames that make up the intersection you are seeking for.
Embedded system to find the optimal path for a delivery routed. Depot -> Pickups -> Drop-offs -> Depot
- Multi-Dijkstra, Greedy algorithms, simulated annealing, and local permutation are utilized.