NASA Meteorite Landings
- 2 Devlogs
- 4 Total hours
This is about visualizing NASA Meteorite Landings on a Geographical Map, using Data Science, Python.
This is about visualizing NASA Meteorite Landings on a Geographical Map, using Data Science, Python.
I wrote a README, and published a demo URL hosted on https://abdullahimranrafiq.github.io/nasa-meteorite-landings/ to finish project setup.
I visualized a Official NASA Dataset, This is a Meteorite Landings Dataset, which contains data of Meteorite Landings on Earth and their respective landing geographical latitudes, and longitudes. I used data visualization in Python to visualize it on a geographical map, with markers representing the Meteorite Landings, which gets exported to a html file (shown in the given image), and also I added a popup that when a Meteorite Landing is clicked on it will show the respective Meteorite Landing’s details such as the name of the meteorite, the class of the meteorite, and the mass of the meteorite in grams, and the year it was seen falling or the year it was discovered. (shown in the given image)