RalucaNicola / earthquakes-viz

A visualization of earthquakes with exaggerated depth

Home Page:https://ralucanicola.github.io/earthquakes-viz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

A visualization of earthquakes with exaggerated depth

https://ralucanicola.github.io/earthquakes-viz

License:MIT License


Languages

Language:JavaScript 64.7%Language:HTML 18.8%Language:CSS 16.6%