Skip to content

Earthquake Visualization uses WebGL Globe to create an interactive map of the earthquakes that occur in a year.

License

Notifications You must be signed in to change notification settings

theodoretliu/Earthquake-Visualization

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Earthquake Visualization

Earthquake Visualization uses the WebGL Globe to display location and magnitude data of earthquakes that have occurred in the past year. Magnitudes are normalized by the largest earthquake to occur in the past year. Magnitudes are given in terms of absolute energy released instead of the moment magnitude scale in order to emphasize the size of large earthquakes. The thousands of small earthquakes that occur in a year help outline the fault lines of tectonic plates.

The visualization updates on each reload of the webpage. Instead of relying on a static data set, the website uses an API provided by USGS Earthquakes to get GeoJSON data about earthquakes. The program then cleans up the data and then displays it on the globe.

About

Earthquake Visualization uses WebGL Globe to create an interactive map of the earthquakes that occur in a year.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 68.3%
  • HTML 31.7%