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-oafBuilding and running the OAF software requires Java version 17 or higher.
To build the Reasenberg-Jones GUI app:
cd opensha-oaf
./gradlew appOAFJarTo build the ETAS GUI app:
cd opensha-oaf
./gradlew appOAF_ETAS_JarThe 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.