Skip to content

OctaneJac/Maps-Clone-using-OSM-and-Dijkstra-in-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Mapping Clone using Python

This is a map type program that used OSMnx to create a path from your location to the nearest hospital. This was built to implement Dijkstra shortest path in a real world context. We could have used existing methods to find the shortest path betwee nodes but we did this mannually and extracted data from graph objects to achieve this.

Running this project

OSMnx library is needed to run this project. Refer to this guide: https://osmnx.readthedocs.io/en/stable/installation.html

About

Maps a path from your location to the nearest hospital by applying Dijkstra.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages