Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-28T20:34:48.000Z (over 5 years ago)
- Last Synced: 2024-04-16T08:12:13.998Z (10 months 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
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](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
![](./assets/images/readme.gif)
## 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
```