Visualising Meteor Data
Experimenting with d3 maps and a NASA meteor data set.
The aim was to create an autoplay meteor visualisation that renders meteors based on their size on the map.
The dataset: https://data.nasa.gov/resource/y77d-th95.json
Access the project demo here -> http://meteor-map.s3-website-eu-west-1.amazonaws.com/
Executed from the projects root directory:
# Build
npm run buid
# Webpack Dev Server
npm run start