Skip to content

A visualization of 2023 world earthquakes with exaggerated depth + Jupyter Notebook GeoPandas data analysis and visualization

License

Notifications You must be signed in to change notification settings

deverestHood/earthquakes-viz

 
 

Repository files navigation

Earthquakes visualization

This application shows the earthquakes in 2023 with an exaggerated depth. The earthquake data used in this app comes from USGS. The app is created with Esri's ArcGIS Maps SDK for JavaScript.

app-screenshot

2023 World Earthquakes Data Visualization Jupyter Notebook viewer via nbviewer

How to re-create this visualization with your own data

If you want to visualize your own data like this, follow the steps below:

  1. Fork this repository.
  2. Clone it locally on your machine: git clone https://github.com/your_user_name/earthquakes-viz.git
  3. Download data from USGS:
  4. Rename the file to earthquake_data.csv and replace the csv file in this folder.
  5. Replace 2023 in the title of the app and the description with your chosen period of time. Or replace it with anything else you want.
  6. Commit your changes and push them on Github.
git add .
git commit -m "Change dataset"
git push origin master
  1. In the Settings tab of your repo, choose master as the branch where your website will be served from.

You should now have a live website running with this visualization with your own data.

License

This project is released under an MIT license.

About

A visualization of 2023 world earthquakes with exaggerated depth + Jupyter Notebook GeoPandas data analysis and visualization

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%