Skip to content

rahulkunte/dashmap_data_visualization_example

Repository files navigation

Earthquake Data Visualization Dashboard

Check out the webapp!

This webapp allows you to observe and delve into more than 8000+ significant earthquakes (with a magnitude of 6 or higher) recorded from January 1st, 1960, until July 16th, 2023. Among the notable earthquakes you can find here are 2011 Tohoku Earthquake, Japan and the 1960 Great Valvidia Earthquake, Chile.

preview webapp gif

Run on your Linux machine

  • Firstly, you need to fork the repository from the upper-right corner of the page.
  • Next, open the terminal and enter the following commands:
cd <your_desired_directory_path>

clone the repo with URL to Git repo (e.g. https://github.com/AdiletBaimyrza/data_visualization.git )

git clone <URL_to_git_repo> 

once finished cd to the project folder

cd data_visualization

if you have virtualenv installed, then create a new virtual environment with the following command, if not, well, install it first:)

python3 -m virtualenv .venv

activate the virtual environment

source .venv/bin/activate 

then, install all requirements from requirements.txt file. Upgrade pip if you need to.

pip install -r requirements.txt

It will take a while depending on your internet connection

now run the app.py file either with a relative path

python3 data_visualization/app.py

or cd first to app directory data_visualization and then run

python3 app.py

Lastly copy the address from the terminal and paste it to your favourite browser. Goodluck!

LICENSE

MIT

About

Earthquake Data Visualization Dashbooard WebApp built using Dash low-code framework and Pandas library for data cleaning and preparation in Python Language allows you to observe and analyze more than 8000 earthquakes from 1960 till 2023. Data obtained from United States Geological Survey Website.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors