From 633c49d7b5eeadb416cc371dad4a656688903aac Mon Sep 17 00:00:00 2001
From: Peter Powers <pmpowers@usgs.gov>
Date: Mon, 26 Feb 2024 13:35:23 -0700
Subject: [PATCH] updated test result keys to imt enum

---
 .../resources/e2e/nshm-alaska-2007/ANCHORAGE_AK.json   |  8 ++++----
 .../resources/e2e/nshm-alaska-2007/FAIRBANKS_AK.json   |  8 ++++----
 src/test/resources/e2e/nshm-alaska-2007/JUNEAU_AK.json |  8 ++++----
 src/test/resources/e2e/nshm-alaska-2007/KODIAK_AK.json |  8 ++++----
 src/test/resources/e2e/nshm-alaska-2007/VALDEZ_AK.json |  8 ++++----
 .../resources/e2e/nshm-alaska-2023/ANCHORAGE_AK.json   | 10 +++++-----
 .../resources/e2e/nshm-alaska-2023/FAIRBANKS_AK.json   | 10 +++++-----
 src/test/resources/e2e/nshm-alaska-2023/JUNEAU_AK.json | 10 +++++-----
 src/test/resources/e2e/nshm-alaska-2023/KODIAK_AK.json | 10 +++++-----
 src/test/resources/e2e/nshm-alaska-2023/VALDEZ_AK.json | 10 +++++-----
 src/test/resources/e2e/nshm-conus-2018/BOSTON_MA.json  | 10 +++++-----
 src/test/resources/e2e/nshm-conus-2018/CHICAGO_IL.json | 10 +++++-----
 .../resources/e2e/nshm-conus-2018/LOS_ANGELES_CA.json  | 10 +++++-----
 .../resources/e2e/nshm-conus-2018/NEW_MADRID_MO.json   | 10 +++++-----
 .../resources/e2e/nshm-conus-2018/NEW_YORK_NY.json     | 10 +++++-----
 src/test/resources/e2e/nshm-conus-2018/RENO_NV.json    | 10 +++++-----
 .../e2e/nshm-conus-2018/SALT_LAKE_CITY_UT.json         | 10 +++++-----
 .../e2e/nshm-conus-2018/SAN_FRANCISCO_CA.json          | 10 +++++-----
 src/test/resources/e2e/nshm-conus-2018/SEATTLE_WA.json | 10 +++++-----
 src/test/resources/e2e/nshm-conus-2023/BOSTON_MA.json  | 10 +++++-----
 src/test/resources/e2e/nshm-conus-2023/CHICAGO_IL.json | 10 +++++-----
 .../resources/e2e/nshm-conus-2023/LOS_ANGELES_CA.json  | 10 +++++-----
 .../resources/e2e/nshm-conus-2023/NEW_MADRID_MO.json   | 10 +++++-----
 .../resources/e2e/nshm-conus-2023/NEW_YORK_NY.json     | 10 +++++-----
 src/test/resources/e2e/nshm-conus-2023/RENO_NV.json    | 10 +++++-----
 .../e2e/nshm-conus-2023/SALT_LAKE_CITY_UT.json         | 10 +++++-----
 .../e2e/nshm-conus-2023/SAN_FRANCISCO_CA.json          | 10 +++++-----
 src/test/resources/e2e/nshm-conus-2023/SEATTLE_WA.json | 10 +++++-----
 src/test/resources/e2e/nshm-hawaii-2021/HILO_HI.json   | 10 +++++-----
 .../resources/e2e/nshm-hawaii-2021/HONOLULU_HI.json    | 10 +++++-----
 .../resources/e2e/nshm-hawaii-2021/KAILUA_KONA_HI.json | 10 +++++-----
 31 files changed, 150 insertions(+), 150 deletions(-)

diff --git a/src/test/resources/e2e/nshm-alaska-2007/ANCHORAGE_AK.json b/src/test/resources/e2e/nshm-alaska-2007/ANCHORAGE_AK.json
index 886951be..5ab02cbd 100644
--- a/src/test/resources/e2e/nshm-alaska-2007/ANCHORAGE_AK.json
+++ b/src/test/resources/e2e/nshm-alaska-2007/ANCHORAGE_AK.json
@@ -1,5 +1,5 @@
 {
-  "1.00 Second Spectral Acceleration": {
+  "SA1P0": {
     "xs": [
       -5.991464547107982,
       -5.585999438999818,
@@ -45,7 +45,7 @@
       0.0
     ]
   },
-  "Peak Ground Acceleration": {
+  "PGA": {
     "xs": [
       -6.061887011404528,
       -5.654992310486769,
@@ -91,7 +91,7 @@
       0.0
     ]
   },
-  "0.20 Second Spectral Acceleration": {
+  "SA0P2": {
     "xs": [
       -5.704782974989785,
       -5.30031936921871,
@@ -137,4 +137,4 @@
       7.2501279465804674E-9
     ]
   }
-}
\ No newline at end of file
+}
diff --git a/src/test/resources/e2e/nshm-alaska-2007/FAIRBANKS_AK.json b/src/test/resources/e2e/nshm-alaska-2007/FAIRBANKS_AK.json
index 2aa60b55..596c48db 100644
--- a/src/test/resources/e2e/nshm-alaska-2007/FAIRBANKS_AK.json
+++ b/src/test/resources/e2e/nshm-alaska-2007/FAIRBANKS_AK.json
@@ -1,5 +1,5 @@
 {
-  "1.00 Second Spectral Acceleration": {
+  "SA1P0": {
     "xs": [
       -5.991464547107982,
       -5.585999438999818,
@@ -45,7 +45,7 @@
       0.0
     ]
   },
-  "Peak Ground Acceleration": {
+  "PGA": {
     "xs": [
       -6.061887011404528,
       -5.654992310486769,
@@ -91,7 +91,7 @@
       0.0
     ]
   },
-  "0.20 Second Spectral Acceleration": {
+  "SA0P2": {
     "xs": [
       -5.704782974989785,
       -5.30031936921871,
@@ -137,4 +137,4 @@
       3.762744898891126E-9
     ]
   }
-}
\ No newline at end of file
+}
diff --git a/src/test/resources/e2e/nshm-alaska-2007/JUNEAU_AK.json b/src/test/resources/e2e/nshm-alaska-2007/JUNEAU_AK.json
index 4132d017..6445e445 100644
--- a/src/test/resources/e2e/nshm-alaska-2007/JUNEAU_AK.json
+++ b/src/test/resources/e2e/nshm-alaska-2007/JUNEAU_AK.json
@@ -1,5 +1,5 @@
 {
-  "1.00 Second Spectral Acceleration": {
+  "SA1P0": {
     "xs": [
       -5.991464547107982,
       -5.585999438999818,
@@ -45,7 +45,7 @@
       0.0
     ]
   },
-  "Peak Ground Acceleration": {
+  "PGA": {
     "xs": [
       -6.061887011404528,
       -5.654992310486769,
@@ -91,7 +91,7 @@
       0.0
     ]
   },
-  "0.20 Second Spectral Acceleration": {
+  "SA0P2": {
     "xs": [
       -5.704782974989785,
       -5.30031936921871,
@@ -137,4 +137,4 @@
       3.0346597226294626E-10
     ]
   }
-}
\ No newline at end of file
+}
diff --git a/src/test/resources/e2e/nshm-alaska-2007/KODIAK_AK.json b/src/test/resources/e2e/nshm-alaska-2007/KODIAK_AK.json
index 51c37bc2..71a8362b 100644
--- a/src/test/resources/e2e/nshm-alaska-2007/KODIAK_AK.json
+++ b/src/test/resources/e2e/nshm-alaska-2007/KODIAK_AK.json
@@ -1,5 +1,5 @@
 {
-  "1.00 Second Spectral Acceleration": {
+  "SA1P0": {
     "xs": [
       -5.991464547107982,
       -5.585999438999818,
@@ -45,7 +45,7 @@
       0.0
     ]
   },
-  "Peak Ground Acceleration": {
+  "PGA": {
     "xs": [
       -6.061887011404528,
       -5.654992310486769,
@@ -91,7 +91,7 @@
       0.0
     ]
   },
-  "0.20 Second Spectral Acceleration": {
+  "SA0P2": {
     "xs": [
       -5.704782974989785,
       -5.30031936921871,
@@ -137,4 +137,4 @@
       5.993776825224994E-9
     ]
   }
-}
\ No newline at end of file
+}
diff --git a/src/test/resources/e2e/nshm-alaska-2007/VALDEZ_AK.json b/src/test/resources/e2e/nshm-alaska-2007/VALDEZ_AK.json
index 250d6bc0..3a56a718 100644
--- a/src/test/resources/e2e/nshm-alaska-2007/VALDEZ_AK.json
+++ b/src/test/resources/e2e/nshm-alaska-2007/VALDEZ_AK.json
@@ -1,5 +1,5 @@
 {
-  "1.00 Second Spectral Acceleration": {
+  "SA1P0": {
     "xs": [
       -5.991464547107982,
       -5.585999438999818,
@@ -45,7 +45,7 @@
       0.0
     ]
   },
-  "Peak Ground Acceleration": {
+  "PGA": {
     "xs": [
       -6.061887011404528,
       -5.654992310486769,
@@ -91,7 +91,7 @@
       0.0
     ]
   },
-  "0.20 Second Spectral Acceleration": {
+  "SA0P2": {
     "xs": [
       -5.704782974989785,
       -5.30031936921871,
@@ -137,4 +137,4 @@
       5.44663885326246E-9
     ]
   }
-}
\ No newline at end of file
+}
diff --git a/src/test/resources/e2e/nshm-alaska-2023/ANCHORAGE_AK.json b/src/test/resources/e2e/nshm-alaska-2023/ANCHORAGE_AK.json
index e214bc04..d9addf3b 100644
--- a/src/test/resources/e2e/nshm-alaska-2023/ANCHORAGE_AK.json
+++ b/src/test/resources/e2e/nshm-alaska-2023/ANCHORAGE_AK.json
@@ -1,5 +1,5 @@
 {
-  "1.00 Second Spectral Acceleration": {
+  "SA1P0": {
     "xs": [
       -5.991464547107982,
       -5.585999438999818,
@@ -45,7 +45,7 @@
       3.013028621585243E-7
     ]
   },
-  "5.00 Second Spectral Acceleration": {
+  "SA5P0": {
     "xs": [
       -6.908755779315721,
       -6.502290170873972,
@@ -91,7 +91,7 @@
       0.0
     ]
   },
-  "Peak Ground Acceleration": {
+  "PGA": {
     "xs": [
       -6.061887011404528,
       -5.654992310486769,
@@ -137,7 +137,7 @@
       1.1051926173257162E-6
     ]
   },
-  "0.20 Second Spectral Acceleration": {
+  "SA0P2": {
     "xs": [
       -5.704782974989785,
       -5.30031936921871,
@@ -183,4 +183,4 @@
       2.9396669346552432E-5
     ]
   }
-}
\ No newline at end of file
+}
diff --git a/src/test/resources/e2e/nshm-alaska-2023/FAIRBANKS_AK.json b/src/test/resources/e2e/nshm-alaska-2023/FAIRBANKS_AK.json
index 30ba94f0..37fa914a 100644
--- a/src/test/resources/e2e/nshm-alaska-2023/FAIRBANKS_AK.json
+++ b/src/test/resources/e2e/nshm-alaska-2023/FAIRBANKS_AK.json
@@ -1,5 +1,5 @@
 {
-  "1.00 Second Spectral Acceleration": {
+  "SA1P0": {
     "xs": [
       -5.991464547107982,
       -5.585999438999818,
@@ -45,7 +45,7 @@
       4.380256208276404E-11
     ]
   },
-  "5.00 Second Spectral Acceleration": {
+  "SA5P0": {
     "xs": [
       -6.908755779315721,
       -6.502290170873972,
@@ -91,7 +91,7 @@
       0.0
     ]
   },
-  "Peak Ground Acceleration": {
+  "PGA": {
     "xs": [
       -6.061887011404528,
       -5.654992310486769,
@@ -137,7 +137,7 @@
       1.7289401638074338E-11
     ]
   },
-  "0.20 Second Spectral Acceleration": {
+  "SA0P2": {
     "xs": [
       -5.704782974989785,
       -5.30031936921871,
@@ -183,4 +183,4 @@
       1.0436138874114594E-7
     ]
   }
-}
\ No newline at end of file
+}
diff --git a/src/test/resources/e2e/nshm-alaska-2023/JUNEAU_AK.json b/src/test/resources/e2e/nshm-alaska-2023/JUNEAU_AK.json
index 4a44296b..2bc3cbf8 100644
--- a/src/test/resources/e2e/nshm-alaska-2023/JUNEAU_AK.json
+++ b/src/test/resources/e2e/nshm-alaska-2023/JUNEAU_AK.json
@@ -1,5 +1,5 @@
 {
-  "1.00 Second Spectral Acceleration": {
+  "SA1P0": {
     "xs": [
       -5.991464547107982,
       -5.585999438999818,
@@ -45,7 +45,7 @@
       4.240103338446744E-11
     ]
   },
-  "5.00 Second Spectral Acceleration": {
+  "SA5P0": {
     "xs": [
       -6.908755779315721,
       -6.502290170873972,
@@ -91,7 +91,7 @@
       0.0
     ]
   },
-  "Peak Ground Acceleration": {
+  "PGA": {
     "xs": [
       -6.061887011404528,
       -5.654992310486769,
@@ -137,7 +137,7 @@
       4.082286883282842E-12
     ]
   },
-  "0.20 Second Spectral Acceleration": {
+  "SA0P2": {
     "xs": [
       -5.704782974989785,
       -5.30031936921871,
@@ -183,4 +183,4 @@
       3.63015145137678E-8
     ]
   }
-}
\ No newline at end of file
+}
diff --git a/src/test/resources/e2e/nshm-alaska-2023/KODIAK_AK.json b/src/test/resources/e2e/nshm-alaska-2023/KODIAK_AK.json
index 9d31e574..75407a2a 100644
--- a/src/test/resources/e2e/nshm-alaska-2023/KODIAK_AK.json
+++ b/src/test/resources/e2e/nshm-alaska-2023/KODIAK_AK.json
@@ -1,5 +1,5 @@
 {
-  "1.00 Second Spectral Acceleration": {
+  "SA1P0": {
     "xs": [
       -5.991464547107982,
       -5.585999438999818,
@@ -45,7 +45,7 @@
       4.559925657574019E-7
     ]
   },
-  "5.00 Second Spectral Acceleration": {
+  "SA5P0": {
     "xs": [
       -6.908755779315721,
       -6.502290170873972,
@@ -91,7 +91,7 @@
       0.0
     ]
   },
-  "Peak Ground Acceleration": {
+  "PGA": {
     "xs": [
       -6.061887011404528,
       -5.654992310486769,
@@ -137,7 +137,7 @@
       3.6126001839969183E-6
     ]
   },
-  "0.20 Second Spectral Acceleration": {
+  "SA0P2": {
     "xs": [
       -5.704782974989785,
       -5.30031936921871,
@@ -183,4 +183,4 @@
       4.070985240786104E-5
     ]
   }
-}
\ No newline at end of file
+}
diff --git a/src/test/resources/e2e/nshm-alaska-2023/VALDEZ_AK.json b/src/test/resources/e2e/nshm-alaska-2023/VALDEZ_AK.json
index 47892fa5..819f3047 100644
--- a/src/test/resources/e2e/nshm-alaska-2023/VALDEZ_AK.json
+++ b/src/test/resources/e2e/nshm-alaska-2023/VALDEZ_AK.json
@@ -1,5 +1,5 @@
 {
-  "1.00 Second Spectral Acceleration": {
+  "SA1P0": {
     "xs": [
       -5.991464547107982,
       -5.585999438999818,
@@ -45,7 +45,7 @@
       6.504792547924437E-7
     ]
   },
-  "5.00 Second Spectral Acceleration": {
+  "SA5P0": {
     "xs": [
       -6.908755779315721,
       -6.502290170873972,
@@ -91,7 +91,7 @@
       0.0
     ]
   },
-  "Peak Ground Acceleration": {
+  "PGA": {
     "xs": [
       -6.061887011404528,
       -5.654992310486769,
@@ -137,7 +137,7 @@
       4.964851901415382E-6
     ]
   },
-  "0.20 Second Spectral Acceleration": {
+  "SA0P2": {
     "xs": [
       -5.704782974989785,
       -5.30031936921871,
@@ -183,4 +183,4 @@
       4.367787680902291E-5
     ]
   }
-}
\ No newline at end of file
+}
diff --git a/src/test/resources/e2e/nshm-conus-2018/BOSTON_MA.json b/src/test/resources/e2e/nshm-conus-2018/BOSTON_MA.json
index 6cd46fdf..b713b473 100644
--- a/src/test/resources/e2e/nshm-conus-2018/BOSTON_MA.json
+++ b/src/test/resources/e2e/nshm-conus-2018/BOSTON_MA.json
@@ -1,5 +1,5 @@
 {
-  "1.00 Second Spectral Acceleration": {
+  "SA1P0": {
     "xs": [
       -5.991464547107982,
       -5.585999438999818,
@@ -45,7 +45,7 @@
       6.503383766857791E-10
     ]
   },
-  "5.00 Second Spectral Acceleration": {
+  "SA5P0": {
     "xs": [
       -6.908755779315721,
       -6.502290170873972,
@@ -91,7 +91,7 @@
       1.0385526508492285E-12
     ]
   },
-  "Peak Ground Acceleration": {
+  "PGA": {
     "xs": [
       -6.061887011404528,
       -5.654992310486769,
@@ -137,7 +137,7 @@
       1.2462940285422412E-7
     ]
   },
-  "0.20 Second Spectral Acceleration": {
+  "SA0P2": {
     "xs": [
       -5.704782974989785,
       -5.30031936921871,
@@ -183,4 +183,4 @@
       9.342364439170646E-8
     ]
   }
-}
\ No newline at end of file
+}
diff --git a/src/test/resources/e2e/nshm-conus-2018/CHICAGO_IL.json b/src/test/resources/e2e/nshm-conus-2018/CHICAGO_IL.json
index c9f8abcc..1c2f1aa9 100644
--- a/src/test/resources/e2e/nshm-conus-2018/CHICAGO_IL.json
+++ b/src/test/resources/e2e/nshm-conus-2018/CHICAGO_IL.json
@@ -1,5 +1,5 @@
 {
-  "1.00 Second Spectral Acceleration": {
+  "SA1P0": {
     "xs": [
       -5.991464547107982,
       -5.585999438999818,
@@ -45,7 +45,7 @@
       1.0633132855584107E-10
     ]
   },
-  "5.00 Second Spectral Acceleration": {
+  "SA5P0": {
     "xs": [
       -6.908755779315721,
       -6.502290170873972,
@@ -91,7 +91,7 @@
       3.1469632224157163E-13
     ]
   },
-  "Peak Ground Acceleration": {
+  "PGA": {
     "xs": [
       -6.061887011404528,
       -5.654992310486769,
@@ -137,7 +137,7 @@
       3.549954903295298E-8
     ]
   },
-  "0.20 Second Spectral Acceleration": {
+  "SA0P2": {
     "xs": [
       -5.704782974989785,
       -5.30031936921871,
@@ -183,4 +183,4 @@
       2.265638077580196E-8
     ]
   }
-}
\ No newline at end of file
+}
diff --git a/src/test/resources/e2e/nshm-conus-2018/LOS_ANGELES_CA.json b/src/test/resources/e2e/nshm-conus-2018/LOS_ANGELES_CA.json
index ec0f3335..0ca4ff14 100644
--- a/src/test/resources/e2e/nshm-conus-2018/LOS_ANGELES_CA.json
+++ b/src/test/resources/e2e/nshm-conus-2018/LOS_ANGELES_CA.json
@@ -1,5 +1,5 @@
 {
-  "1.00 Second Spectral Acceleration": {
+  "SA1P0": {
     "xs": [
       -5.991464547107982,
       -5.585999438999818,
@@ -45,7 +45,7 @@
       3.5384348649550975E-9
     ]
   },
-  "5.00 Second Spectral Acceleration": {
+  "SA5P0": {
     "xs": [
       -6.908755779315721,
       -6.502290170873972,
@@ -91,7 +91,7 @@
       0.0
     ]
   },
-  "Peak Ground Acceleration": {
+  "PGA": {
     "xs": [
       -6.061887011404528,
       -5.654992310486769,
@@ -137,7 +137,7 @@
       1.1414950535737366E-8
     ]
   },
-  "0.20 Second Spectral Acceleration": {
+  "SA0P2": {
     "xs": [
       -5.704782974989785,
       -5.30031936921871,
@@ -183,4 +183,4 @@
       2.3576513888748992E-6
     ]
   }
-}
\ No newline at end of file
+}
diff --git a/src/test/resources/e2e/nshm-conus-2018/NEW_MADRID_MO.json b/src/test/resources/e2e/nshm-conus-2018/NEW_MADRID_MO.json
index cbfaef76..638bda0f 100644
--- a/src/test/resources/e2e/nshm-conus-2018/NEW_MADRID_MO.json
+++ b/src/test/resources/e2e/nshm-conus-2018/NEW_MADRID_MO.json
@@ -1,5 +1,5 @@
 {
-  "1.00 Second Spectral Acceleration": {
+  "SA1P0": {
     "xs": [
       -5.991464547107982,
       -5.585999438999818,
@@ -45,7 +45,7 @@
       3.2819885795529324E-6
     ]
   },
-  "5.00 Second Spectral Acceleration": {
+  "SA5P0": {
     "xs": [
       -6.908755779315721,
       -6.502290170873972,
@@ -91,7 +91,7 @@
       3.603564897905062E-8
     ]
   },
-  "Peak Ground Acceleration": {
+  "PGA": {
     "xs": [
       -6.061887011404528,
       -5.654992310486769,
@@ -137,7 +137,7 @@
       7.632592705118938E-5
     ]
   },
-  "0.20 Second Spectral Acceleration": {
+  "SA0P2": {
     "xs": [
       -5.704782974989785,
       -5.30031936921871,
@@ -183,4 +183,4 @@
       1.1269789534198826E-4
     ]
   }
-}
\ No newline at end of file
+}
diff --git a/src/test/resources/e2e/nshm-conus-2018/NEW_YORK_NY.json b/src/test/resources/e2e/nshm-conus-2018/NEW_YORK_NY.json
index e16e65b3..aa3feff2 100644
--- a/src/test/resources/e2e/nshm-conus-2018/NEW_YORK_NY.json
+++ b/src/test/resources/e2e/nshm-conus-2018/NEW_YORK_NY.json
@@ -1,5 +1,5 @@
 {
-  "1.00 Second Spectral Acceleration": {
+  "SA1P0": {
     "xs": [
       -5.991464547107982,
       -5.585999438999818,
@@ -45,7 +45,7 @@
       9.713305930824852E-10
     ]
   },
-  "5.00 Second Spectral Acceleration": {
+  "SA5P0": {
     "xs": [
       -6.908755779315721,
       -6.502290170873972,
@@ -91,7 +91,7 @@
       1.5324451927867105E-12
     ]
   },
-  "Peak Ground Acceleration": {
+  "PGA": {
     "xs": [
       -6.061887011404528,
       -5.654992310486769,
@@ -137,7 +137,7 @@
       1.967278678289316E-7
     ]
   },
-  "0.20 Second Spectral Acceleration": {
+  "SA0P2": {
     "xs": [
       -5.704782974989785,
       -5.30031936921871,
@@ -183,4 +183,4 @@
       1.4238886738032342E-7
     ]
   }
-}
\ No newline at end of file
+}
diff --git a/src/test/resources/e2e/nshm-conus-2018/RENO_NV.json b/src/test/resources/e2e/nshm-conus-2018/RENO_NV.json
index a3d21f9e..9dfb5d5e 100644
--- a/src/test/resources/e2e/nshm-conus-2018/RENO_NV.json
+++ b/src/test/resources/e2e/nshm-conus-2018/RENO_NV.json
@@ -1,5 +1,5 @@
 {
-  "1.00 Second Spectral Acceleration": {
+  "SA1P0": {
     "xs": [
       -5.991464547107982,
       -5.585999438999818,
@@ -45,7 +45,7 @@
       8.240992980384035E-11
     ]
   },
-  "5.00 Second Spectral Acceleration": {
+  "SA5P0": {
     "xs": [
       -6.908755779315721,
       -6.502290170873972,
@@ -91,7 +91,7 @@
       0.0
     ]
   },
-  "Peak Ground Acceleration": {
+  "PGA": {
     "xs": [
       -6.061887011404528,
       -5.654992310486769,
@@ -137,7 +137,7 @@
       4.063222371389606E-12
     ]
   },
-  "0.20 Second Spectral Acceleration": {
+  "SA0P2": {
     "xs": [
       -5.704782974989785,
       -5.30031936921871,
@@ -183,4 +183,4 @@
       3.3625843088903307E-7
     ]
   }
-}
\ No newline at end of file
+}
diff --git a/src/test/resources/e2e/nshm-conus-2018/SALT_LAKE_CITY_UT.json b/src/test/resources/e2e/nshm-conus-2018/SALT_LAKE_CITY_UT.json
index d4c53478..99e7a3ea 100644
--- a/src/test/resources/e2e/nshm-conus-2018/SALT_LAKE_CITY_UT.json
+++ b/src/test/resources/e2e/nshm-conus-2018/SALT_LAKE_CITY_UT.json
@@ -1,5 +1,5 @@
 {
-  "1.00 Second Spectral Acceleration": {
+  "SA1P0": {
     "xs": [
       -5.991464547107982,
       -5.585999438999818,
@@ -45,7 +45,7 @@
       4.214779787490519E-9
     ]
   },
-  "5.00 Second Spectral Acceleration": {
+  "SA5P0": {
     "xs": [
       -6.908755779315721,
       -6.502290170873972,
@@ -91,7 +91,7 @@
       7.36531590202622E-14
     ]
   },
-  "Peak Ground Acceleration": {
+  "PGA": {
     "xs": [
       -6.061887011404528,
       -5.654992310486769,
@@ -137,7 +137,7 @@
       2.2680106464068334E-8
     ]
   },
-  "0.20 Second Spectral Acceleration": {
+  "SA0P2": {
     "xs": [
       -5.704782974989785,
       -5.30031936921871,
@@ -183,4 +183,4 @@
       2.7011160805776843E-6
     ]
   }
-}
\ No newline at end of file
+}
diff --git a/src/test/resources/e2e/nshm-conus-2018/SAN_FRANCISCO_CA.json b/src/test/resources/e2e/nshm-conus-2018/SAN_FRANCISCO_CA.json
index 1ef0c588..9e4d5bdc 100644
--- a/src/test/resources/e2e/nshm-conus-2018/SAN_FRANCISCO_CA.json
+++ b/src/test/resources/e2e/nshm-conus-2018/SAN_FRANCISCO_CA.json
@@ -1,5 +1,5 @@
 {
-  "1.00 Second Spectral Acceleration": {
+  "SA1P0": {
     "xs": [
       -5.991464547107982,
       -5.585999438999818,
@@ -45,7 +45,7 @@
       5.0449196459382226E-12
     ]
   },
-  "5.00 Second Spectral Acceleration": {
+  "SA5P0": {
     "xs": [
       -6.908755779315721,
       -6.502290170873972,
@@ -91,7 +91,7 @@
       0.0
     ]
   },
-  "Peak Ground Acceleration": {
+  "PGA": {
     "xs": [
       -6.061887011404528,
       -5.654992310486769,
@@ -137,7 +137,7 @@
       2.574987545635484E-12
     ]
   },
-  "0.20 Second Spectral Acceleration": {
+  "SA0P2": {
     "xs": [
       -5.704782974989785,
       -5.30031936921871,
@@ -183,4 +183,4 @@
       1.1332666265240459E-7
     ]
   }
-}
\ No newline at end of file
+}
diff --git a/src/test/resources/e2e/nshm-conus-2018/SEATTLE_WA.json b/src/test/resources/e2e/nshm-conus-2018/SEATTLE_WA.json
index a84b8b13..5fdef9a9 100644
--- a/src/test/resources/e2e/nshm-conus-2018/SEATTLE_WA.json
+++ b/src/test/resources/e2e/nshm-conus-2018/SEATTLE_WA.json
@@ -1,5 +1,5 @@
 {
-  "1.00 Second Spectral Acceleration": {
+  "SA1P0": {
     "xs": [
       -5.991464547107982,
       -5.585999438999818,
@@ -45,7 +45,7 @@
       2.354050123798512E-8
     ]
   },
-  "5.00 Second Spectral Acceleration": {
+  "SA5P0": {
     "xs": [
       -6.908755779315721,
       -6.502290170873972,
@@ -91,7 +91,7 @@
       8.135310824349085E-12
     ]
   },
-  "Peak Ground Acceleration": {
+  "PGA": {
     "xs": [
       -6.061887011404528,
       -5.654992310486769,
@@ -137,7 +137,7 @@
       6.68125464781831E-10
     ]
   },
-  "0.20 Second Spectral Acceleration": {
+  "SA0P2": {
     "xs": [
       -5.704782974989785,
       -5.30031936921871,
@@ -183,4 +183,4 @@
       4.7281340794708457E-7
     ]
   }
-}
\ No newline at end of file
+}
diff --git a/src/test/resources/e2e/nshm-conus-2023/BOSTON_MA.json b/src/test/resources/e2e/nshm-conus-2023/BOSTON_MA.json
index fe0a6ab2..3060b720 100644
--- a/src/test/resources/e2e/nshm-conus-2023/BOSTON_MA.json
+++ b/src/test/resources/e2e/nshm-conus-2023/BOSTON_MA.json
@@ -1,5 +1,5 @@
 {
-  "1.00 Second Spectral Acceleration": {
+  "SA1P0": {
     "xs": [
       -5.991464547107982,
       -5.585999438999818,
@@ -45,7 +45,7 @@
       2.742272834535854E-9
     ]
   },
-  "5.00 Second Spectral Acceleration": {
+  "SA5P0": {
     "xs": [
       -6.908755779315721,
       -6.502290170873972,
@@ -91,7 +91,7 @@
       7.028579358099718E-11
     ]
   },
-  "Peak Ground Acceleration": {
+  "PGA": {
     "xs": [
       -6.061887011404528,
       -5.654992310486769,
@@ -137,7 +137,7 @@
       3.963193550050804E-7
     ]
   },
-  "0.20 Second Spectral Acceleration": {
+  "SA0P2": {
     "xs": [
       -5.704782974989785,
       -5.30031936921871,
@@ -183,4 +183,4 @@
       2.3647467423869639E-7
     ]
   }
-}
\ No newline at end of file
+}
diff --git a/src/test/resources/e2e/nshm-conus-2023/CHICAGO_IL.json b/src/test/resources/e2e/nshm-conus-2023/CHICAGO_IL.json
index ad6fc716..e7202e7b 100644
--- a/src/test/resources/e2e/nshm-conus-2023/CHICAGO_IL.json
+++ b/src/test/resources/e2e/nshm-conus-2023/CHICAGO_IL.json
@@ -1,5 +1,5 @@
 {
-  "1.00 Second Spectral Acceleration": {
+  "SA1P0": {
     "xs": [
       -5.991464547107982,
       -5.585999438999818,
@@ -45,7 +45,7 @@
       2.5802146447004877E-10
     ]
   },
-  "5.00 Second Spectral Acceleration": {
+  "SA5P0": {
     "xs": [
       -6.908755779315721,
       -6.502290170873972,
@@ -91,7 +91,7 @@
       9.381018392075353E-12
     ]
   },
-  "Peak Ground Acceleration": {
+  "PGA": {
     "xs": [
       -6.061887011404528,
       -5.654992310486769,
@@ -137,7 +137,7 @@
       6.060200630189975E-8
     ]
   },
-  "0.20 Second Spectral Acceleration": {
+  "SA0P2": {
     "xs": [
       -5.704782974989785,
       -5.30031936921871,
@@ -183,4 +183,4 @@
       3.1124228394497636E-8
     ]
   }
-}
\ No newline at end of file
+}
diff --git a/src/test/resources/e2e/nshm-conus-2023/LOS_ANGELES_CA.json b/src/test/resources/e2e/nshm-conus-2023/LOS_ANGELES_CA.json
index 5b374db8..8fee0814 100644
--- a/src/test/resources/e2e/nshm-conus-2023/LOS_ANGELES_CA.json
+++ b/src/test/resources/e2e/nshm-conus-2023/LOS_ANGELES_CA.json
@@ -1,5 +1,5 @@
 {
-  "1.00 Second Spectral Acceleration": {
+  "SA1P0": {
     "xs": [
       -5.991464547107982,
       -5.585999438999818,
@@ -45,7 +45,7 @@
       5.2588487621771735E-8
     ]
   },
-  "5.00 Second Spectral Acceleration": {
+  "SA5P0": {
     "xs": [
       -6.908755779315721,
       -6.502290170873972,
@@ -91,7 +91,7 @@
       3.1737259531833734E-14
     ]
   },
-  "Peak Ground Acceleration": {
+  "PGA": {
     "xs": [
       -6.061887011404528,
       -5.654992310486769,
@@ -137,7 +137,7 @@
       5.830091651054837E-8
     ]
   },
-  "0.20 Second Spectral Acceleration": {
+  "SA0P2": {
     "xs": [
       -5.704782974989785,
       -5.30031936921871,
@@ -183,4 +183,4 @@
       5.041371572081886E-6
     ]
   }
-}
\ No newline at end of file
+}
diff --git a/src/test/resources/e2e/nshm-conus-2023/NEW_MADRID_MO.json b/src/test/resources/e2e/nshm-conus-2023/NEW_MADRID_MO.json
index c7e62896..a9d80102 100644
--- a/src/test/resources/e2e/nshm-conus-2023/NEW_MADRID_MO.json
+++ b/src/test/resources/e2e/nshm-conus-2023/NEW_MADRID_MO.json
@@ -1,5 +1,5 @@
 {
-  "1.00 Second Spectral Acceleration": {
+  "SA1P0": {
     "xs": [
       -5.991464547107982,
       -5.585999438999818,
@@ -45,7 +45,7 @@
       6.721429379688255E-6
     ]
   },
-  "5.00 Second Spectral Acceleration": {
+  "SA5P0": {
     "xs": [
       -6.908755779315721,
       -6.502290170873972,
@@ -91,7 +91,7 @@
       2.7985578953711946E-7
     ]
   },
-  "Peak Ground Acceleration": {
+  "PGA": {
     "xs": [
       -6.061887011404528,
       -5.654992310486769,
@@ -137,7 +137,7 @@
       8.845979888500936E-5
     ]
   },
-  "0.20 Second Spectral Acceleration": {
+  "SA0P2": {
     "xs": [
       -5.704782974989785,
       -5.30031936921871,
@@ -183,4 +183,4 @@
       1.083218280210284E-4
     ]
   }
-}
\ No newline at end of file
+}
diff --git a/src/test/resources/e2e/nshm-conus-2023/NEW_YORK_NY.json b/src/test/resources/e2e/nshm-conus-2023/NEW_YORK_NY.json
index b4f11335..6809afc0 100644
--- a/src/test/resources/e2e/nshm-conus-2023/NEW_YORK_NY.json
+++ b/src/test/resources/e2e/nshm-conus-2023/NEW_YORK_NY.json
@@ -1,5 +1,5 @@
 {
-  "1.00 Second Spectral Acceleration": {
+  "SA1P0": {
     "xs": [
       -5.991464547107982,
       -5.585999438999818,
@@ -45,7 +45,7 @@
       4.2393461421128455E-9
     ]
   },
-  "5.00 Second Spectral Acceleration": {
+  "SA5P0": {
     "xs": [
       -6.908755779315721,
       -6.502290170873972,
@@ -91,7 +91,7 @@
       1.0719894546654211E-10
     ]
   },
-  "Peak Ground Acceleration": {
+  "PGA": {
     "xs": [
       -6.061887011404528,
       -5.654992310486769,
@@ -137,7 +137,7 @@
       6.313004310982963E-7
     ]
   },
-  "0.20 Second Spectral Acceleration": {
+  "SA0P2": {
     "xs": [
       -5.704782974989785,
       -5.30031936921871,
@@ -183,4 +183,4 @@
       3.6913561822247894E-7
     ]
   }
-}
\ No newline at end of file
+}
diff --git a/src/test/resources/e2e/nshm-conus-2023/RENO_NV.json b/src/test/resources/e2e/nshm-conus-2023/RENO_NV.json
index 6bcef884..f4820e25 100644
--- a/src/test/resources/e2e/nshm-conus-2023/RENO_NV.json
+++ b/src/test/resources/e2e/nshm-conus-2023/RENO_NV.json
@@ -1,5 +1,5 @@
 {
-  "1.00 Second Spectral Acceleration": {
+  "SA1P0": {
     "xs": [
       -5.991464547107982,
       -5.585999438999818,
@@ -45,7 +45,7 @@
       1.0054998350751101E-11
     ]
   },
-  "5.00 Second Spectral Acceleration": {
+  "SA5P0": {
     "xs": [
       -6.908755779315721,
       -6.502290170873972,
@@ -91,7 +91,7 @@
       0.0
     ]
   },
-  "Peak Ground Acceleration": {
+  "PGA": {
     "xs": [
       -6.061887011404528,
       -5.654992310486769,
@@ -137,7 +137,7 @@
       1.7885452404470933E-10
     ]
   },
-  "0.20 Second Spectral Acceleration": {
+  "SA0P2": {
     "xs": [
       -5.704782974989785,
       -5.30031936921871,
@@ -183,4 +183,4 @@
       4.01123348460218E-7
     ]
   }
-}
\ No newline at end of file
+}
diff --git a/src/test/resources/e2e/nshm-conus-2023/SALT_LAKE_CITY_UT.json b/src/test/resources/e2e/nshm-conus-2023/SALT_LAKE_CITY_UT.json
index 5b0ad4f6..bd2bc1d9 100644
--- a/src/test/resources/e2e/nshm-conus-2023/SALT_LAKE_CITY_UT.json
+++ b/src/test/resources/e2e/nshm-conus-2023/SALT_LAKE_CITY_UT.json
@@ -1,5 +1,5 @@
 {
-  "1.00 Second Spectral Acceleration": {
+  "SA1P0": {
     "xs": [
       -5.991464547107982,
       -5.585999438999818,
@@ -45,7 +45,7 @@
       1.3362154203028717E-8
     ]
   },
-  "5.00 Second Spectral Acceleration": {
+  "SA5P0": {
     "xs": [
       -6.908755779315721,
       -6.502290170873972,
@@ -91,7 +91,7 @@
       0.0
     ]
   },
-  "Peak Ground Acceleration": {
+  "PGA": {
     "xs": [
       -6.061887011404528,
       -5.654992310486769,
@@ -137,7 +137,7 @@
       2.266803290550335E-8
     ]
   },
-  "0.20 Second Spectral Acceleration": {
+  "SA0P2": {
     "xs": [
       -5.704782974989785,
       -5.30031936921871,
@@ -183,4 +183,4 @@
       2.386951424389801E-6
     ]
   }
-}
\ No newline at end of file
+}
diff --git a/src/test/resources/e2e/nshm-conus-2023/SAN_FRANCISCO_CA.json b/src/test/resources/e2e/nshm-conus-2023/SAN_FRANCISCO_CA.json
index 96cf3274..f5e68379 100644
--- a/src/test/resources/e2e/nshm-conus-2023/SAN_FRANCISCO_CA.json
+++ b/src/test/resources/e2e/nshm-conus-2023/SAN_FRANCISCO_CA.json
@@ -1,5 +1,5 @@
 {
-  "1.00 Second Spectral Acceleration": {
+  "SA1P0": {
     "xs": [
       -5.991464547107982,
       -5.585999438999818,
@@ -45,7 +45,7 @@
       4.275203391051003E-11
     ]
   },
-  "5.00 Second Spectral Acceleration": {
+  "SA5P0": {
     "xs": [
       -6.908755779315721,
       -6.502290170873972,
@@ -91,7 +91,7 @@
       0.0
     ]
   },
-  "Peak Ground Acceleration": {
+  "PGA": {
     "xs": [
       -6.061887011404528,
       -5.654992310486769,
@@ -137,7 +137,7 @@
       2.588602412382955E-11
     ]
   },
-  "0.20 Second Spectral Acceleration": {
+  "SA0P2": {
     "xs": [
       -5.704782974989785,
       -5.30031936921871,
@@ -183,4 +183,4 @@
       2.2239402021916294E-7
     ]
   }
-}
\ No newline at end of file
+}
diff --git a/src/test/resources/e2e/nshm-conus-2023/SEATTLE_WA.json b/src/test/resources/e2e/nshm-conus-2023/SEATTLE_WA.json
index 3de9d732..67bc5eb9 100644
--- a/src/test/resources/e2e/nshm-conus-2023/SEATTLE_WA.json
+++ b/src/test/resources/e2e/nshm-conus-2023/SEATTLE_WA.json
@@ -1,5 +1,5 @@
 {
-  "1.00 Second Spectral Acceleration": {
+  "SA1P0": {
     "xs": [
       -5.991464547107982,
       -5.585999438999818,
@@ -45,7 +45,7 @@
       2.2378453810730706E-8
     ]
   },
-  "5.00 Second Spectral Acceleration": {
+  "SA5P0": {
     "xs": [
       -6.908755779315721,
       -6.502290170873972,
@@ -91,7 +91,7 @@
       4.389238001777538E-12
     ]
   },
-  "Peak Ground Acceleration": {
+  "PGA": {
     "xs": [
       -6.061887011404528,
       -5.654992310486769,
@@ -137,7 +137,7 @@
       9.671006675588189E-8
     ]
   },
-  "0.20 Second Spectral Acceleration": {
+  "SA0P2": {
     "xs": [
       -5.704782974989785,
       -5.30031936921871,
@@ -183,4 +183,4 @@
       4.100982884701552E-6
     ]
   }
-}
\ No newline at end of file
+}
diff --git a/src/test/resources/e2e/nshm-hawaii-2021/HILO_HI.json b/src/test/resources/e2e/nshm-hawaii-2021/HILO_HI.json
index 9390be33..d6ebbb57 100644
--- a/src/test/resources/e2e/nshm-hawaii-2021/HILO_HI.json
+++ b/src/test/resources/e2e/nshm-hawaii-2021/HILO_HI.json
@@ -1,5 +1,5 @@
 {
-  "1.00 Second Spectral Acceleration": {
+  "SA1P0": {
     "xs": [
       -5.991464547107982,
       -5.585999438999818,
@@ -45,7 +45,7 @@
       4.7166583187373387E-8
     ]
   },
-  "5.00 Second Spectral Acceleration": {
+  "SA5P0": {
     "xs": [
       -6.908755779315721,
       -6.502290170873972,
@@ -91,7 +91,7 @@
       3.427414499140028E-10
     ]
   },
-  "Peak Ground Acceleration": {
+  "PGA": {
     "xs": [
       -6.061887011404528,
       -5.654992310486769,
@@ -137,7 +137,7 @@
       2.0121735347546392E-7
     ]
   },
-  "0.20 Second Spectral Acceleration": {
+  "SA0P2": {
     "xs": [
       -5.704782974989785,
       -5.30031936921871,
@@ -183,4 +183,4 @@
       5.139667971021216E-6
     ]
   }
-}
\ No newline at end of file
+}
diff --git a/src/test/resources/e2e/nshm-hawaii-2021/HONOLULU_HI.json b/src/test/resources/e2e/nshm-hawaii-2021/HONOLULU_HI.json
index 755d3992..eb99e2dc 100644
--- a/src/test/resources/e2e/nshm-hawaii-2021/HONOLULU_HI.json
+++ b/src/test/resources/e2e/nshm-hawaii-2021/HONOLULU_HI.json
@@ -1,5 +1,5 @@
 {
-  "1.00 Second Spectral Acceleration": {
+  "SA1P0": {
     "xs": [
       -5.991464547107982,
       -5.585999438999818,
@@ -45,7 +45,7 @@
       8.894088492362763E-10
     ]
   },
-  "5.00 Second Spectral Acceleration": {
+  "SA5P0": {
     "xs": [
       -6.908755779315721,
       -6.502290170873972,
@@ -91,7 +91,7 @@
       8.040835683421514E-12
     ]
   },
-  "Peak Ground Acceleration": {
+  "PGA": {
     "xs": [
       -6.061887011404528,
       -5.654992310486769,
@@ -137,7 +137,7 @@
       5.03174786246266E-9
     ]
   },
-  "0.20 Second Spectral Acceleration": {
+  "SA0P2": {
     "xs": [
       -5.704782974989785,
       -5.30031936921871,
@@ -183,4 +183,4 @@
       1.0763757443621396E-7
     ]
   }
-}
\ No newline at end of file
+}
diff --git a/src/test/resources/e2e/nshm-hawaii-2021/KAILUA_KONA_HI.json b/src/test/resources/e2e/nshm-hawaii-2021/KAILUA_KONA_HI.json
index bbc56014..d5764459 100644
--- a/src/test/resources/e2e/nshm-hawaii-2021/KAILUA_KONA_HI.json
+++ b/src/test/resources/e2e/nshm-hawaii-2021/KAILUA_KONA_HI.json
@@ -1,5 +1,5 @@
 {
-  "1.00 Second Spectral Acceleration": {
+  "SA1P0": {
     "xs": [
       -5.991464547107982,
       -5.585999438999818,
@@ -45,7 +45,7 @@
       4.4135240737735364E-8
     ]
   },
-  "5.00 Second Spectral Acceleration": {
+  "SA5P0": {
     "xs": [
       -6.908755779315721,
       -6.502290170873972,
@@ -91,7 +91,7 @@
       7.198489307670766E-9
     ]
   },
-  "Peak Ground Acceleration": {
+  "PGA": {
     "xs": [
       -6.061887011404528,
       -5.654992310486769,
@@ -137,7 +137,7 @@
       2.3097496341714198E-7
     ]
   },
-  "0.20 Second Spectral Acceleration": {
+  "SA0P2": {
     "xs": [
       -5.704782974989785,
       -5.30031936921871,
@@ -183,4 +183,4 @@
       6.280186508295586E-6
     ]
   }
-}
\ No newline at end of file
+}
-- 
GitLab