This Earthquake Visualizer is a Python project that allows users to visualize earthquake data on a world map. Through specifying the date, time, week, month, and magnitude size, results change dynamically through an interactive scatter graph.
- Fetch earthquake data from a public API.
- Plot earthquake locations on a world map.
- Display earthquake magnitude and location information.
- Basic interactivity to zoom and pan the map.
-
Clone the repository:
git clone https://github.com/marsha-tiisa/earthquake-visualizer.git -
Change directory to the project folder:
cd earthquake-visualizer -
Install required dependencies:
pip3 install pandaspip3 install plotly
-
Run the application:
python app.py -
Click play button on your IDE TO open your web browser and see the Earthquake Visualizer in action. Change dates to see seismic activity throughout the world.
This project fetches earthquake data from a public API. The specific data source is (https://earthquake.usgs.gov/earthquakes/feed/v1.0/summary/all_month.csv), and we are using their data to display earthquakes on the map.
