@abdullahimranrafiq on NASA Meteorite Landings
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:
- https://data.nasa.gov/dataset/meteorite-landings
- https://github.com/AbdullahImranRafiq/nasa-meteorite-landings
- https://towardsdatascience.com/how-to-create-a-map-from-geospatial-data-in-python-f4bb7d11ddad/
- https://pypi.org/project/folium/
- https://python-visualization.github.io/folium/latest/reference.html
- https://earthdatascience.org/courses/scientists-guide-to-plotting-data-in-python/plot-spatial-data/customize-vector-plots/interactive-leaflet-maps-in-python-folium/
- https://stackoverflow.com/questions/63245563/make-this-notebook-trusted-to-load-map-file-trust-notebook
- https://towardsdatascience.com/folium-mapping-displaying-markers-on-a-map-6bd56f3e3420/
- https://stackoverflow.com/questions/40334922/plotting-markers-on-a-map-using-pandas-folium
- https://stackoverflow.com/questions/16476924/how-can-i-iterate-over-rows-in-a-pandas-dataframe
- https://www.kaggle.com/datasets/nasa/meteorite-landings
- https://stackoverflow.com/questions/74307894/valueerror-expected-two-lat-lon-values-for-location-instead-got
- https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.dtypes.html
- https://www.reddit.com/r/learnpython/comments/44dpgd/convert_pandas_dataframe_column_from_str_to_tuple/
- https://stackoverflow.com/questions/36921951/truth-value-of-a-series-is-ambiguous-use-a-empty-a-bool-a-item-a-any-o
- https://python-visualization.github.io/folium/latest/user_guide/plugins/marker_cluster.html
- https://towardsdatascience.com/fix-valueerror-truth-value-of-a-series-is-ambiguous-pandas-a683f0fd1b2f/
- https://stackoverflow.com/questions/63152298/updating-folium-changed-the-popup-box-width
- https://stackoverflow.com/questions/40888438/newline-in-leaflet-marker-popup-text
- https://stardance.hackclub.com/projects/49926
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