Olympic Medals

1 min read

·
Map of all countries on Earth

D3 World Map

This is a D3 animated Topographic world map. Services like Google Maps use Geo JSON data to draw images like this that describe how all the countries, cities, states, etc. are connected. As you can expect the files are huge and they need to be split into smaller files for efficiency. This is one of the reasons you see things reload when you zoom in and zoom out on Google Maps.

I wanted to be able to visualize the data about Olympic medals and their distribution over time for each country. There were a few datasets that I found on Kaggle to help me organize the data. After some data cleanup with R, I was able to find a GEO JSON file of the country and integrate the data with D3 to get the final result.

Features:

Questions we are answering:

Other Projects