From 2aca43b0d9ecc1db38cae9a9668aa1c106e86330 Mon Sep 17 00:00:00 2001
From: Peter Powers <pmpowers@usgs.gov>
Date: Wed, 16 Mar 2016 16:24:20 -0600
Subject: [PATCH] new and updated csv and geojson site files

---
 etc/nshm/sites-ceus.csv      |  31 +-
 etc/nshm/sites-ceus.geojson  | 307 ++++++++++++--
 etc/nshm/sites-nehrp.csv     |  35 ++
 etc/nshm/sites-nehrp.geojson | 379 +++++++++++++++++
 etc/nshm/sites-nrc.csv       |  72 ++++
 etc/nshm/sites-nrc.geojson   | 786 +++++++++++++++++++++++++++++++++++
 etc/nshm/sites-nshmp.csv     |   8 +-
 etc/nshm/sites-nshmp.geojson |  88 ++--
 etc/nshm/sites-wus.csv       |   8 +
 etc/nshm/sites-wus.geojson   |  88 ++++
 10 files changed, 1723 insertions(+), 79 deletions(-)
 create mode 100644 etc/nshm/sites-nehrp.csv
 create mode 100644 etc/nshm/sites-nehrp.geojson
 create mode 100644 etc/nshm/sites-nrc.csv
 create mode 100644 etc/nshm/sites-nrc.geojson

diff --git a/etc/nshm/sites-ceus.csv b/etc/nshm/sites-ceus.csv
index 0e7465dbb..9be1670ba 100644
--- a/etc/nshm/sites-ceus.csv
+++ b/etc/nshm/sites-ceus.csv
@@ -1,13 +1,37 @@
 name,                            lon,    lat
+Grand Canyon Village AZ,     -112.15,  36.05
+Palo Verde AZ,               -112.85,  33.40
+Phoenix AZ,                  -112.10,  33.45
+Tucson AZ,                   -110.95,  32.20
+Denver CO,                   -105.00,  39.75
+La Junta CO,                 -103.55,  38.00
+Paradox CO,                  -108.95,  38.40
+Rangely CO,                  -108.80,  40.10
+Trinidad CO,                 -104.50,  37.20
+Idaho National Lab ID,       -112.85,  43.60
+Lima MT,                     -112.60,  44.65
+Bozeman MT,                  -111.05,  45.70
+Billings MT,                 -108.50,  45.80
+Missoula MT,                 -114.00,  46.90
+Albuquerque NM,              -106.60,  35.10
+Artesia NM,                  -104.40,  32.85
+Los Alamos National Lab NM,  -106.30,  35.85
+Las Cruces NM,               -106.75,  32.30
+Brigham City UT,             -112.00,  41.50
+Cedar City UT,               -113.05,  37.70
+Green River UT,              -110.15,  39.00
+Provo UT,                    -111.65,  40.25
+Salt Lake City UT,           -111.90,  40.75
+Casper WY,                   -106.30,  42.85
+Cheyenne WY,                 -104.80,  41.15
+Jackson WY,                  -110.75,  43.50
+Yellowstone WY,              -110.55,  44.40
 Washington DC,                -77.05,  38.90
 Atmore AL,                    -87.50,  31.00
 Birmingham AL,                -86.80,  33.50
 El Dorado AR,                 -92.70,  33.20
 Greenbrier AR,                -92.40,  35.20
 Little Rock AR,               -92.30,  34.75
-Denver CO,                   -105.00,  39.75
-La Junta CO,                 -103.55,  38.00
-Trinidad CO,                 -104.50,  37.20
 Hartford CT,                  -72.70,  41.75
 Wilmington DE,                -75.55,  39.75
 Jacksonville FL,              -81.65,  30.35
@@ -68,4 +92,3 @@ Burlington VT,                -73.20,  44.50
 Richmond VA,                  -77.45,  37.55
 Charleston WV,                -81.65,  38.35
 Milwaukee WI,                 -87.90,  43.05
-Cheyenne WY,                 -104.80,  41.15
diff --git a/etc/nshm/sites-ceus.geojson b/etc/nshm/sites-ceus.geojson
index 176f00c02..1cd206188 100644
--- a/etc/nshm/sites-ceus.geojson
+++ b/etc/nshm/sites-ceus.geojson
@@ -5,88 +5,88 @@
       "type": "Feature",
       "geometry": {
         "type": "Point",
-        "coordinates": [-77.05, 38.9]
+        "coordinates": [-112.15, 36.05]
       },
       "properties": {
         "marker-size": "small",
-        "title": "Washington DC"
+        "title": "Grand Canyon Village AZ"
       }
     },
     {
       "type": "Feature",
       "geometry": {
         "type": "Point",
-        "coordinates": [-87.5, 31.0]
+        "coordinates": [-112.85, 33.4]
       },
       "properties": {
         "marker-size": "small",
-        "title": "Atmore AL"
+        "title": "Palo Verde AZ"
       }
     },
     {
       "type": "Feature",
       "geometry": {
         "type": "Point",
-        "coordinates": [-86.8, 33.5]
+        "coordinates": [-112.1, 33.45]
       },
       "properties": {
         "marker-size": "small",
-        "title": "Birmingham AL"
+        "title": "Phoenix AZ"
       }
     },
     {
       "type": "Feature",
       "geometry": {
         "type": "Point",
-        "coordinates": [-92.7, 33.2]
+        "coordinates": [-110.95, 32.2]
       },
       "properties": {
         "marker-size": "small",
-        "title": "El Dorado AR"
+        "title": "Tucson AZ"
       }
     },
     {
       "type": "Feature",
       "geometry": {
         "type": "Point",
-        "coordinates": [-92.4, 35.2]
+        "coordinates": [-105.0, 39.75]
       },
       "properties": {
         "marker-size": "small",
-        "title": "Greenbrier AR"
+        "title": "Denver CO"
       }
     },
     {
       "type": "Feature",
       "geometry": {
         "type": "Point",
-        "coordinates": [-92.3, 34.75]
+        "coordinates": [-103.55, 38.0]
       },
       "properties": {
         "marker-size": "small",
-        "title": "Little Rock AR"
+        "title": "La Junta CO"
       }
     },
     {
       "type": "Feature",
       "geometry": {
         "type": "Point",
-        "coordinates": [-105.0, 39.75]
+        "coordinates": [-108.95, 38.4]
       },
       "properties": {
         "marker-size": "small",
-        "title": "Denver CO"
+        "title": "Paradox CO"
       }
     },
     {
       "type": "Feature",
       "geometry": {
         "type": "Point",
-        "coordinates": [-103.55, 38.0]
+        "coordinates": [-108.8, 40.1]
       },
       "properties": {
         "marker-size": "small",
-        "title": "La Junta CO"
+        "title": "Rangely CO"
       }
     },
     {
@@ -100,6 +100,270 @@
         "title": "Trinidad CO"
       }
     },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-112.85, 43.6]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Idaho National Lab ID"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-112.6, 44.65]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Lima MT"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-111.05, 45.7]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Bozeman MT"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-108.5, 45.8]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Billings MT"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-114.0, 46.9]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Missoula MT"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-106.6, 35.1]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Albuquerque NM"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-104.4, 32.85]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Artesia NM"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-106.3, 35.85]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Los Alamos National Lab NM"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-106.75, 32.3]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Las Cruces NM"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-112.0, 41.5]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Brigham City UT"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-113.05, 37.7]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Cedar City UT"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-110.15, 39.0]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Green River UT"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-111.65, 40.25]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Provo UT"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-111.9, 40.75]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Salt Lake City UT"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-106.3, 42.85]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Casper WY"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-104.8, 41.15]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Cheyenne WY"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-110.75, 43.5]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Jackson WY"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-110.55, 44.4]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Yellowstone WY"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-77.05, 38.9]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Washington DC"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-87.5, 31.0]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Atmore AL"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-86.8, 33.5]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Birmingham AL"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-92.7, 33.2]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "El Dorado AR"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-92.4, 35.2]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Greenbrier AR"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-92.3, 34.75]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Little Rock AR"
+      }
+    },
     {
       "type": "Feature",
       "geometry": {
@@ -759,17 +1023,6 @@
         "marker-size": "small",
         "title": "Milwaukee WI"
       }
-    },
-    {
-      "type": "Feature",
-      "geometry": {
-        "type": "Point",
-        "coordinates": [-104.8, 41.15]
-      },
-      "properties": {
-        "marker-size": "small",
-        "title": "Cheyenne WY"
-      }
     }
   ]
 }
diff --git a/etc/nshm/sites-nehrp.csv b/etc/nshm/sites-nehrp.csv
new file mode 100644
index 000000000..a23fcf014
--- /dev/null
+++ b/etc/nshm/sites-nehrp.csv
@@ -0,0 +1,35 @@
+name,                            lon,    lat
+Concord CA,                  -122.00,  37.95
+Monterey CA,                 -121.90,  36.60
+Oakland CA,                  -122.25,  37.80
+Sacramento CA,               -121.50,  38.60
+San Francisco CA,            -122.40,  37.75
+San Jose CA,                 -121.90,  37.35
+San Mateo CA,                -122.30,  37.55
+Santa Cruz CA,               -122.05,  36.95
+Santa Rosa CA,               -122.70,  38.45
+Vallejo CA,                  -122.25,  38.10
+Century City CA,             -118.40,  34.05
+Irvine CA,                   -117.80,  33.65
+Long Beach CA,               -118.20,  33.80
+Los Angeles CA,              -118.25,  34.05
+Northridge CA,               -118.55,  34.20
+Riverside CA,                -117.40,  33.95
+San Bernardino CA,           -117.30,  34.10
+San Diego CA,                -117.15,  32.70
+San Luis Obispo CA,          -120.65,  35.30
+Santa Barbara CA,            -119.70,  34.45
+Ventura CA,                  -119.30,  34.30
+Boise ID,                    -116.20,  43.60
+Las Vegas NV,                -115.15,  36.20
+Reno NV,                     -119.80,  39.55
+Salt Lake City UT,           -111.90,  40.75
+Portland OR,                 -122.65,  45.50
+Everett WA,                  -122.20,  48.00
+Seattle WA,                  -122.30,  47.60
+Tacoma WA,                   -122.45,  47.25
+Chicago IL,                   -87.65,  41.85
+St Louis MO,                  -90.20,  38.60
+New York NY,                  -74.00,  40.75
+Charleston SC,                -79.95,  32.80
+Memphis TN,                   -90.05,  35.15
diff --git a/etc/nshm/sites-nehrp.geojson b/etc/nshm/sites-nehrp.geojson
new file mode 100644
index 000000000..fbbdcc8e9
--- /dev/null
+++ b/etc/nshm/sites-nehrp.geojson
@@ -0,0 +1,379 @@
+{
+  "type": "FeatureCollection",
+  "features": [
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-122.0, 37.95]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Concord CA"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-121.9, 36.6]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Monterey CA"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-122.25, 37.8]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Oakland CA"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-121.5, 38.6]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Sacramento CA"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-122.4, 37.75]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "San Francisco CA"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-121.9, 37.35]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "San Jose CA"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-122.3, 37.55]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "San Mateo CA"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-122.05, 36.95]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Santa Cruz CA"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-122.7, 38.45]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Santa Rosa CA"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-122.25, 38.1]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Vallejo CA"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-118.4, 34.05]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Century City CA"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-117.8, 33.65]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Irvine CA"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-118.2, 33.8]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Long Beach CA"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-118.25, 34.05]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Los Angeles CA"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-118.55, 34.2]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Northridge CA"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-117.4, 33.95]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Riverside CA"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-117.3, 34.1]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "San Bernardino CA"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-117.15, 32.7]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "San Diego CA"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-120.65, 35.3]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "San Luis Obispo CA"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-119.7, 34.45]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Santa Barbara CA"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-119.3, 34.3]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Ventura CA"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-116.2, 43.6]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Boise ID"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-115.15, 36.2]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Las Vegas NV"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-119.8, 39.55]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Reno NV"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-111.9, 40.75]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Salt Lake City UT"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-122.65, 45.5]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Portland OR"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-122.2, 48.0]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Everett WA"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-122.3, 47.6]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Seattle WA"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-122.45, 47.25]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Tacoma WA"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-87.65, 41.85]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Chicago IL"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-90.2, 38.6]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "St Louis MO"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-74.0, 40.75]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "New York NY"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-79.95, 32.8]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Charleston SC"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-90.05, 35.15]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Memphis TN"
+      }
+    }
+  ]
+}
diff --git a/etc/nshm/sites-nrc.csv b/etc/nshm/sites-nrc.csv
new file mode 100644
index 000000000..d81cced3f
--- /dev/null
+++ b/etc/nshm/sites-nrc.csv
@@ -0,0 +1,72 @@
+name,                            lon,    lat
+Denver CO,                   -105.00,  39.75
+La Junta CO,                 -103.55,  38.00
+Trinidad CO,                 -104.50,  37.20
+Artesia NM,                  -104.40,  32.85
+Cheyenne WY,                 -104.80,  41.15
+Washington DC,                -77.05,  38.90
+Atmore AL,                    -87.50,  31.00
+Birmingham AL,                -86.80,  33.50
+El Dorado AR,                 -92.70,  33.20
+Greenbrier AR,                -92.40,  35.20
+Little Rock AR,               -92.30,  34.75
+Hartford CT,                  -72.70,  41.75
+Wilmington DE,                -75.55,  39.75
+Jacksonville FL,              -81.65,  30.35
+Miami FL,                     -80.20,  25.75
+Atlanta GA,                   -84.40,  33.75
+Lincolnton GA,                -82.50,  33.80
+Savannah GA,                  -81.10,  32.10
+Central IL,                   -90.00,  40.00
+Chicago IL,                   -87.65,  41.85
+Evansville IN,                -87.60,  38.00
+Indianapolis IN,              -86.15,  39.80
+Des Moines IA,                -93.60,  41.60
+Topeka KS,                    -95.70,  39.05
+Wichita KS,                   -97.35,  37.70
+Louisville KY,                -85.75,  38.25
+New Orleans LA,               -90.05,  29.95
+Augusta ME,                   -69.80,  44.30
+Bangor ME,                    -68.80,  44.80
+Portland ME,                  -70.25,  43.65
+Baltimore MD,                 -76.60,  39.30
+Boston MA,                    -71.05,  42.35
+Detroit MI,                   -83.05,  42.35
+Minneapolis MN,               -93.30,  45.00
+Jackson MS,                   -90.20,  32.30
+Cape Girardeau MO,            -89.50,  37.30
+New Madrid MO,                -89.55,  36.60
+St Louis MO,                  -90.20,  38.60
+Omaha NE,                     -96.00,  41.25
+Manchester NH,                -71.45,  43.00
+Trenton NJ,                   -74.75,  40.20
+Batavia NY,                   -78.20,  43.00
+Malone NY,                    -74.30,  44.85
+New York NY,                  -74.00,  40.75
+Charlotte NC,                 -80.85,  35.25
+Fargo ND,                     -96.80,  46.90
+Columbus OH,                  -83.00,  39.95
+Sidney OH,                    -84.15,  40.30
+Youngstown OH,                -80.65,  41.10
+Elgin OK,                     -98.30,  34.80
+Oklahoma City OK,             -97.50,  35.50
+Philadelphia PA,              -75.15,  39.95
+Providence RI,                -71.40,  41.80
+Charleston SC,                -79.95,  32.80
+Edgemont SD,                 -103.85,  43.30
+Platte SD,                    -98.85,  43.40
+Sioux Falls SD,               -96.75,  43.55
+Chattanooga TN,               -85.25,  35.05
+Knoxville TN,                 -83.90,  35.95
+Maryville TN,                 -84.00,  35.75
+Memphis TN,                   -90.05,  35.15
+Amarillo TX,                 -101.85,  35.20
+Dallas TX,                    -96.80,  32.80
+Houston TX,                   -95.35,  29.75
+Kermit TX,                   -103.10,  31.85
+San Antonio TX,               -98.50,  29.40
+Snyder TX,                   -100.90,  32.70
+Burlington VT,                -73.20,  44.50
+Richmond VA,                  -77.45,  37.55
+Charleston WV,                -81.65,  38.35
+Milwaukee WI,                 -87.90,  43.05
diff --git a/etc/nshm/sites-nrc.geojson b/etc/nshm/sites-nrc.geojson
new file mode 100644
index 000000000..883b088f8
--- /dev/null
+++ b/etc/nshm/sites-nrc.geojson
@@ -0,0 +1,786 @@
+{
+  "type": "FeatureCollection",
+  "features": [
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-105.0, 39.75]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Denver CO"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-103.55, 38.0]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "La Junta CO"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-104.5, 37.2]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Trinidad CO"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-104.4, 32.85]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Artesia NM"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-104.8, 41.15]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Cheyenne WY"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-77.05, 38.9]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Washington DC"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-87.5, 31.0]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Atmore AL"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-86.8, 33.5]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Birmingham AL"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-92.7, 33.2]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "El Dorado AR"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-92.4, 35.2]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Greenbrier AR"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-92.3, 34.75]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Little Rock AR"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-72.7, 41.75]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Hartford CT"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-75.55, 39.75]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Wilmington DE"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-81.65, 30.35]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Jacksonville FL"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-80.2, 25.75]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Miami FL"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-84.4, 33.75]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Atlanta GA"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-82.5, 33.8]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Lincolnton GA"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-81.1, 32.1]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Savannah GA"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-90.0, 40.0]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Central IL"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-87.65, 41.85]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Chicago IL"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-87.6, 38.0]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Evansville IN"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-86.15, 39.8]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Indianapolis IN"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-93.6, 41.6]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Des Moines IA"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-95.7, 39.05]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Topeka KS"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-97.35, 37.7]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Wichita KS"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-85.75, 38.25]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Louisville KY"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-90.05, 29.95]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "New Orleans LA"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-69.8, 44.3]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Augusta ME"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-68.8, 44.8]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Bangor ME"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-70.25, 43.65]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Portland ME"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-76.6, 39.3]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Baltimore MD"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-71.05, 42.35]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Boston MA"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-83.05, 42.35]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Detroit MI"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-93.3, 45.0]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Minneapolis MN"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-90.2, 32.3]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Jackson MS"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-89.5, 37.3]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Cape Girardeau MO"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-89.55, 36.6]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "New Madrid MO"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-90.2, 38.6]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "St Louis MO"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-96.0, 41.25]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Omaha NE"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-71.45, 43.0]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Manchester NH"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-74.75, 40.2]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Trenton NJ"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-78.2, 43.0]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Batavia NY"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-74.3, 44.85]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Malone NY"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-74.0, 40.75]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "New York NY"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-80.85, 35.25]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Charlotte NC"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-96.8, 46.9]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Fargo ND"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-83.0, 39.95]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Columbus OH"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-84.15, 40.3]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Sidney OH"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-80.65, 41.1]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Youngstown OH"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-98.3, 34.8]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Elgin OK"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-97.5, 35.5]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Oklahoma City OK"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-75.15, 39.95]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Philadelphia PA"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-71.4, 41.8]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Providence RI"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-79.95, 32.8]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Charleston SC"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-103.85, 43.3]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Edgemont SD"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-98.85, 43.4]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Platte SD"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-96.75, 43.55]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Sioux Falls SD"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-85.25, 35.05]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Chattanooga TN"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-83.9, 35.95]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Knoxville TN"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-84.0, 35.75]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Maryville TN"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-90.05, 35.15]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Memphis TN"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-101.85, 35.2]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Amarillo TX"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-96.8, 32.8]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Dallas TX"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-95.35, 29.75]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Houston TX"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-103.1, 31.85]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Kermit TX"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-98.5, 29.4]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "San Antonio TX"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-100.9, 32.7]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Snyder TX"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-73.2, 44.5]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Burlington VT"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-77.45, 37.55]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Richmond VA"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-81.65, 38.35]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Charleston WV"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-87.9, 43.05]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Milwaukee WI"
+      }
+    }
+  ]
+}
diff --git a/etc/nshm/sites-nshmp.csv b/etc/nshm/sites-nshmp.csv
index b8c22a739..578c42e8e 100644
--- a/etc/nshm/sites-nshmp.csv
+++ b/etc/nshm/sites-nshmp.csv
@@ -41,8 +41,11 @@ Grand Canyon Village AZ,     -112.15,  36.05
 Palo Verde AZ,               -112.85,  33.40
 Phoenix AZ,                  -112.10,  33.45
 Tucson AZ,                   -110.95,  32.20
+Denver CO,                   -105.00,  39.75
+La Junta CO,                 -103.55,  38.00
 Paradox CO,                  -108.95,  38.40
 Rangely CO,                  -108.80,  40.10
+Trinidad CO,                 -104.50,  37.20
 Boise ID,                    -116.20,  43.60
 Idaho National Lab ID,       -112.85,  43.60
 Lima MT,                     -112.60,  44.65
@@ -63,6 +66,7 @@ Green River UT,              -110.15,  39.00
 Provo UT,                    -111.65,  40.25
 Salt Lake City UT,           -111.90,  40.75
 Casper WY,                   -106.30,  42.85
+Cheyenne WY,                 -104.80,  41.15
 Jackson WY,                  -110.75,  43.50
 Yellowstone WY,              -110.55,  44.40
 Astoria OR,                  -123.85,  46.20
@@ -92,9 +96,6 @@ Birmingham AL,                -86.80,  33.50
 El Dorado AR,                 -92.70,  33.20
 Greenbrier AR,                -92.40,  35.20
 Little Rock AR,               -92.30,  34.75
-Denver CO,                   -105.00,  39.75
-La Junta CO,                 -103.55,  38.00
-Trinidad CO,                 -104.50,  37.20
 Hartford CT,                  -72.70,  41.75
 Wilmington DE,                -75.55,  39.75
 Jacksonville FL,              -81.65,  30.35
@@ -155,4 +156,3 @@ Burlington VT,                -73.20,  44.50
 Richmond VA,                  -77.45,  37.55
 Charleston WV,                -81.65,  38.35
 Milwaukee WI,                 -87.90,  43.05
-Cheyenne WY,                 -104.80,  41.15
diff --git a/etc/nshm/sites-nshmp.geojson b/etc/nshm/sites-nshmp.geojson
index d8b765489..8f69905bb 100644
--- a/etc/nshm/sites-nshmp.geojson
+++ b/etc/nshm/sites-nshmp.geojson
@@ -463,6 +463,28 @@
         "title": "Tucson AZ"
       }
     },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-105.0, 39.75]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Denver CO"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-103.55, 38.0]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "La Junta CO"
+      }
+    },
     {
       "type": "Feature",
       "geometry": {
@@ -485,6 +507,17 @@
         "title": "Rangely CO"
       }
     },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-104.5, 37.2]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Trinidad CO"
+      }
+    },
     {
       "type": "Feature",
       "geometry": {
@@ -705,6 +738,17 @@
         "title": "Casper WY"
       }
     },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-104.8, 41.15]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Cheyenne WY"
+      }
+    },
     {
       "type": "Feature",
       "geometry": {
@@ -1024,39 +1068,6 @@
         "title": "Little Rock AR"
       }
     },
-    {
-      "type": "Feature",
-      "geometry": {
-        "type": "Point",
-        "coordinates": [-105.0, 39.75]
-      },
-      "properties": {
-        "marker-size": "small",
-        "title": "Denver CO"
-      }
-    },
-    {
-      "type": "Feature",
-      "geometry": {
-        "type": "Point",
-        "coordinates": [-103.55, 38.0]
-      },
-      "properties": {
-        "marker-size": "small",
-        "title": "La Junta CO"
-      }
-    },
-    {
-      "type": "Feature",
-      "geometry": {
-        "type": "Point",
-        "coordinates": [-104.5, 37.2]
-      },
-      "properties": {
-        "marker-size": "small",
-        "title": "Trinidad CO"
-      }
-    },
     {
       "type": "Feature",
       "geometry": {
@@ -1716,17 +1727,6 @@
         "marker-size": "small",
         "title": "Milwaukee WI"
       }
-    },
-    {
-      "type": "Feature",
-      "geometry": {
-        "type": "Point",
-        "coordinates": [-104.8, 41.15]
-      },
-      "properties": {
-        "marker-size": "small",
-        "title": "Cheyenne WY"
-      }
     }
   ]
 }
diff --git a/etc/nshm/sites-wus.csv b/etc/nshm/sites-wus.csv
index 5a1745770..30e13c61d 100644
--- a/etc/nshm/sites-wus.csv
+++ b/etc/nshm/sites-wus.csv
@@ -41,8 +41,11 @@ Grand Canyon Village AZ,     -112.15,  36.05
 Palo Verde AZ,               -112.85,  33.40
 Phoenix AZ,                  -112.10,  33.45
 Tucson AZ,                   -110.95,  32.20
+Denver CO,                   -105.00,  39.75
+La Junta CO,                 -103.55,  38.00
 Paradox CO,                  -108.95,  38.40
 Rangely CO,                  -108.80,  40.10
+Trinidad CO,                 -104.50,  37.20
 Boise ID,                    -116.20,  43.60
 Idaho National Lab ID,       -112.85,  43.60
 Lima MT,                     -112.60,  44.65
@@ -63,6 +66,7 @@ Green River UT,              -110.15,  39.00
 Provo UT,                    -111.65,  40.25
 Salt Lake City UT,           -111.90,  40.75
 Casper WY,                   -106.30,  42.85
+Cheyenne WY,                 -104.80,  41.15
 Jackson WY,                  -110.75,  43.50
 Yellowstone WY,              -110.55,  44.40
 Astoria OR,                  -123.85,  46.20
@@ -86,3 +90,7 @@ Seattle WA,                  -122.30,  47.60
 Spokane WA,                  -117.40,  47.65
 Tacoma WA,                   -122.45,  47.25
 Yakima WA,                   -120.50,  46.60
+Edgemont SD,                 -103.85,  43.30
+Amarillo TX,                 -101.85,  35.20
+Kermit TX,                   -103.10,  31.85
+Snyder TX,                   -100.90,  32.70
diff --git a/etc/nshm/sites-wus.geojson b/etc/nshm/sites-wus.geojson
index efb2e6025..3b7a3be72 100644
--- a/etc/nshm/sites-wus.geojson
+++ b/etc/nshm/sites-wus.geojson
@@ -463,6 +463,28 @@
         "title": "Tucson AZ"
       }
     },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-105.0, 39.75]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Denver CO"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-103.55, 38.0]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "La Junta CO"
+      }
+    },
     {
       "type": "Feature",
       "geometry": {
@@ -485,6 +507,17 @@
         "title": "Rangely CO"
       }
     },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-104.5, 37.2]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Trinidad CO"
+      }
+    },
     {
       "type": "Feature",
       "geometry": {
@@ -705,6 +738,17 @@
         "title": "Casper WY"
       }
     },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-104.8, 41.15]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Cheyenne WY"
+      }
+    },
     {
       "type": "Feature",
       "geometry": {
@@ -957,6 +1001,50 @@
         "marker-size": "small",
         "title": "Yakima WA"
       }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-103.85, 43.3]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Edgemont SD"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-101.85, 35.2]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Amarillo TX"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-103.1, 31.85]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Kermit TX"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-100.9, 32.7]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Snyder TX"
+      }
     }
   ]
 }
-- 
GitLab