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

tree and rupture set ID updates

parent 27a71fdd
No related branches found
No related tags found
1 merge request!8Model updates
Showing
with 30 additions and 22 deletions
......@@ -21,17 +21,19 @@ alternative models:
3. An `extended` branch that extends the merged model southward to be contiguous with detachment
sources on the south flank of the island.
## Source names and IDs
## Source Tree and Feature IDs
NSHM Hawaii source ID numbers are in the range 5000-5999 (see [nshm-fault-sections Numbering][1]).
Folder | Source Name | ID
-------------- |-------- |:--:
decollement-sources/south-flank | South Flank (merged) | 5011
decollement-sources/south-flank | South Flank (extended) | 5012
decollement-sources/west-flank | West Flank (Hualalai) | 5005
decollement-sources/west-flank | West Flank (Kona) | 5006
decollement-sources/west-flank | West Flank (merged) | 5007
decollement-sources/west-flank | West Flank (extended) | 5008
| Source | Tree ID | Feature ID |
| ----------------------------- |:-------:|:----------:|
| South Flank | 5019 | |
|    merged | | 5010 |
|    extended | | 5011 |
| west-flank | 5029 | |
|    Hualalai | | 5001 |
|    Kona | | 5004 |
|    merged | | 5020 |
|    extended | | 5021 |
[1]: https://code.usgs.gov/ghsc/nshmp/nshm-fault-sections/-/blob/master/docs/Contents.md
{
"name": "South Flank Décollement (extended)",
"id": 5012,
"id": 5011,
"mfd-tree": "south-flank-extended"
}
{
"type": "Feature",
"id": 5012,
"id": 5011,
"geometry": {
"type": "MultiLineString",
"coordinates": [[
......
{
"type": "Feature",
"id": 5011,
"id": 5010,
"geometry": {
"type": "MultiLineString",
"coordinates": [[
......
{
"name": "South Flank Décollement (merged)",
"id": 5011,
"id": 5010,
"mfd-tree": "south-flank-merged"
}
{
"id": 5019
}
{
"name": "West Flank Décollement (extended)",
"id": 5008,
"id": 5021,
"mfd-tree": "west-flank"
}
{
"type": "Feature",
"id": 5005,
"id": 5001,
"geometry": {
"type": "MultiLineString",
"coordinates": [[
......
{
"type": "Feature",
"id": 5006,
"id": 5004,
"geometry": {
"type": "MultiLineString",
"coordinates": [[
......
{
"type": "Feature",
"id": 5008,
"id": 5021,
"geometry": {
"type": "MultiLineString",
"coordinates": [[
......
{
"type": "Feature",
"id": 5007,
"id": 5020,
"geometry": {
"type": "MultiLineString",
"coordinates": [[
......
{
"name": "West Flank Décollement (merged)",
"id": 5007,
"id": 5020,
"mfd-tree": "west-flank"
}
{
"name": "West Flank Décollement (Hualālai)",
"id": 5005,
"id": 5001,
"mfd-tree": "west-flank-hualalai"
}
{
"name": "West Flank Décollement (Kona)",
"id": 5006,
"id": 5004,
"mfd-tree": "west-flank-kona"
}
{
"id": 5029
}
......@@ -20,7 +20,7 @@ for the catalog time period and declustering method; see grid-source `rate-tree.
files. Individual point source rates are the product of the total rate and the corresponding
spatial PDF value. Spatial PDFs were created by normalizing the 1960-2019 catalog a-grid file.
## Source Names, Source Tree, and Rupture Set IDs
## Source Tree and Rupture Set IDs
| Region | Depth | PDF¹ | Tree ID | Rupture Set ID |
|------------|-----------------|:----:|:-------:|:--------------:|
......
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