The gender income gap, squared
November 14th, 2024
3 min
Datawrapper lets you show your data as beautiful charts, maps or tables with a few clicks. Find out more about all the available visualization types.
Our mission is to help everyone communicate with data - from newsrooms to global enterprises, non-profits or public service.
We want to enable everyone to create beautiful charts, maps, and tables. New to data visualization? Or do you have specific questions about us? You'll find all the answers here.
Data vis best practices, news, and examples
250+ articles that explain how to use Datawrapper
Answers to common questions
An exchange place for Datawrapper visualizations
Attend and watch how to use Datawrapper best
Learn about available positions on our team
Our latest small and big improvements
Build your integration with Datawrapper's API
Get in touch with us – we're happy to help
This article is brought to you by Datawrapper, a data visualization tool for creating charts, maps, and tables. Learn more.
Hi, this is Aya, a support/writer intern at Datawrapper. Before the corona lockdown, I was planning some long-distance bike tours with friends over the summer (which has now been postponed). This was when I learned about the existence of the EuroVelo routes. Recently, I’ve been searching for a new bike – which got me thinking about the bike routes again.
EuroVelo is a network of 16 bike routes around Europe, varying in distance from 1500km to 10000km and certified by the ECF (European Cyclists’ Federation). The routes are made up of existing national bike routes (e.g. the Dutch LF-Routes, the German D-Routes, and the British National Cycle Network) and other routes connected across many countries.
Their official website is well documented with videos and route maps which makes planning a lot easier. But one thing I always find frustrating when planning is the lack of overview on elevation profiles. There are plenty of routing apps and websites with interactive elevation profile charts for specific routes. What I wanted, however, was one chart with all the elevation profiles so I could compare them next to one another.
I’m no cycling expert, but the few times I went bike touring, it was always the elevation that exhausted me, never the distance. Sometimes, I would pick a route over another without thinking to compare the elevation, only to seriously regret later on the road[1].
So I decided to create an elevation profile overview using a Datawrapper table:
It’s easy to see which routes are coastal routes versus mountain & in-land routes as well as how many countries the route passes through. It’s also interesting to see that the elevation profile is not necessarily reflected in the elevation gain: coastal routes can look flat and easy when it can be very bumpy and tough in reality.
Since the routes are all well-marked routes, it wasn’t difficult to find already drawn routes with a downloadable GPX file. GPX is an XML file format for storing coordinate data that can be used to describe waypoints, tracks, and routes.
There are many ways to get GPX data, like OpenStreetMap (via Overpass turbo. I tried out different sources and methods. I found that biroto.eu and their easy GPX file download works best for my usecase. Here’s a shortened example of a biroto.eu GPX file:
<gpx
version="1.1"
creator="BicycleRoutesPortal - http://www.biroto.eu"
xmlns="http://www.topografix.com/GPX/1/1">
<metadata>
<name>RT00000407_1fgpx EuroVelo: Atlantikküstenroute - Teil Norwegenname>
<bounds minlat="60.390600" minlon="4.915090" maxlat="71.169457" maxlon="25.966630"/>
metadata>
<trk>
<trkseg>
<trkpt lat="71.169457" lon="25.783290">trkpt>
<trkpt lat="71.168120" lon="25.781750">trkpt>
...
After downloading the GPX files, I used GPS Visualizer to add the elevation and the distance. I also simplified the data (here’s a helpful tutorial) to only show the elevation for every 10th km, to make it plotable in the Datawrapper table:
type latitude longitude altitude (m) distance (km)
T 71.079360000 25.770590000 85.5 10.063
T 71.009460000 25.947130000 12.3 20.154
T 70.967450000 25.701210000 13.2 30.252
...
I wanted to make the table as visual as possible. The reader should see an overview very quickly and then be able to go and search for the details.
So I used flag icons to show the number of countries the route crosses. For the elevation profile, I used the sparkline feature.
Routes are numbered based on whether they cross Europe on a North-South or an East-West axis and I color-coded them accordingly. I also tried using more symbols & emojis versus words to achieve my goal: a quick glance for an overview.
So well how does the table show me how exhausted I’ll be on my future bike tours? Unfortunately, for these long routes, the simplified sparkline is far less an indicator of how much you’ll have to climb than the elevation gain. For shorter, not simplified distances, sparklines will work better.
Having said that, this was a fun experiment where I got to learn a lot about maps, routing and explore Europe from the comfort of my home.
That’s all for this week! Thanks to Anna for educating me on maps and to Lisa for all the guidance & support. Please reach out if you have any feedback, suggestions, or questions. I’d love to hear & learn from you at aya@datawrapper.de or Twitter (@datawrapper). Any recommendations or stories about good bike trips are also welcomed! See you next week!
Elevation is just one of the many metrics you should consider when choosing a bike route. The coastlines can be a lot windier hence a lot harder to bike, there’s weather, temperature etc. I also doubt many people bike the entire thing in one go, but rather do sections of these routes. ↩︎
Comments