Angular web applications for exploring hazard, disaggregations, ground motion models, magnitude frequency distributions, and other earthquake hazard attributes.
The web applications utilize various web services from nshmp-haz, nshmp-ws, nshmp-ws-static, and other sources.
The codebase, collectively called the USGS Earthquake Hazard Toolbox, replaces the Unified Hazard Toolbox (UHT).
The USGS Earthquake Hazard Toolbox can be found at https://earthquake.usgs.gov/nshmp/.
The current published version of the code is 1.0.0 with IPDS record: IP-151856.
Suggested citation: Clayton, B.S., Powers, P.M., 2023, nshmp-apps: USGS Earthquake Hazard Toolbox. U.S. Geological Survey software release, doi: 10.5066/P9UAIISF.
Repository and Angular documentation:
General documentation about this repository and development.
Documentation on each application in the USGS Earthquake Hazard Toolbox.
The Angular applications collectivly create the USGS Earthquake Hazard Toolbox.
npm ci
npm run lint
npm run fix
npm run test
npm run start
npm run build
npm run build:prod
npm run start:prod
npm run compodoc:build
npm run compodoc:start