Skip to content

Latest commit

 

History

History
65 lines (33 loc) · 2.51 KB

README.md

File metadata and controls

65 lines (33 loc) · 2.51 KB

EarthquakeCity

It is my work towards making an application in Java on showing all Earthquake sesimic zones in the world with real life live data on the World Map which is dynamic one . Information about real-time earthquakes, online catalog search of archives, seismicity maps and statistics.

Here goes the ppt

References used :

  1. Parsing done from here (https://earthquake.usgs.gov/earthquakes/map/) and here(https://earthquake.usgs.gov/earthquakes/feed/v1.0/summary/all_hour.atom)

  2. External libraries used (http://unfoldingmaps.org/javadoc/)

  3. For graphics (https://www.processing.org/reference/)

  4. For more details (https://earthquake.usgs.gov/research/)

unfolding_app_template

A very basic Unfolding demo you'll find in the source folder in the default package. For more examples visit http://unfoldingmaps.org, or download the template with examples.

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.

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

TROUBLE SHOOTING

Switch Java Compiler to 1.6 if you get VM problems. (Processing should work with Java 1.6, and 1.7)

Screenshots ::

Screenshot 1

Screenshot 1

Screenshot 1

GIF ::

GIf hai boss

Further Advancements :

Earthquake early warning systems use earthquake science and the technology of monitoring systems to alert devices and people when shaking waves generated by an earthquake are expected to arrive at their location. The seconds to minutes of advance warning can allow people and systems to take actions to protect life and property from destructive shaking. The U.S. Geological Survey (USGS), in collaboration with several partners, has been working to develop an early warning system for the United States. ShakeAlert, a system currently under development, is designed to cover the West Coast States of California, Oregon, and Washington..........Further Reading