From 2b18a571fad8cfbb0a93102dc0e0bb04b815963d Mon Sep 17 00:00:00 2001 From: Peter Powers <pmpowers@usgs.gov> Date: Sat, 26 Aug 2023 11:50:10 -0600 Subject: [PATCH] updated references and urls --- site-data/basin/bay-area.geojson | 4 +++- site-data/basin/central-valley.geojson | 4 +++- site-data/basin/los-angeles.geojson | 4 +++- site-data/basin/portland.geojson | 4 +++- site-data/basin/puget-lowland.geojson | 2 ++ site-data/basin/tualatin.geojson | 4 +++- site-data/basin/wasatch-front.geojson | 3 ++- site-data/margin/coastal-plain.geojson | 6 ++++-- 8 files changed, 23 insertions(+), 8 deletions(-) diff --git a/site-data/basin/bay-area.geojson b/site-data/basin/bay-area.geojson index 7b94de5..7453e28 100644 --- a/site-data/basin/bay-area.geojson +++ b/site-data/basin/bay-area.geojson @@ -19,7 +19,9 @@ "properties": { "name": "San Francisco Bay Area", "id": "bay-area", - "model": "sfbay-area", + "model": "USGS SF-CVM v21.1", + "reference": "Aagaard and Hirakawa (2021)", + "url": "https://doi.org/10.5066/P9TRDCHE", "spacing": 0.01 } } diff --git a/site-data/basin/central-valley.geojson b/site-data/basin/central-valley.geojson index 741061f..2e2fd1c 100644 --- a/site-data/basin/central-valley.geojson +++ b/site-data/basin/central-valley.geojson @@ -25,7 +25,9 @@ "properties": { "name": "Central Valley", "id": "central-valley", - "model": "Aagaard", + "model": "USGS SF-CVM v21.1 + USGS National Crustal Model v220311", + "reference": "Aagaard (2023)", + "url": "https://doi.org/10.5066/P9TRDCHE", "spacing": 0.05 } } diff --git a/site-data/basin/los-angeles.geojson b/site-data/basin/los-angeles.geojson index 0f3ac30..e93c031 100644 --- a/site-data/basin/los-angeles.geojson +++ b/site-data/basin/los-angeles.geojson @@ -33,7 +33,9 @@ "properties": { "name": "Los Angeles", "id": "los-angeles", - "model": "cvms426m01", + "model": "SCEC CVM-S 4.26m01", + "reference": "Lee et al. (2011)", + "url": "https://github.com/sceccode/cvmsi.git", "spacing": 0.01 } } diff --git a/site-data/basin/portland.geojson b/site-data/basin/portland.geojson index c2373e2..defa101 100644 --- a/site-data/basin/portland.geojson +++ b/site-data/basin/portland.geojson @@ -25,7 +25,9 @@ "properties": { "name": "Portland", "id": "portland", - "model": "portland", + "model": "USGS National Crustal Model v221024", + "reference": "Boyd and Shah (2018)", + "url": "https://doi.org/10.5066/P9T96Q67", "spacing": 0.01 } } diff --git a/site-data/basin/puget-lowland.geojson b/site-data/basin/puget-lowland.geojson index 9a31e40..3fb4039 100644 --- a/site-data/basin/puget-lowland.geojson +++ b/site-data/basin/puget-lowland.geojson @@ -28,6 +28,8 @@ "name": "Puget Lowland", "id": "puget-lowland", "model": "Seattle", + "reference": "Stephenson (2017)", + "url": "https://doi.org/10.5066/F7NS0SWM", "spacing": 0.01 } } diff --git a/site-data/basin/tualatin.geojson b/site-data/basin/tualatin.geojson index 2a50d6e..bfa436d 100644 --- a/site-data/basin/tualatin.geojson +++ b/site-data/basin/tualatin.geojson @@ -35,7 +35,9 @@ "properties": { "name": "Tualatin", "id": "tualatin", - "model": "tualatin", + "model": "USGS National Crustal Model v221024", + "reference": "Boyd and Shah (2018)", + "url": "https://doi.org/10.5066/P9T96Q67", "spacing": 0.01 } } diff --git a/site-data/basin/wasatch-front.geojson b/site-data/basin/wasatch-front.geojson index 28e298e..1414343 100644 --- a/site-data/basin/wasatch-front.geojson +++ b/site-data/basin/wasatch-front.geojson @@ -16,7 +16,8 @@ "properties": { "name": "Wasatch Front", "id": "wasatch-front", - "model": "Wasatch", + "model": "Wasatch Front Community Velocity Model", + "url": "https://geology.utah.gov/hazards/assistance/consultants/cvm-geophysical/", "spacing": 0.01 } } diff --git a/site-data/margin/coastal-plain.geojson b/site-data/margin/coastal-plain.geojson index a7334d0..bd48f9f 100644 --- a/site-data/margin/coastal-plain.geojson +++ b/site-data/margin/coastal-plain.geojson @@ -24,9 +24,11 @@ ]] }, "properties": { - "name": "Coastal Plain Sediment Depth", + "name": "Gulf and Atlantic Coastal Plain Sediment Depth", "id": "coastal-plain", - "model": "CPADepthNSHM", + "model": "CPABasementDepth_v220517", + "reference": "Boyd (2023)", + "url": "https://doi.org/10.5066/P9EBOWU8", "spacing": 0.05 } } -- GitLab