This project provides a geographic analysis and visualization of optimized routes between Mar-a-Lago and Trump Tower. By leveraging geographic data and interactive mapping tools, various routes are examined, and the distance of each is displayed through engaging maps.
✅ Display of three different routes between Mar-a-Lago and Trump Tower
✅ Calculation of each route’s distance in miles
✅ Use of Folium to create interactive maps
✅ Geographic data analysis with GeoPy
To run this project, you’ll need to install the following packages:
pip install folium geopy Then, run the Jupyter Notebook file:
jupyter notebook optimized-routes-mar-a-lago-to-trump-tower.ipynb - Folium 📍 for interactive map visualization
- GeoPy 🌍 for geographic distance calculations
- Jupyter Notebook 📜 for running the analysis and displaying results
- A base map is created and centered between the two main locations.
- Different routes between the two points are calculated and plotted on the map.
- Data analysis includes displaying the distances for each route.
- If you have suggestions for improving the project, please submit a Pull Request.
- To report issues, please open an Issue.