Skip to content

Camru/Iditarod

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Iditarod 2017

This visualization shows the flurry of mushers trekking along the Iditarod Trail during 2017's Last Great Race on Earth.

Each dot represents a musher whose pace is calculated based on their real-life speed, including the duration they stopped at each checkpoint to rest. You can click on a name in the musher's list to highlight their dot.

The dataset was found on Kaggle.

The map was built with Mapbox GL.

View Demo

To build yourself

  1. git clone https://github.com/Camru/Iditarod.git
  2. npm install
  3. npm run build
  4. npm start

Converting data file from csv to json

npm install -g csvtojson csvtojson source.csv > output.json