Skip to content
Snippets Groups Projects
Commit 9dd0ae75 authored by Powers, Peter M.'s avatar Powers, Peter M.
Browse files

updated repo docs

parent d7e18d9b
No related branches found
No related tags found
1 merge request!181Repo docs update
Code of Conduct # Code of Conduct
===============
All contributions to and interactions surrounding this project will abide by All contributions to and interactions surrounding this project will abide by
the [USGS Code of Scientific Conduct][1]. the [USGS Code of Scientific Conduct][1].
......
Disclaimer # Disclaimer
==========
This software has been approved for release by the U.S. Geological Survey This software has been approved for release by the U.S. Geological Survey
(USGS). Although the software has been subjected to rigorous review, the USGS (USGS). Although the software has been subjected to rigorous review, the USGS
......
...@@ -7,7 +7,8 @@ services found in the [*nshmp-haz*](https://code.usgs.gov/ghsc/nshmp/nshmp-haz) ...@@ -7,7 +7,8 @@ services found in the [*nshmp-haz*](https://code.usgs.gov/ghsc/nshmp/nshmp-haz)
See also: See also:
* [*nshmp-haz*](https://code.usgs.gov/ghsc/nshmp/nshmp-haz) and related [documentation](https://code.usgs.gov/ghsc/nshmp/nshmp-haz/docs). * [*nshmp-haz*](https://code.usgs.gov/ghsc/nshmp/nshmp-haz) and related
[documentation](https://code.usgs.gov/ghsc/nshmp/nshmp-haz/docs).
* Project Javadocs [link? TODO] * Project Javadocs [link? TODO]
## Dependencies ## Dependencies
......
...@@ -87,7 +87,7 @@ abstract class ModelLoader { ...@@ -87,7 +87,7 @@ abstract class ModelLoader {
public static void main(String[] args) { public static void main(String[] args) {
// Path testModel = Paths.get("../nshm-conus-2018"); // Path testModel = Paths.get("../nshm-conus-2018");
Path testModel = Paths.get("../nshm-hi-2021"); Path testModel = Paths.get("../nshm-hawaii");
HazardModel model = ModelLoader.load(testModel); HazardModel model = ModelLoader.load(testModel);
System.out.println(model); System.out.println(model);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment