September 18, 2017

Collision is a data visualization project based on the data of all of the known meteorite landings.
The project explores these records with two visualizations, analyzing the number of collisions and each meteorites’s mass and composition.
The visualization is built through code written using the javascript library d3.js.
The data is provided by The Meteoritical Society and distributed through NASA’s Open Data Portal. Its information is updated to 2013.

Number x date

This bar chart visualizes the number of landings for each year between 1950 and 2013, when the recordings were more likely to be accurate. A growth in the number of collected data is however noticeable up to the 70s.
The year 2013 shows partial information, since it was still being collected at the time of release. On user interaction, for each year are displayed the total number of landings and the six heaviest meteorites, with their id.

Mass x composition

The following bubble chart explores the link between average mass and meteorite composition.
Meteorites can be divided into four groups according to their composition:

  • Stony (Chondrites and Achondrites, Lunar and Martian meteorites);
  • Stony-iron (Pallasites and Mesosiderites);
  • Iron (Magmatic and Non-magmatic).

Relict meteorites are instead thise whose material has been heavily altered by the fall.
The graph enlights how Stony meteorites tend to have a significntly higher mass, on average.