Interactive maps using jQuery, Leaflet, GeoJSON data to map earthquakes.
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
- #2454a4
- #7153ac
- #a94da7
- #d74896
- #f84d7b
- #ff635c
- #ff8339
- #ffa600
A helpful checklist to gauge how your README is coming on what I would like to finish:
- Trying to finish a time series control where you could scrub back and forth between dates.
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.
- Fork this repository;
- Create your branch:
git checkout -b my-new-feature
; - Commit your changes:
git commit -m 'Add some feature'
; - Push to the branch:
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.