Skip to content
forked from SED-EEW/EEWD

Earthquake Early Warning Display

License

Notifications You must be signed in to change notification settings

Suuperfishy/EEWD

 
 

Repository files navigation

Earthquake Early Warning Display (EEWD)

EEWD is a demonstration software to be used by scientists and EEW datacentres, or by stakeholders in close collaboration with scientists and EEW datacentres.

EEWD is designed as a client application of a separate compatible Earthquake Early Warning (EEW) system. As a client application, EEWD will display the warnings on a map, together with rapid computation of related distribution of co-seismic ground motions.

EEWD connects to the EEW system via an activeMQ broker server, using the STOMP protocol, and supports the quakeml-rt format for incoming EEW messages.

Further information on EEWD and the EEW methods developed by the Swiss seismological Service (ETHZ) for seismic monitoring services can be found at http://www.seismo.ethz.ch/en/research-and-teaching/fields_of_research/earthquake-early-warning/.

Compilation

Compilation is straightforward:

ant

The eewd.jar Java archive package should be compiled in about four seconds in the directory dist/.

Usage

To run the project from the command line, go to the dist folder and use:

java -jar "dist/eewd.jar" -help

Configuration

Back-up and adjust the eewd.properties file following the enclosed instructions, another example is provided in eewd.properties.ISNET.

About

Earthquake Early Warning Display

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 99.1%
  • Other 0.9%