jasonmanesis / Vehicle-Navigation-Shortest-Path

Shortest path calculation and route plotting, in interactive Folium map, based on NetworkX's Dijkstra's pathfinding algorithm.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Open In Colab

Vehicle Navigation-Shortest Path

Shortest path calculation and route plotting, in interactive Folium map, based on NetworkX's Dijkstra's pathfinding algorithm.

Requirements

numpy == 1.19.5                     contextily == 1.1.0               osgeo == 2.2.3
matplotlib == 3.4.3                 shapely == 1.7.1                  pyproj == 3.2.0
folium == 0.8.3                     osmnx == 0.16.2                   geopandas == 0.9.0     

About

Shortest path calculation and route plotting, in interactive Folium map, based on NetworkX's Dijkstra's pathfinding algorithm.

License:MIT License


Languages

Language:Jupyter Notebook 79.2%Language:Python 20.8%