Skip to content

AswathyMohan89/Earthquake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Earthquake

The United States Geological Survey, or 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.

The Earthquake App is used to retreive data from USGS, and to visualize the earthquake data.

Libraries or Plugins Used :

  1. Leaflet :https://unpkg.com/[email protected]/dist/leaflet.js
  2. Leaflet timeline plugin :https://cdn.jsdelivr.net/npm/[email protected]/dist/leaflet.timeline.min.js
  3. D3 : https://d3js.org/d3.v4.min.js

Data

  • The USGS provides earthquake data in a number of different formats, updated every 5 minutes. Visit the USGS GeoJSON Feed page and pick a data set to visualize. When you click on a data set, for example 'All Earthquakes from the Past 7 Days', you will be given a JSON representation of that data. You will be using the URL of this JSON to pull in the data for our visualization.
  • Data on tectonic plates can be found at https://github.com/fraxen/tectonicplates.

Analysis