From dfefe4dfa957ba488f575277d20d05fa35764f22 Mon Sep 17 00:00:00 2001
From: Jason Altekruse <jaltekruse@usgs.gov>
Date: Thu, 24 Aug 2023 14:16:18 -0600
Subject: [PATCH] extend grid-system-active polygon to the extent of
 spatial-pdf-wus (catalog v8) bounds, consistent with grid-system-stable
 polygon

---
 active-crust/grid/features/grid-system-active.geojson | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/active-crust/grid/features/grid-system-active.geojson b/active-crust/grid/features/grid-system-active.geojson
index 60515c0..306e808 100644
--- a/active-crust/grid/features/grid-system-active.geojson
+++ b/active-crust/grid/features/grid-system-active.geojson
@@ -4,8 +4,9 @@
   "geometry": {
     "type": "Polygon",
     "coordinates": [[
-      [-126.05, 50.05],
-      [-126.05, 23.95],
+      [-127.05, 53.05],
+      [-127.05, 22.95],
+      [ -98.13, 22.95],
       [ -98.65, 23.95],
       [-102.35, 29.85],
       [-104.50, 31.70],
@@ -53,7 +54,8 @@
       [-112.20, 47.55],
       [-113.35, 49.00],
       [-114.10, 50.05],
-      [-126.05, 50.05]
+      [-116.00, 53.05],
+      [-127.05, 53.05]
     ]]
   },
   "properties": {
-- 
GitLab