Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 1.21 KB

README.md

File metadata and controls

18 lines (12 loc) · 1.21 KB

Module 15 Challenge: USGS Earthquake Visualization Challenge 📊

Link to Challenge code

[(static/js/logic.js)] (https://github.com/manuel-sosa/leaflet-challenge/blob/main/static/js/logic.js)

Leaflet Part 1 Image

Background 🌐

This initiative focuses on enhancing the visualization of global earthquake data collected by the United States Geological Survey (USGS) to improve public and governmental awareness of seismic activities and their impacts.

Goal 🌎

The primary goal is to develop an interactive map that visualizes earthquake data based on magnitude and depth, effectively communicating the risks and patterns of seismic events to a broader audience.

Topics Learned 🍃

Participants will learn about data visualization, geospatial analysis, interactive mapping, web development, and API integration, particularly focusing on the Leaflet library for creating dynamic maps.

Full Stack Tools 🔨

The challenge utilizes a range of full stack tools, including HTML and JavaScript for front-end development, Leaflet.js for mapping, D3.js for data manipulation, and GitHub for version control and project management.