Skip to content
Snippets Groups Projects

Code review 479

Merged Powers, Peter M. requested to merge ghsc/users/pmpowers/nshmp-haz:code-review-479 into main
7 files
+ 54
111
Compare changes
  • Side-by-side
  • Inline
Files
7
@@ -6,7 +6,7 @@ To compute hazard at more than one site, one may supply a comma-delimited (\*.cs
@@ -6,7 +6,7 @@ To compute hazard at more than one site, one may supply a comma-delimited (\*.cs
or [GeoJSON](http://geojson.org) (\*.geojson) formatted site data file instead:
or [GeoJSON](http://geojson.org) (\*.geojson) formatted site data file instead:
```Shell
```Shell
hazard ../../peer/models/Set1-Case1 sites.csv config.json
hazard ../../peer/models/Set1-Case1 sites.csv config.json
```
```
or
or
@@ -15,8 +15,8 @@ or
@@ -15,8 +15,8 @@ or
hazard ../../peer/models/Set1-Case1 sites.geojson config.json
hazard ../../peer/models/Set1-Case1 sites.geojson config.json
```
```
The [site specification](https://github.com/usgs/nshmp-haz/wiki/sites)
The [site specification](../../../docs/pages/Site-Specification.md)
wiki page provides details on the two file formats. Note that with either format,
page provides details on the two file formats. Note that with either format,
if the name of a site is supplied, it will be included in the first column of any output curve files.
if the name of a site is supplied, it will be included in the first column of any output curve files.
__Results directory structure:__
__Results directory structure:__
@@ -24,14 +24,20 @@ __Results directory structure:__
@@ -24,14 +24,20 @@ __Results directory structure:__
```text
```text
3-sites-file/
3-sites-file/
└─ hazout/
└─ hazout/
├─ config.json
├─ calc-config.json
├─ HazardCalc.log
├─ HazardCalc.log
├─ PGA/
├─ PGA/
│ └─ curves.csv
│ ├─ curves.csv
 
│ ├─ curves-truncated.csv
 
│ └─ map.csv
├─ SA0P2/
├─ SA0P2/
│ └─ curves.csv
│ ├─ curves.csv
 
│ ├─ curves-truncated.csv
 
│ └─ map.csv
└─ SA1P0/
└─ SA1P0/
└─ curves.csv
├─ curves.csv
 
├─ curves-truncated.csv
 
└─ map.csv
```
```
<!-- markdownlint-disable MD001 -->
<!-- markdownlint-disable MD001 -->
Loading