Skip to content

Geo-mapping with Leaflet Earthquakes from the US Geological Survey (USGS) and a Tectonic Plates dataset.

Notifications You must be signed in to change notification settings

Albeteme/GeoMapping-with-Leaflet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GEO Mapping with Leaflet

This project is about visualizing an earthquake data set with data from the United States Geological Survey (USGS). The USGS provides earthquake data in a number of different formats, updated every 5 minutes. After visiting the USGS GeoJSON Feed page and picking a data set to visualize, I had to use the URL of this JSON to pull in the data for the visualization.

So the first step I followed is to get the data, import it and then visualize using html and javascript. Then I created a map using Leaflet that plots all of the earthquakes from your data set based on their longitude and latitude. The expected outcome here is to have data markers that reflect the magnitude of the earthquake by their size and and depth of the earth quake by color. Earthquakes with higher magnitudes should appear larger and earthquakes with greater depth should appear darker in color. Also, popups that provide additional information about the earthquake when a marker is clicked are included as well as a legend that will provide context for the map data. The visualization should look something like the map below

image

The second step on this project is about plotting a second data set on the map and add a number of base maps to choose from as well as separate out both data sets into overlays with layer controls) that can be turned on and off independently. The goal is to illustrate the relationship between tectonic plates and seismic activity. Data on tectonic plates can be found at https://github.com/fraxen/tectonicplates. The illustration should look something like the map below

image

About

Geo-mapping with Leaflet Earthquakes from the US Geological Survey (USGS) and a Tectonic Plates dataset.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published