From 813d28f84d5d5263270708a2a1689f6ba7a8fc64 Mon Sep 17 00:00:00 2001 From: Peter Powers <pmpowers@usgs.gov> Date: Mon, 11 Sep 2023 10:57:22 -0600 Subject: [PATCH 1/2] updated bounds and supported site classes --- model-info.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/model-info.json b/model-info.json index 1b6f91a..40faf12 100644 --- a/model-info.json +++ b/model-info.json @@ -1,7 +1,6 @@ { "name": "NSHM Conterminous U.S. 2018", "site-class-vs30": { - "A": 3000, "AB": 1500, "B": 1080, "BC": 760, @@ -12,7 +11,7 @@ "E": 150 }, "bounds": { - "min-latitude": 24.6, + "min-latitude": 24.4, "min-longitude": -125.0, "max-latitude": 50.0, "max-longitude": -65.0 -- GitLab From 3d2063c52367ec2bec93bfa465bf8aa7d4dd13db Mon Sep 17 00:00:00 2001 From: Peter Powers <pmpowers@usgs.gov> Date: Mon, 11 Sep 2023 10:57:52 -0600 Subject: [PATCH 2/2] disabling distance filter update --- calc-config.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 calc-config.json diff --git a/calc-config.json b/calc-config.json new file mode 100644 index 0000000..c1608dc --- /dev/null +++ b/calc-config.json @@ -0,0 +1,5 @@ +{ + "performance": { + "distanceFilterUpdate": false + } +} -- GitLab