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.
git clone https://github.com/Camru/Iditarod.git
npm install
npm run build
npm start
npm install -g csvtojson
csvtojson source.csv > output.json