Skip to content
Snippets Groups Projects

Production Release | nshmp-haz

Merged Clayton, Brandon Scott requested to merge main into production
41 files
+ 479
177
Compare changes
  • Side-by-side
  • Inline
Files
41
@@ -15,9 +15,9 @@ defaults are used:
@@ -15,9 +15,9 @@ defaults are used:
```text
```text
name: Unnamed
name: Unnamed
vs30: 760.0
vs30: 760.0
vsInf: true
z1p0: null (GMM will use default basin depth model)
z1p0: null (GMM will use default basin depth model)
z2p5: null (GMM will use default basin depth model)
z2p5: null (GMM will use default basin depth model)
 
zSed: null
```
```
For basin depth parameters `z1p0` and `z2p5`, a `null` value indicates that a GMM should use
For basin depth parameters `z1p0` and `z2p5`, a `null` value indicates that a GMM should use
@@ -27,7 +27,7 @@ it's 'default' basin depth scale factor, which is usually included in it's Vs30
@@ -27,7 +27,7 @@ it's 'default' basin depth scale factor, which is usually included in it's Vs30
* Header row must identify columns.
* Header row must identify columns.
* Valid and [optional] column names are:
* Valid and [optional] column names are:
`[name,] lon, lat [, vs30] [, vsInf] [, z1p0] [, z2p5]`
`[name,] lon, lat [, vs30] [, z1p0] [, z2p5]`
* At a minimum, `lon` and `lat` must be defined.
* At a minimum, `lon` and `lat` must be defined.
* Columns can be in any order and any missing fields will be populated with the default values
* Columns can be in any order and any missing fields will be populated with the default values
listed above.
listed above.
@@ -57,7 +57,6 @@ A site list is expected as a `FeatureCollection` of `Point` features. For exampl
@@ -57,7 +57,6 @@ A site list is expected as a `FeatureCollection` of `Point` features. For exampl
"properties": {
"properties": {
"title": "Oakland CA",
"title": "Oakland CA",
"vs30": 760.0,
"vs30": 760.0,
"vsInf": true,
"z1p0": 0.048,
"z1p0": 0.048,
"z2p5": 0.607
"z2p5": 0.607
}
}
Loading