Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 685 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 685 Bytes

opensha-oaf

Operational Aftershock Forecasting (OAF) code and apps

Depends on the upstream OpenSHA project which should be cloned into the same directory:

cd ~/opensha    # or whatever directory you choose
git clone https://github.com/opensha/opensha
git clone https://github.com/opensha/opensha-oaf

To build the Reasenberg-Jones GUI app:

cd opensha-oaf
./gradlew appOAFJar

To build the ETAS GUI app:

cd opensha-oaf
./gradlew appOAF_ETAS_Jar

The GUI app jar file is created in opensha-oaf/build/libs.

To build and manage the OAF server, refer to the documentation in deployment/doc.