Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 651 Bytes

README.md

File metadata and controls

26 lines (14 loc) · 651 Bytes

banner_2

Vizualize earthquakes happening around the world.
The data provided to us via the US Geological Survey and Streamlit is used to display everything.

Installation

$ git clone https://github.com/pcolonna/earthquake_viz.git
$ cd earthquake_viz
$ pip install -r requirements.txt
$ streamlit run ./earthquake_viz/app.py

Goal

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