Mapping Earthquake Data
Coding Challenge #57
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.
Community Contributions
- 3D Globe in P5.JS by Dollee (Source Code)
- Current weather API by kubo550 (Source Code)
- Recoveries: COVID19 by Ashik Paul (Source Code)
You can also add your own version! (See how)