Skip to content
This repository was archived by the owner on Jul 5, 2022. It is now read-only.

Files

Latest commit

 

History

History
40 lines (36 loc) · 1.53 KB

057-mapping-earthquake-data.md

File metadata and controls

40 lines (36 loc) · 1.53 KB
title redirect_from video_number date video_id repository web_editor links videos contributions
Mapping Earthquake Data
CodingChallenges/57-mapping-earthquake-data.html
57
2017-02-13
ZiYdOwOrGyc
CC_057_Earthquake_Viz
i0icLNOuf
title url
Web Mercator on Wikipedia
title url
Earthquake Database
title url
Videos on working with data and APIs
/Tutorials/10-working-with-data
title url
Regular Expression playlist
/learning/programming-with-text/2.1-introduction
title author source
3D Globe in P5.JS
Dollee
title author source
Current weather API
kubo550

In this coding challenge, I visualize earthquake data from the USGS by mapping the latitude, longitude and the magnitude of earthquakes with p5.js.

The map imagery is pulled from mapbox.js and the math demonstrated coverts latitude, longitude to x,y via Web Mercator.