Skip to content

visualization of smaller global earthquakes and their relationship with volcanoes on Earth's surface

License

Notifications You must be signed in to change notification settings

ptrhaney/volcanoes-and-small-earthquakes

Repository files navigation

Earthquakes visualization

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

app-screenshot

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 2019 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

visualization of smaller global earthquakes and their relationship with volcanoes on Earth's surface

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published