Skip to content

Interactive dashboard to explore Belly Button Biodiversity dataset using Plotly.js and Flask.

Notifications You must be signed in to change notification settings

Karla-Flores/Leaflet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Leaflet---Challenge


Background

The US Geological Survey (USGS) provides scientific data about natural hazards, resource availability, ecosystem health, and climate and land-use change impacts. In addition, USGS scientists develop new methods and tools to supply timely, relevant, and helpful information about the Earth and its processes. One of such resources is their USGS GeoJSON Feed, which provides comprehensive data sets related to geological hazards and phenomena. In addition, this feed contains the historical earthquake data, which can be a valuable tool to map earthquake locations and details using tools such as Leaflet. This project aims to showcase global earthquake data from the last seven days in a world map visualization and is divided into two tasks:

Step 1: Basic Visualization


This map shows the earthquakes' magnitude and location over a single-layer map. Visualizations are generated using the Leaflet library for Javascript in the static/js/logic.js file and called into the DOM in the index.html. This visualization is displayed over a single, plain layer using circles whose color and size vary according to the recorded earthquake's magnitude and depth. In addition, this interactive map allows for the user to view additional details using the map's tooltips, as shown in the figure below.



Step 3: Tectonic Plates Visualization


This map is prepared to illustrate the relationship between tectonic plates and seismic activity. In addition to the original USGS GeoJSON data set, a second data set is visualized alongside the actual earthquake blobs. While using tectonic plate data, the bonus section allows the user to select the desired layer and background format from the following option:

  • Standard
  • Topographic

Releases

No releases published

Packages

No packages published