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
- Host: GitHub
- URL: https://github.com/orijtech/earthquake-visualizations
- Owner: orijtech
- License: mit
- Created: 2017-04-30T10:51:35.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-04T16:46:49.000Z (about 9 years ago)
- Last Synced: 2024-06-20T05:02:15.212Z (almost 2 years ago)
- Language: Go
- Homepage:
- Size: 15.6 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.