[OC] I rebuilt Strava’s premium heatmap Visualization

May 4, 2026
30 views
AC
By Alex Cartwright
[OC] I rebuilt Strava’s premium heatmap Visualization
Click to enlarge

Data Analysis

What This Visualization Shows

This data visualization displays "[OC] I rebuilt Strava’s premium heatmap" and provides a clear visual representation of the underlying data patterns and trends. The visualization focuses on I started running again and wanted to visualise my data spatially. I use Strava to track runs but you have to pay for the personal heatmap feature, so I exported my data and rebuilt it myself in Python. I also built some additional versions to explore pace and heart rate.

After a few attempts at working with the vector running data I landed on just using (what I think is) Strava’s process for generating heatmaps:

* Project the vector run data onto a 1m x 1m pixel grid, incrementing a frequency counter for each pixel when a run passes through it. * Convolve the pixel grid with a gaussian blur to account for variation in running paths along the same route and smooth things out. * For pace and heart rate, every pixel records the associated metric for each run pass, so that an average (mean) value can be calculated and used to generate the map.

Note: I clipped the start and end of each run before processing so the heatmap doesn’t pass my home location.

Only 14 runs worth of data so far so it’s still pretty sparse, but I’m looking forward to seeing how it fills out over time (assuming I spend less time building heatmaps and more time actually running). I’d like to refine it further, visualise some derived metrics, and explore the relationship between different variables.

I’m in the process of tidying the code up to publish in a GitHub repo. I'll leave a comment when this is live.

Bonus points if you can guess my city from just the maps., which allows us to understand complex relationships and insights within the data through visual storytelling.

Deep Dive into the Topic

This data visualization represents a sophisticated analysis of complex information patterns that provide valuable insights into underlying trends and relationships. Data visualization serves as a bridge between raw numerical data and human understanding, transforming abstract statistics into comprehensible visual narratives.

The power of data visualization lies in its ability to reveal patterns, outliers, and correlations that might not be apparent in traditional tabular formats. Through careful selection of chart types, color schemes, and interactive elements, effective visualizations can communicate complex information quickly and accurately to diverse audiences.

Modern data visualization combines statistical analysis with design principles to create compelling visual stories. This interdisciplinary approach requires understanding both the underlying data and the cognitive processes involved in visual perception. The result is more effective communication of quantitative insights that can inform decision-making and drive positive change.

Data Analysis and Insights

The patterns revealed in this visualization demonstrate the importance of systematic data analysis in understanding complex phenomena. By examining different data segments, time periods, and categorical breakdowns, we can identify trends that inform strategic planning and decision-making processes.

Statistical analysis of this data reveals variations across different dimensions that provide insights into underlying drivers and relationships. These patterns help identify areas of opportunity, potential risks, and key performance indicators that can guide future actions and resource allocation.

The analytical approach used in this visualization enables comparison across different categories, time periods, or geographic regions, revealing insights that support evidence-based decision-making. This type of analysis is essential for organizations seeking to optimize performance and understand complex market dynamics.

Significance and Applications

This data visualization has important implications for understanding trends and patterns that affect decision-making across multiple sectors. The insights derived from this analysis can inform policy development, business strategy, resource allocation, and operational improvements.

For analysts, researchers, and decision-makers, this type of data visualization provides essential insights for strategic planning and performance optimization. Whether addressing operational challenges, market analysis, or policy development, understanding data patterns helps create more effective strategies and solutions.

The broader significance lies in how this information contributes to our understanding of complex systems and relationships. This knowledge helps predict future trends, identify potential challenges, and develop more informed approaches to problem-solving and opportunity identification.

Comments

Loading comments...

Leave a Comment

0/500 characters

About the Author

Alex Cartwright

Alex Cartwright

Senior Data Visualization Expert

Alex Cartwright is a renowned data visualization specialist and infographic designer with over 15 years of experience in...

Infographic DesignData AnalysisVisual Communication
View Profile

Visualization Details

Published5/4/2026
CategoryData Analysis
TypeVisualization
Views30