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.
- 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_visualizationif you have virtualenv installed, then create a new virtual environment with the following command, if not, well, install it first:)
python3 -m virtualenv .venvactivate 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.txtIt will take a while depending on your internet connection
now run the app.py file either with a relative path
python3 data_visualization/app.pyor cd first to app directory data_visualization and then run
python3 app.pyLastly copy the address from the terminal and paste it to your favourite browser. Goodluck!
