miwermi / mapping-earthquakes

Earthquake mapping of publicly available earthquake data with earthquake magnitudes and locations visualized from GeoJSON data with javascript.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mapping Earthquakes

Satellite Image of Earthquakes and Tectonic Plates

Purpose

The purpose of this project was to collect publicly available earthquake data and to visually show the differences between the magnitudes of earthquakes all over the world for the last seven days.

Tasks

To complete this project, I used GeoJSON earthquake data from the USGS website. I retrieved geographical coordinates and earthquake magnitudes for the last seven days (9/2/2022 - 9/9/2022) and added that data to a map.

Approach

I used JavaScript and the D3.js library to pull the coordinates and magnitudes of earthquakes from the GeoJSON data and the Leaflet library to plot the data on a Mapbox map through an API request. I also created interactivity for the earthquake data via map legends.

Street View Image of Earthquakes (MAJOR) and Tectonic Plates

About

Earthquake mapping of publicly available earthquake data with earthquake magnitudes and locations visualized from GeoJSON data with javascript.


Languages

Language:JavaScript 82.8%Language:HTML 15.5%Language:CSS 1.7%