https://github.com/opensha/opensha-oaf
Operational Aftershock Forecasting (OAF) code and apps
https://github.com/opensha/opensha-oaf
Last synced: 5 months ago
JSON representation
Operational Aftershock Forecasting (OAF) code and apps
- Host: GitHub
- URL: https://github.com/opensha/opensha-oaf
- Owner: opensha
- License: cc0-1.0
- Created: 2018-08-22T17:16:58.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2026-01-20T18:36:38.000Z (5 months ago)
- Last Synced: 2026-01-21T03:52:46.647Z (5 months ago)
- Language: Java
- Size: 92.2 MB
- Stars: 2
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# opensha-oaf
Operational Aftershock Forecasting (OAF) code and apps
Depends on the [upstream OpenSHA](https://github.com/opensha/opensha) project which should be cloned into the same directory:
```bash
cd ~/opensha # or whatever directory you choose
git clone https://github.com/opensha/opensha
git clone https://github.com/opensha/opensha-oaf
```
Building and running the OAF software requires Java version 17 or higher.
To build the Reasenberg-Jones GUI app:
```bash
cd opensha-oaf
./gradlew appOAFJar
```
To build the ETAS GUI app:
```bash
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](deployment/doc).