An open API service indexing awesome lists of open source software.

https://github.com/timothewt/shortestroute

Finds the shortest route between two geographical points using the A* algorithm.
https://github.com/timothewt/shortestroute

ai artificial-intelligence astar astar-algorithm osmnx python shortest-path-algorithm

Last synced: 7 months ago
JSON representation

Finds the shortest route between two geographical points using the A* algorithm.

Awesome Lists containing this project

README

          

# Shortest Route
This python app finds the shortest route between two geographical points, using the A* algorithm and the OSMNX
library.

It finds the shortest path considering either the length or the travel time.

Shortest route example

---
## How to use
Clone this repo and install the requirements with `pip install -r requirements.txt` (if it doesn't work you may need to use winpip and install Fiona then GDAL first).

Change the start and ending points coordinates in the `main.py` file.