This project focuses on optimizing delivery routes for multiple locations to minimize travel distance and improve efficiency. It uses geospatial data and visualizes the optimized route on an interactive map.
- Optimizes delivery route using nearest neighbor approach
- Displays all delivery locations on an interactive map
- Connects locations with an efficient path
- Generates a visual route output in HTML format
- Python
- Pandas
- Folium
- Geopy
- main.py / sace.py → Python script for route optimization
- locations.csv → Input file with location coordinates
- route_map.html → Output interactive map
- Install required libraries:
- Run the Python file:
- Open
route_map.htmlin your browser
The project generates an interactive map showing all delivery points and the optimized route connecting them.
Rakesh Teja
