https://github.com/Antonvb/meteor-map
Visualising Meteor Data
https://github.com/Antonvb/meteor-map
d3-geo data-visualization data-viz maps visualization
Last synced: 6 months ago
JSON representation
Visualising Meteor Data
- Host: GitHub
- URL: https://github.com/Antonvb/meteor-map
- Owner: Antonvb
- Created: 2018-09-30T15:33:25.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-28T20:34:48.000Z (almost 7 years ago)
- Last Synced: 2024-12-02T15:48:49.541Z (about 1 year ago)
- Topics: d3-geo, data-visualization, data-viz, maps, visualization
- Language: JavaScript
- Homepage: http://meteor-map.s3-website-eu-west-1.amazonaws.com/
- Size: 1.52 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://github.com/prettier/prettier)
# Meteor Map for Meteors from 1901 to 2013
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

## Project Demo
Access the project demo here -> http://meteor-map.s3-website-eu-west-1.amazonaws.com/
## Build Commands
Executed from the projects root directory:
```bash
# Build
npm run buid
# Webpack Dev Server
npm run start
```