Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raja-s/geometeorites
An interactive visualization of the history of meteorites on Earth 🌍☄️
https://github.com/raja-s/geometeorites
d3 data-visualization javascript meteorites threejs
Last synced: about 1 month ago
JSON representation
An interactive visualization of the history of meteorites on Earth 🌍☄️
- Host: GitHub
- URL: https://github.com/raja-s/geometeorites
- Owner: raja-s
- License: mit
- Created: 2017-11-07T13:55:55.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-06-11T15:43:19.000Z (6 months ago)
- Last Synced: 2024-06-12T16:02:28.979Z (6 months ago)
- Topics: d3, data-visualization, javascript, meteorites, threejs
- Language: JavaScript
- Homepage: https://raja-s.github.io/GeoMeteorites
- Size: 69 MB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GeoMeteorites
GeoMeteorites is an interactive visualization of the history of meteorites on Earth, using [D3](https://d3js.org/) and [Three.js](https://threejs.org/).
It was developed in 2018 as a group project for the [EPFL](https://www.epfl.ch/en/) Data Visualization course (COM-480).Try it out here!
A pre-recorded demo is also available [here](https://youtu.be/8MsuDOANd18).
## Data sources
The following sources were used for the data:
* The meteorites data (date, coordinates, composition) is from [this dataset](https://www.kaggle.com/datasets/nasa/meteorite-landings) collected by the Meteoritical Society and published by NASA
* The mapping from coordinates to country was performed using [OpenStreetMap](https://www.openstreetmap.org) data
* Information on notable meteoric events is taken from the [International Comet Quarterly](http://www.icq.eps.harvard.edu/meteorites.html)## Report
For more information on the design and development phases, you can access our project report [here](https://raja-s.github.io/GeoMeteorites/com-480/report.pdf).