/Earthquake-Analysis

This project focuses on analyzing earthquake data using Python, Streamlit, and Folium. It provides interactive visualizations to explore earthquake occurrences worldwide, by country, and over time.

Primary LanguagePython

Earthquake Analysis

Description:

This project focuses on analyzing earthquake data using Python, Streamlit, and Folium. It provides interactive visualizations to explore earthquake occurrences worldwide, by country, and over time.

Read more: https://medium.com/@shariprasad3296/unveiling-earthquake-patterns-a-geospatial-analysis-with-python-streamlit-and-folium-d8cb2312ccff

Features:

  • Interactive web application built with Streamlit.
  • Utilizes Folium for geospatial visualization of earthquake data.
  • Allows users to filter earthquake data by country and year.
  • Provides heatmap visualizations for global earthquake distribution.

Requirements:

  • Python 3.x
  • Streamlit
  • Pandas
  • Folium
  • Geopy

Usage:

  1. Ensure you have the required libraries installed.
  2. Run the Streamlit application.
streamlit run app.py
  1. Access the webpage here after running the above command: http://localhost:8501/