Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/parxd/tectonics

Simple machine learning applications to geological data regarding significant earthquakes since 1900
https://github.com/parxd/tectonics

Last synced: 2 days ago
JSON representation

Simple machine learning applications to geological data regarding significant earthquakes since 1900

Awesome Lists containing this project

README

        

# Plate Tectonics Activity

Machine learning applications to geological data regarding significant earthquakes since 1900

This is a relatively simple application of unsupervised K-means clustering on earthquake data of the past century from the NOAA NCEI.
The motivation for this was to visualize any kind of clusters/differences in earthquake magnitude and depth across different types of plate boundaries.

### Tech

- Jupyter
- Numpy + Pandas
- Seaborn
- Matplotlib
- Sci-kit learn
- Folium

### To run this notebook...
GitHub does not render Folium maps, so parts of the notebook cannot be seen on here.
You can visit this [link](https://nbviewer.org/github/Parxd/Tectonics/blob/main/main.ipynb) to nbviewer to view all of the notebook.

---
Plate boundary data from [Kaggle](https://www.kaggle.com/datasets/cwthompson/tectonic-plate-boundaries)