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

https://github.com/orijtech/earthquake-visualizations

Earthquake visualizations by applying k-means clustering
https://github.com/orijtech/earthquake-visualizations

Last synced: 4 months ago
JSON representation

Earthquake visualizations by applying k-means clustering

Awesome Lists containing this project

README

          

# earthquake-visualizations

Live at: https://earthquakes.orijtech.com/visual

Earthquake visualizations by applying Kmeans clustering

Using entirely open source packages to cluster/visualize earthquakes
around the globe.

Work in progress as it was my personal Saturday night hackathon to
do something with a few packages I had written:

* [USGS](https://github.com/odeke-em/usgs)
* [kmeans](https://github.com/odeke-em/kmeans)
* [mapbox](https://github.com/odeke-em/mapbox) -- currently excluded but will
be used when I spend more time to flesh something more out.

Then use the OSS work by the folks at [Mapbox](https://www.mapbox.com/)
with their JS libraries.