Marco Aguirre
Resume
Notebooks
Notebooks
Categories
All
(4)
algorithms
(1)
code
(4)
news
(3)
Python
(1)
visualization
(3)
Ecuador Geo-Visualization: Heatmap by Region
code
visualization
This project presents an interactive choropleth map of Ecuador using the Folium library, which combines Python with Leaflet.js for dynamic geographic visualizations. The…
Jul 26, 2025
Marco Aguirre
Strava GPX Plotter: Mapping Beautiful Journeys with Folium in Python
news
code
visualization
“Strava GPX Plotter: Mapping Beautiful Journeys with Folium in Python” is a tool that allows users to visualize their Strava activities on interactive maps. By using Python…
Aug 6, 2023
Marco Aguirre
Algorithm Depth-First Search (DFS) AND Breadth-First Search (BFS)
news
code
algorithms
Python
BFS is a way to find all vertices accessible from a source vertex of a graph. The search resembles a wave that hits all vertices starting from node 1 (beginning). The FIFO…
Aug 6, 2023
Marco Aguirre
Strava Route Plot OSMNX
news
code
visualization
Strava Route Plot using OSMnx involves visualizing and analyzing running or cycling routes recorded with the Strava app on maps generated with the OSMnx library. OSMnx is a…
Mar 17, 2022
Marco Aguirre
No matching items