From f0e63dbee9974192ce4f3caebbde8dcc57df1494 Mon Sep 17 00:00:00 2001 From: Jason Altekruse <jaltekruse@usgs.gov> Date: Sun, 25 Jul 2021 16:42:40 -0600 Subject: [PATCH] update readme and wep app/serivces pages --- docs/README.md | 8 ++++++-- docs/pages/NSHMP-Web-Services.md | 9 +++++++-- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/docs/README.md b/docs/README.md index 95e2a6cfb..b1343c3bf 100644 --- a/docs/README.md +++ b/docs/README.md @@ -31,9 +31,14 @@ to use *nshmp-haz-v2* as well as underlying model implementation details. * [Logic Trees & Uncertainty](./pages/Logic-Trees-&-Uncertainty.md) * [NSHMP Web Services](./pages/NSHMP-Web-Services.md#nshmp-web-services) -## Other Pages & References +## Related Information * [nshmp-lib](https://code.usgs.gov/ghsc/nshmp/nshmp-lib): USGS hazard modeling library + * [nshmp-lib JavaDocs](https://earthquake.usgs.gov/nshmp/docs/nshmp-lib/) +* [*nshmp-haz-v2* License](../LICENSE.md) + +## References + * [Functional PSHA](./pages/Functional-PSHA.md) * [Probabilistic Seismic Hazard Analysis, a Primer [PDF]](http://www.opensha.org/sites/opensha.org/files/PSHA_Primer_v2_0.pdf) @@ -41,7 +46,6 @@ to use *nshmp-haz-v2* as well as underlying model implementation details. * [An Introduction to Probabilistic Seismic Hazard Analysis [PDF]](http://web.stanford.edu/~bakerjw/Publications/Baker_(2015)_Intro_to_PSHA.pdf) by Jack Baker -* [*nshmp-haz-v2* License](../LICENSE.md) ---  [U.S. Geological Survey](https://www.usgs.gov) diff --git a/docs/pages/NSHMP-Web-Services.md b/docs/pages/NSHMP-Web-Services.md index ccd7d2faf..fc5b6afa4 100644 --- a/docs/pages/NSHMP-Web-Services.md +++ b/docs/pages/NSHMP-Web-Services.md @@ -1,7 +1,12 @@ # NSHMP Web Services -TODO: this page is referenced in [`Model-Editions.md`](./Model-Editions.md#static-vs-dynamic). Need -a description of the available web services and static data. +A number of USGS web applications and web services are available to access static data, perform +dynamic calculations, interact with ground motion models, and access other NSHMP data. + +* Hazard tools web application: [NSHM Hazard Tool](https://earthquake.usgs.gov/nshmp/) +* Static hazard curve data: + * [CONUS 2018 NSHM](https://earthquake.usgs.gov/ws/nshmp/conus-2018/static/) +* Non-NSHM web services: [https://earthquake.usgs.gov/ws/nshmp/data/](https://earthquake.usgs.gov/ws/nshmp/data/) --- -- GitLab