Vizualize earthquakes happening around the world.
The data provided to us via the US Geological Survey and Streamlit is used to display everything.
$ git clone https://github.com/pcolonna/earthquake_viz.git
$ cd earthquake_viz
$ pip install -r requirements.txt
$ streamlit run ./earthquake_viz/app.py
The goal of this project is two-fold:
- build a dataset from the data provided to us via usgs
- plot the data on a map