Skip to content

Explore the Javascript Leaflet library by building an interactive map of earthquakes and fault lines for the US Geological Survey. Check it out at:

Notifications You must be signed in to change notification settings

SColson82/Earthquake_Visualization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Leaflet-Challenge ---> Profiling Earthquake Data on Behalf of the US Geological Survey

For this assignment I have been tasked with making a logical visualization of earthquake data gathered by the US Geological Survey in hopes of both educating the public and securing additional funding.

Data:

First, to draw on the available data I made a request to USGS GeoJSON Feed for a Json document containing the information that I wish to visualize.

(USGS JSON DATA) image


Features:

Once this was completed, a basic map was formed using Leaflet. The data represented on the final production of the page is for the past month. The markers added to the map represent the magnitude and depth of each earthquake event with the color scale from yellow to crimson indicating a 0 to 9 magnitude (higher magnitudes indicate higher destruction capability) and the radius of each marker indicates the depth (a larger radius indicates a greater depth). Additionally, each event is represented with a popup maker which will give the time, date, location, and magnitude of the earthquake.


(7.3 MAGNITUDE EARTHQUAKE OCCURRED IN THE VANUATU REGION ON OCTOBER 2, 2021 AT 1:29:18 CENTRAL DAYLIGHT TIME) image


Map Options:

There are a variety of maps available including Streetmap, Topographic, Dark, and Satellite- all with the ability to view with an overlay of earthquake data, faultlines, both, or neither.


(STREETMAP) image


(TOPOGRAPHIC) image


(DARK) image


Here's The Important Part:

Through exploration of the data, I was able to show the earthquake activity over the last day, week, and month. As you can see, the faultline around the North Pacific Ocean which runs through New Zealand, the Japanese archipelago, Alaska, and the western coast of North and South America has been very active over the last month with a large amount of minor earthquakes on the west coast of North and South Americas but more major events in New Zealand and the Japanese archipelago.


(ONE DAY OF DATA FROM APPROXIMATELY 7 PM OCTOBER 2 TO 7 PM OCTOBER 3, 2021, CST) image

(ONE WEEK OF DATA ENDING AT APPROXIMATELY OCTOBER 3, 2021 AT 7 PM CST) image

(ONE MONTH OF DATA ENDING AT APPROXIMATELY OCTOBER 3, 2021 AT 7 PM CST) image

Check It Out for Yourself:

https://scolson82.github.io/Earthquake_Visualization/


Contact:

About

Explore the Javascript Leaflet library by building an interactive map of earthquakes and fault lines for the US Geological Survey. Check it out at:

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published