Where People Run in Major Cities

There are many exercise apps that allow you to keep track of your running, riding, and other activities. Record speed, time, elevation, and location from your phone, and millions of people do this, me included. However, when we look at activity logs, whether they be our own, from our friends, or from a public timeline, the activities only appear individually.

What about all together? Not only is it fun to see, but it can be useful to the data collectors to plan future workouts or even city planners who make sure citizens have proper bike lanes and running paths.

Ever since I saw Nikita Barsukov map running traces in a handful of European cities, I wondered what the paths looked like for others. A lot of people make their workouts public on a variety of services, so there’s definitely accessible data. I use RunKeeper for cycling. I sampled from there.

The maps below are what I got, mostly for American cities, but there are a few European cities in there too (alphabetical order). If there’s one quick (and expected) takeaway, it’s that people like to run by the water and in parks, probably to get away from cars and the scenery. In the smaller inland cities, there seem to be a few high-traffic roads with less running elsewhere.

Click to embiggen.

 

Here’s a R code snippet in case you want to map your own routes. Like I said, I use RunKeeper, which lets you download all of your workouts in one click, as GPX files. Strava, mainly for cycling, also lets you do this. I’m wary of other apps that don’t let you download your traces without paying a premium.

Download your logs from whatever service you use, stick the R code in the same directory, run in the console, and you get a quick plot of your routes.

Update: I should point out that these maps were experimental and certainly don’t show running coverage for all the cities. For example, if you look at the New York map, you’ll notice that there are few running routes in Central Park, which doesn’t make much sense. This has to do with how I fetched data and how RunKeeper encodes it. When you look up routes on RunKeeper for a specific city, you don’t always get routes for the entire city. For example, a New York search yields runs mostly in lower Manhattan.

You might also have noticed noise in the data. Sometimes it looks like people can run over water. Although that would be awesome, this is likely due to blips in data collection. Location is after all via the phone, which isn’t exactly 100% reliable.

So don’t take these maps too literally. They simply cover the tip of a very interesting iceberg.

How to Map Geographic Paths in R

Want to map your own paths? Here’s a tutorial for that.

Become a member. Support an independent site. Make great charts.

See What You Get

Learn to Visualize Data See All →

Build Interactive Area Charts with Filters

When you have several time series over many categories, it can be useful to show them separately rather than put it all in one graph. This is one way to do it interactively with categorical filters.

How I Made That: Animated Difference Charts in R

A combination of a bivariate area chart, animation, and a population pyramid, with a sprinkling of detail and annotation.

Mapping with Diffusion-based Cartograms

Sometimes these cartograms can distort areas beyond recognition, but they can also provide a better visual representation for a region with a wide range of subregions. At the least, they’re fun to look at.

Transitioning Map, Part 3: Animate Change Over Time

How to make a bunch of maps and string them together to show change.

Favorites

What Qualifies as Middle-Income in Each State

The meaning of “middle-income” changes a lot depending on where you live and your household size.

All the Household Types in the U.S.

No need to restrict ourselves to the most common types. There are thousands. Let’s look at all of them.

The Best Data Visualization Projects of 2014

It’s always tough to pick my favorite visualization projects. Nevertheless, I gave it a go.

When Americans Reach $100k in Savings

It was reported that 1 in 6 millennials have at least $100,000 saved. Is this right? It seems high. I looked at the data to find out and then at all of the age groups.