Skip to content

irinatenis/Earthquake-data-visualization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Earthquake data visualization

Goal

To vizualize the earthquake dataset for the past day from the United States Geological Survey.

Tools

JavaScript, HTML, Leaflet

Steps

  • Used D3.js to connect to geojson API.
  • Used Leaflet to create a map that plots all the earthquakes from the dataset based on their longitude and latitude.
  • Customized the markers color based on the depth attribute.
  • Customized the markers size (radius) based on the magnitude attribute.
  • Included pop-ups that provide coordinates, depth, and magnitude information when its associated marker is clicked.
  • Created a legend that provides context for the colors on the map.
  • image

About

Visualization of the United States Geological Survey earthquake data

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published