Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Earthquake Analysis

This project presents an interactive Shiny application designed to analyze and visualize global earthquake data from 2023. It helps seismologists and geophysicists uncover patterns in seismic activity through geographic clustering and temporal analysis.

Features

  • Global Earthquake Trends: Analyze earthquake frequency, magnitude, and regional trends.
  • Characteristics Analysis: Explore changes in earthquake depth and magnitude by continent and over time.
  • Frequency Trends: Identify temporal patterns in earthquake occurrence and intensity.
  • Geographic Distribution: Visualize the spatial patterns of earthquake magnitude and depth.
  • Seismic Network Coverage & Errors: Investigate the impact of seismic station coverage on earthquake detection and reporting errors.

Dataset

The project uses the Global Earthquakes 2023 dataset from Kaggle. Access Dataset

The dataset provides valuable information about earthquakes worldwide in the year 2023. This dataset includes various parameters such as time, location (latitude and longitude), depth, magnitude, magnitude type, and more. It can be used to gain insights into the seismic activity observed throughout the year.

Core Research Questions

  1. How do key earthquake characteristics change across different regions?
  2. Are there temporal patterns in the types of earthquakes in terms of frequency?
  3. What is the geographic distribution of key earthquake characteristics?
  4. How does seismic station coverage affect earthquake detection accuracy?

Installation

  1. Clone the repository:
    git clone https://github.com/your-repo-name.git
  2. Install required R packages:
    install.packages(c("shiny", "leaflet", "plotly"))
  3. Run the Shiny app:
    shiny::runApp("app.R")

About

Interactive Shiny application designed to analyze and visualize global earthquake data

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages