Visualizing earthquakes with Three.js
This visualization shows all earthquakes above 4 magnitude in 2024. Earthquake data: USGS Country boundaries: GISCO We can change the camera's frustum far plane in order to hide elements that are far away, this can help reduce noise which might help make the data easier to interpret for the reader. To-do list: reduce flickering Raycasting Threejs building blocks Size and colour scales Set points and add geojson lines to scene Raycasting Tooltip Data Dependencies
Observable