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

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.

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**.