Interactive Earthquake Mapping using GeoJSON data from earthquake.usgs.gov.
Interactive maps using jQuery, Leaflet, GeoJSON data to map earthquakes.
Photo by @nasa?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText">NASA on Unsplash
The purpose of this project is to visually show the differences between the magnitudes of earthquakes all over the world for the last seven days with jQuery, Leaflet, GeoJSON data.
Use a set of URLs to map earthquake data (USGS) and retrieve geographical coordinates and the magnitudes of earthquakes for the last seven days and use different styles of maps to display the information.
Data:
https://earthquake.usgs.gov/earthquakes/feed/v1.0/summary/all_week.geojson
https://earthquake.usgs.gov/earthquakes/feed/v1.0/summary/all_month.geojson
https://raw.githubusercontent.com/fraxen/tectonicplates/master/GeoJSON/PB2002_boundaries.json
https://raw.githubusercontent.com/josem279/Mapping_Earthquakes/main/4.5_week.geojson
Your approach will be to use jQuery library to retrieve the coordinates and magnitudes of the earthquakes from the GeoJSON data that is hosted on earthquake.usgs.gov. Using a Mapbox API, the Leaflet JS library through an API request and create interactivity for the earthquake data.
https://mapping-earthquakes.netlify.app/
https://learnui.design/tools/data-color-picker.html#palette
A helpful checklist to gauge how your README is coming on what I would like to finish:
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
git checkout -b my-new-feature
;git commit -m 'Add some feature'
;git push origin my-new-feature
.After your pull request is merged, you can safely delete your branch.
This project is licensed under the MIT License - see the LICENSE.md file for more information.