Meteorite Map is a web mapping application. It imports meteorite landings dataset from NASA’s open data portal via API endpoint. These landings are then cleaned, clustered based on geographical locations and then plotted on to a map.
Packages:
Download the .zip of the github repository. Open meteorite_cluster_map.html in your internet browsing application to see the generated map.
To re-generate meteorite_cluster_map.html, save any changes made to import_data.py, clean_data.py and map_data.py. Then run map_data.py in the terminal using the following command:
python3 create_map.py
This will re-generate meteorite_cluster_map.html, reflecting any changes that have been made.
http://www.mycloudcondo.com/projects/meteorite-map/meteorite_cluster_map.html
- Dhruv Chaudhary - www.mycloudcondo.com
This project is licensed under the MIT License.