Skip to content

Geomaps to visualize the earthquake data using HTML, CSS, JavaScript and Leaflet.js

Notifications You must be signed in to change notification settings

Aastha-Arora/earthquake-viz-leaflet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

Visualizing Data with Leaflet

Geomaps to visualize the earthquake data using HTML, CSS, JavaScript and Leaflet.js

The webpages are hosted on GitHub pages

Dataset

'All Earthquakes from the Past 7 Days' data from the USGS GeoJSON Feed

The United States Geological Survey (USGS) is responsible for providing scientific data about natural hazards, the health of our ecosystems and environment; and the impacts of climate and land-use change. Their scientists develop new methods and tools to supply timely, relevant, and useful information about the Earth and its processes.

Objective

Build tools to visualize the earthquake data set.

Leaflet Step 1

Webpage Link: https://aastha-arora.github.io/leaflet-challenge/Leaflet-Step-1/

  • A map was created using Leaflet that plots all of the earthquakes from the data set based on their longitude and latitude.
  • Data markers reflect the magnitude of the earthquake in their size and color. Earthquakes with higher magnitudes appear larger and darker in color.
  • Popups are included to provide additional information about the earthquake when a marker is clicked.
  • A legend is also displayed to provide context for the map data.

Leaflet Step 2

Webpage Link: https://aastha-arora.github.io/leaflet-challenge/Leaflet-Step-2/

Additional data on tectonic plates is ploted along with the earthquake data to illustrate the relationship between tectonic plates and seismic activity.

  • A map was created using Map layer controls that consist of three base map layers (Satellite, Grayscale, Outdoors) and two filter overlays (Tectonic Plates and Earthquake data) that can be turned on and off independently.

About

Geomaps to visualize the earthquake data using HTML, CSS, JavaScript and Leaflet.js

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published