Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```