Skip to content

Utilized Leaflet to visualize the location of earthquakes and their magnitude.

Notifications You must be signed in to change notification settings

agomez0/earthquake_geo_mapping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Earthquake Geomapping

Background

1-Logo

The 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. This project uses Leaflet to map earthquakes all over the world.

Programs Used:

  • D3
  • Leaflet
  • Javascript
  • HTML
  • CSS

Earthquake Map

2-BasicMap

  1. Getting the data set

    3-Data

    The USGS provides earthquake data in a number of different formats, updated every 5 minutes. The USGS GeoJSON Feed page provides different data to choose from. Each data set gives a JSON representation of that data. The data set used here was for all earthquakes within the past 7 days.

    4-JSON

  2. Import & Visualize the Data

    Created a map 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 provide additional information about the earthquake when a marker is clicked.

    • A legend for the earthquake magnitude.

  • Added a number of base maps to choose from.

  • Added layer controls to the map.

How to Run the App:

About

Utilized Leaflet to visualize the location of earthquakes and their magnitude.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published