Skip to content
Snippets Groups Projects
README.md 1.58 KiB
Newer Older
  • Learn to ignore specific revisions
  • ***nshmp-haz*** is a Java-based platform for conducting probabilistic seismic hazard (PSHA) and related analyses. It is developed and maintained by the National Seismic Hazard Mapping Project ([NSHMP](http://earthquake.usgs.gov/hazards/)) within the U.S. Geological Survey's ([USGS](https://www.usgs.gov)) earthquake hazards program ([EHP](http://earthquake.usgs.gov)). The primary goals *nshmp-haz* are to:
    
    1. Enable high performance seismic hazard calculations required to generate detailed maps over large areas and
    2. Support a variety of USGS web services and applications related to seismic hazards research and the dissemination of hazard data.
    
    ### Overview
    * [Building & Running](building-&-running)  
       * [Configuration](configuration)  
       * [Site Specification](sites)  
    * [Source Models](source-models)  
       * [Source Types](source-types)  
       * [Ground Motion Models](ground-motion-models)  
       * [USGS Models](usgs-models)  
    * [Examples](https://github.com/usgs/nshmp-haz/tree/master/etc/examples)  
    * [Dependencies & Development](dependencies-&-development)  
    * [Functional PSHA](functional-psha)  
    * [API Docs](http://usgs.github.io/nshmp-haz/javadoc)  
    * [License](https://github.com/usgs/nshmp-haz/blob/master/LICENSE.md)  
    
    For more information on PSHA see:
    
    * [Probabilistic Seismic Hazard Analysis, a Primer](http://www.opensha.org/sites/opensha.org/files/PSHA_Primer_v2_0.pdf) by Edward Field
    * [An Introduction to Probabilistic Seismic Hazard Analysis](http://web.stanford.edu/~bakerjw/Publications/Baker_(2015)_Intro_to_PSHA.pdf) by Jack Baker
    
    ### Next: [Building & Running](building-&-running)