https://github.com/tahmidmir/optimized-routes-mar-a-lago-to-trump-tower
This project showcases the most efficient routes between Mar-a-Lago in Florida and Trump Tower in New York. By leveraging geographic data analysis and interactive maps, the distances of these routes are calculated and presented in a visually intuitive manner.
https://github.com/tahmidmir/optimized-routes-mar-a-lago-to-trump-tower
distance-calculation folium geopy python python3
Last synced: 5 months ago
JSON representation
This project showcases the most efficient routes between Mar-a-Lago in Florida and Trump Tower in New York. By leveraging geographic data analysis and interactive maps, the distances of these routes are calculated and presented in a visually intuitive manner.
- Host: GitHub
- URL: https://github.com/tahmidmir/optimized-routes-mar-a-lago-to-trump-tower
- Owner: tahmidmir
- License: apache-2.0
- Created: 2025-02-01T16:28:45.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-02-01T17:52:46.000Z (9 months ago)
- Last Synced: 2025-04-12T05:50:06.821Z (7 months ago)
- Topics: distance-calculation, folium, geopy, python, python3
- Language: Jupyter Notebook
- Homepage: https://www.kaggle.com/code/tahmidmir/optimized-routes-mar-a-lago-to-trump-tower
- Size: 3.23 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# πΊ Optimized Routes: Mar-a-Lago to Trump Tower
## π Introduction
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.
## π― Features
β
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**
## π§ Installation & Requirements
To run this project, youβll need to install the following packages:
```bash
pip install folium geopy
```
Then, run the **Jupyter Notebook** file:
```bash
jupyter notebook optimized-routes-mar-a-lago-to-trump-tower.ipynb
```
## πΊ Technologies Used
- **Folium** π for interactive map visualization
- **GeoPy** π for geographic distance calculations
- **Jupyter Notebook** π for running the analysis and displaying results
## π‘ How It Works
1. A **base map** is created and centered between the two main locations.
2. **Different routes** between the two points are calculated and plotted on the map.
3. **Data analysis** includes displaying the distances for each route.
## π¬ Contact
- If you have suggestions for improving the project, please submit a **Pull Request**.
- To report issues, please open an **Issue**.