Newer
Older
These examples are designed to be executed locally while following the READMEs on GitLab.
All examples avoid a lengthy call to Java and the `HazardCalc` program by using the following
system alias:
alias hazard='java -cp /path/to/nshmp-haz/build/libs/nshmp-haz.jar gov.usgs.earthquake.nshmp.HazardCalc'
Because each example builds on prior concepts, it is best step through all the examples, however quickly.
#### Start: [Example 1 – A simple hazard calculation](1-hazard-curve/README.md)
---
* [**Documentation Index**](../../docs/README.md)