This project is a Python-based earthquake visualizer that utilizes data from the US Geological Survey (USGS) to create interactive maps showcasing earthquake occurrences. The visualizer utilizes the Plotly library for data visualization purposes.
Clone the project
git clone https://github.com/NiranjanHebli/Earthquake_Data_Visualizer.git
Go to the project directory
cd Earthquake_Data_Visualizer/
Run main.ipynb
jupyter nbconvert --execute main.ipynb
- Available for real-time date and time
- Available for a variety of regions
- Available for a range of magnitudes of earthquake
- Robust
- User-Friendly
https://earthquake.usgs.gov/earthquakes/feed/v1.0/summary/{???}.csv
Parameter | Type | Description |
---|---|---|
period |
string |
Required. |
region |
string |
Required. |
min_mag |
integer |
Required. |