Creating interactive maps using the Leaflet.js Application Programming Interface (API) to populate a geographical map with GeoJSON earthquake data from a URL.
This project consists of three technical analysis deliverables.
Deliverable 1: Add Tectonic Plate Data
Deliverable 2: Add Major Earthquake Data
Deliverable 3: Add an Additional Map
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.
Used JavaScript and the D3.js library to retrieve the coordinates and magnitudes of the earthquakes from the GeoJSON data.
Used Leaflet library to plot the data on a Mapbox map through an API request and create interactivity for the earthquake data.
Data source:
Software:
Using JavaScript, Leaflet, and D3, we re-factored the code of our index.html file to create an interactive earthquake map as shown in image (a, b and c).
(a)
Figure (a) Streets_Earthquakes_maps
(b)
Figure (b) Satellite_Earthquakes_maps
(c)
Figure (c) Dark_Earthquakes_maps
We created our earthquake map with two different maps (Fig a, b) and the earthquake overlay. Then we added the earthquake data in relation to the tectonic plates’ location on the earth, the earthquakes with a magnitude greater than 4.5, and we added the data on a third map (Fig c).