Skip to content

A GUI based windows application which shows live data of earthquake on world map.

Notifications You must be signed in to change notification settings

Kartikay-Sharma/Earthquake-Visualization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Earthquake-Visualization

This project visualizes live Earthquake data over an interactive map. Features include:

  1. Click on an Earthquake marker and it will show you which cities are affected by it
  2. Click on a City marker and the all the earthquakes affecting that city can be seen
  3. Hover over the city or earthquake marker to know more about them (for example - name etc.) image

Languages - Libraries - Resources

  1. Java SE 8
  2. Unfolding Maps - http://unfoldingmaps.org/
  3. Processing - https://processing.org/
  4. Object Oriented Programming in Java - https://www.coursera.org/learn/object-oriented-java

Installation

Import this folder in Eclipse ('File' -> 'Import' -> 'Existing Projects into Workspace', Select this folder, 'Finish')

Manual Installation

If the import does not work follow the steps below

  1. Create new Java Project
  2. Copy + Paste all files into project
  3. Add all lib/*.jars to build path
  4. Set native library location for jogl.jar. Choose appropriate folder for your OS;
  5. Add data/ as src

About

A GUI based windows application which shows live data of earthquake on world map.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages