diff --git a/docs/README.md b/docs/README.md index 95e2a6cfb10aace5b4882d6bc9342306ef6db2b5..b1343c3bff1fe55c725e62effd8c7337664347c1 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 ccd7d2fafbee0353fd06ed4ca6b2028eea95730a..fc5b6afa4daf6320838de8cba20e5980b6c7ef89 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/) ---