Skip to content

marshatiisa/earthquake-visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Earthquake Visualizer

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.

Screenshot

Features

  • 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.

Installation

  1. Clone the repository:

    git clone https://github.com/marsha-tiisa/earthquake-visualizer.git
    
  2. Change directory to the project folder:

    cd earthquake-visualizer
    
  3. Install required dependencies:

    pip3 install pandas
    
    pip3 install plotly
    

Usage

  1. Run the application:

    python app.py
    
  2. 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.

Data Source

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.

About

Python app that visualizes seismic activity on a global map.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages