You are browsing as a guest. Sign up (or log in) to start making projects!

abdullahimranrafiq

@abdullahimranrafiq

Joined August 15th, 2026

  • 2Devlogs
  • 1Projects
  • 1Ships
  • 15Votes
πŸ€– AI/ML & Data Science | 🐍 Python Developer πŸ‡°πŸ‡Ό | πŸ’» Programming since age 7 | πŸš€ Building, experimenting & learning
Ship

Meterite Landing Dataset Vizualization

I vizualized the NASA Meteorite Landings Dataset CSV: https://data.nasa.gov/docs/legacy/meteorite_landings/Meteorite_Landings.csv, and plotted the meteorite landings given in the Meteorite Landings dataset: https://data.nasa.gov/dataset/meteorite-landings, and to develop the project, I used/read the following documentation/articles:

I vizualized the Meteorite Landings dataset: https://data.nasa.gov/dataset/meteorite-landings, which had a specific column for geographical coordinates of Meteorite Landings on Earth, so, I made a Geospatial map with the Meteorite landings shown as markers, and once a marker is clicked on, it shows details regarding the Meteorite, such as:

  • Name of the Meteorite (usually named after the location)
  • Class of the Meteorite.
  • Mass of the Meteorite in grams.
  • Year of the Meteorite, when it was seen falling or discovered.
  • 2 devlogs
  • 4h
Try project β†’ See source code β†’
Open comments for this post

3h 24m 59s logged

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)

0
0
23

Followers

Loading…