From 3840fcdfdd014544b6defcfc336220373f8001de Mon Sep 17 00:00:00 2001 From: Nick Christopher <48499742+nickchristopher@users.noreply.github.com> Date: Mon, 11 Nov 2024 19:38:01 -0800 Subject: [PATCH] Update and consolidate JCF (#394) * Add new combined JCF folder with JCF, EDW, and PMD boundaries * Remove old EDW and PMD folders * Update id to JCF for EDW and PMD * Change JCF and PMD to multipolygon type with updated data * Remove duplicate coordinates from JCF * Remove duplicate coordinate from PMD * Change EDW to multipolygon and update coordinates * Fix SW corner of PMD and JCF border --- Boundaries/EDW/EDW.json | 107 --------------------- Boundaries/JCF/EDW.json | 155 +++++++++++++++++++++++++++++++ Boundaries/JCF/JCF.json | 199 ++++++++++++++++++++++++++++++++++++++++ Boundaries/JCF/PMD.json | 167 +++++++++++++++++++++++++++++++++ Boundaries/PMD/PMD.json | 135 --------------------------- 5 files changed, 521 insertions(+), 242 deletions(-) delete mode 100644 Boundaries/EDW/EDW.json create mode 100644 Boundaries/JCF/EDW.json create mode 100644 Boundaries/JCF/JCF.json create mode 100644 Boundaries/JCF/PMD.json delete mode 100644 Boundaries/PMD/PMD.json diff --git a/Boundaries/EDW/EDW.json b/Boundaries/EDW/EDW.json deleted file mode 100644 index 37316565..00000000 --- a/Boundaries/EDW/EDW.json +++ /dev/null @@ -1,107 +0,0 @@ -{ - "type": "Feature", - "properties": { - "id": "EDW", - "prefix": [ - "EDW" - ], - "name": "Joshua Approach" - }, - "geometry": { - "type": "MultiPolygon", - "coordinates": [ - [ - [ - [ - -118.5833331, - 37.20000000000001 - ], - [ - -117.3333331, - 37.20000000000001 - ], - [ - -116.4333333, - 35.6499994 - ], - [ - -116.3125, - 35.47638890000001 - ], - [ - -116.31295, - 35.3086078 - ], - [ - -116.565325, - 35.1128 - ], - [ - -116.7966667, - 35.11666670000001 - ], - [ - -117.0008011, - 34.9694394 - ], - [ - -117.1508333, - 34.95000000000001 - ], - [ - -117.1980553, - 34.8916661 - ], - [ - -117.5341664, - 34.8388883 - ], - [ - -117.5341664, - 34.8083331 - ], - [ - -117.5841661, - 34.7999997 - ], - [ - -118.0174997, - 34.7999997 - ], - [ - -118.0966664, - 34.82777750000001 - ], - [ - -118.0966664, - 34.7999997 - ], - [ - -118.2333333, - 34.85 - ], - [ - -118.2916667, - 34.8833328 - ], - [ - -118.3499994, - 34.9333331 - ], - [ - -118.4666667, - 35.0916667 - ], - [ - -118.5833331, - 35.25 - ], - [ - -118.5833331, - 37.20000000000001 - ] - ] - ] - ] - } -} \ No newline at end of file diff --git a/Boundaries/JCF/EDW.json b/Boundaries/JCF/EDW.json new file mode 100644 index 00000000..b25a7c68 --- /dev/null +++ b/Boundaries/JCF/EDW.json @@ -0,0 +1,155 @@ +{ + "type": "Feature", + "properties": { + "id": "JCF", + "prefix": [ + "EDW" + ], + "name": "Joshua Approach" + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + -118.46666666666667, + 35.09166666666667 + ], + [ + -118.58333333333333, + 35.25 + ], + [ + -118.58333333333333, + 35.666666666666664 + ], + [ + -118.58333333333333, + 36 + ], + [ + -118.58333333333333, + 36.13333333333333 + ], + [ + -118.58333333333333, + 36.57083333333334 + ], + [ + -118.58333333333333, + 36.7625 + ], + [ + -118.58333333333333, + 37.080555555555556 + ], + [ + -118.58416666666666, + 37.2 + ], + [ + -118.43333333333334, + 37.2 + ], + [ + -118, + 37.2 + ], + [ + -117.33333333333333, + 37.2 + ], + [ + -116.90269583333334, + 36.45417916666667 + ], + [ + -116.75, + 36.21666666666667 + ], + [ + -116.38416666666667, + 35.56666666666667 + ], + [ + -116.3125, + 35.47638888888889 + ], + [ + -116.31333333333333, + 35.47277777777778 + ], + [ + -116.31333333333333, + 35.3125 + ], + [ + -116.5675, + 35.11666666666667 + ], + [ + -116.68416666666667, + 35.02222222222222 + ], + [ + -116.96333333333334, + 34.975 + ], + [ + -117.00014444, + 34.96792666666667 + ], + [ + -117.15019027777778, + 34.93901305555555 + ], + [ + -117.1980363888889, + 34.891622777777776 + ], + [ + -117.53421, + 34.83888027777778 + ], + [ + -117.53417805555556, + 34.80830333333333 + ], + [ + -117.58422694444444, + 34.80003166666666 + ], + [ + -118.01751666666667, + 34.79997861111111 + ], + [ + -118.09665416666667, + 34.82781777777778 + ], + [ + -118.09583333333333, + 34.8 + ], + [ + -118.23333333333333, + 34.85 + ], + [ + -118.29166666666667, + 34.891666666666666 + ], + [ + -118.35, + 34.93333333333333 + ], + [ + -118.46666666666667, + 35.09166666666667 + ] + ] + ] + ] + } +} \ No newline at end of file diff --git a/Boundaries/JCF/JCF.json b/Boundaries/JCF/JCF.json new file mode 100644 index 00000000..a3ceab86 --- /dev/null +++ b/Boundaries/JCF/JCF.json @@ -0,0 +1,199 @@ +{ + "type": "Feature", + "properties": { + "id": "JCF", + "prefix": [ + "JCF" + ], + "name": "Joshua Approach" + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + -117.00014444, + 34.967926666666671 + ], + [ + -116.967777777777783, + 34.68472222222222 + ], + [ + -116.954166666666666, + 34.56666666666667 + ], + [ + -117.180277777777789, + 34.403333333333329 + ], + [ + -117.200833333333335, + 34.388055555555553 + ], + [ + -117.233333333333334, + 34.35 + ], + [ + -117.25833333333334, + 34.331944444444446 + ], + [ + -117.351388888888877, + 34.26027777777778 + ], + [ + -117.3875, + 34.233333333333334 + ], + [ + -117.458333333333343, + 34.261111111111113 + ], + [ + -117.7175, + 34.291666666666664 + ], + [ + -117.739722222222227, + 34.324444444444445 + ], + [ + -117.830833333333331, + 34.458333333333336 + ], + [ + -117.85, + 34.458333333333336 + ], + [ + -118.108333333333334, + 34.341666666666669 + ], + [ + -118.283333333333331, + 34.4 + ], + [ + -118.3625, + 34.508333333333333 + ], + [ + -118.42500277777778, + 34.48616111111111 + ], + [ + -118.46362500000001, + 34.54991944444444 + ], + [ + -118.481944444444451, + 34.579722222222223 + ], + [ + -118.5875, + 34.541666666666664 + ], + [ + -118.729166666666671, + 34.958333333333336 + ], + [ + -118.61944444444444, + 34.983333333333334 + ], + [ + -118.46666666666667, + 35.09166666666667 + ], + [ + -118.58333333333333, + 35.25 + ], + [ + -118.58333333333333, + 35.666666666666664 + ], + [ + -118.58333333333333, + 36 + ], + [ + -118.58333333333333, + 36.13333333333333 + ], + [ + -118.58333333333333, + 36.57083333333334 + ], + [ + -118.58333333333333, + 36.7625 + ], + [ + -118.58333333333333, + 37.080555555555556 + ], + [ + -118.58416666666666, + 37.2 + ], + [ + -118.43333333333334, + 37.2 + ], + [ + -118, + 37.2 + ], + [ + -117.33333333333333, + 37.2 + ], + [ + -116.90269583333334, + 36.45417916666667 + ], + [ + -116.75, + 36.21666666666667 + ], + [ + -116.38416666666667, + 35.56666666666667 + ], + [ + -116.3125, + 35.47638888888889 + ], + [ + -116.31333333333333, + 35.47277777777778 + ], + [ + -116.31333333333333, + 35.3125 + ], + [ + -116.5675, + 35.11666666666667 + ], + [ + -116.68416666666667, + 35.02222222222222 + ], + [ + -116.96333333333334, + 34.975 + ], + [ + -117.00014444, + 34.967926666666671 + ] + ] + ] + ] + } +} \ No newline at end of file diff --git a/Boundaries/JCF/PMD.json b/Boundaries/JCF/PMD.json new file mode 100644 index 00000000..de205a6d --- /dev/null +++ b/Boundaries/JCF/PMD.json @@ -0,0 +1,167 @@ +{ + "type": "Feature", + "properties": { + "id": "JCF", + "prefix": [ + "PMD" + ], + "name": "Joshua Approach" + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + -117.00014444, + 34.967926666666671 + ], + [ + -116.967777777777783, + 34.68472222222222 + ], + [ + -116.954166666666666, + 34.56666666666667 + ], + [ + -117.180277777777789, + 34.403333333333329 + ], + [ + -117.200833333333335, + 34.388055555555553 + ], + [ + -117.233333333333334, + 34.35 + ], + [ + -117.25833333333334, + 34.331944444444446 + ], + [ + -117.351388888888877, + 34.26027777777778 + ], + [ + -117.3875, + 34.233333333333334 + ], + [ + -117.458333333333343, + 34.261111111111113 + ], + [ + -117.7175, + 34.291666666666664 + ], + [ + -117.739722222222227, + 34.324444444444445 + ], + [ + -117.830833333333331, + 34.458333333333336 + ], + [ + -117.85, + 34.458333333333336 + ], + [ + -118.108333333333334, + 34.341666666666669 + ], + [ + -118.283333333333331, + 34.4 + ], + [ + -118.3625, + 34.508333333333333 + ], + [ + -118.42500277777778, + 34.48616111111111 + ], + [ + -118.46362500000001, + 34.54991944444444 + ], + [ + -118.481944444444451, + 34.579722222222223 + ], + [ + -118.5875, + 34.541666666666664 + ], + [ + -118.729166666666671, + 34.958333333333336 + ], + [ + -118.61944444444444, + 34.983333333333334 + ], + [ + -118.46666666666667, + 35.09166666666667 + ], + [ + -118.35, + 34.93333333333333 + ], + [ + -118.29166666666667, + 34.891666666666666 + ], + [ + -118.23333333333333, + 34.85 + ], + [ + -118.09583333333333, + 34.8 + ], + [ + -118.09583333, + 34.82777777777778 + ], + [ + -118.09665416666667, + 34.82781777777778 + ], + [ + -118.01751666666667, + 34.79997861111111 + ], + [ + -117.58422694444444, + 34.80003166666666 + ], + [ + -117.53417805555556, + 34.80830333333333 + ], + [ + -117.53421, + 34.83888027777778 + ], + [ + -117.1980363888889, + 34.891622777777776 + ], + [ + -117.15019028, + 34.93901305555555 + ], + [ + -117.00014444, + 34.967926666666671 + ] + ] + ] + ] + } +} \ No newline at end of file diff --git a/Boundaries/PMD/PMD.json b/Boundaries/PMD/PMD.json deleted file mode 100644 index cfea3188..00000000 --- a/Boundaries/PMD/PMD.json +++ /dev/null @@ -1,135 +0,0 @@ -{ - "type": "Feature", - "properties": { - "id": "PMD", - "prefix": [ - "PMD" - ], - "name": "Joshua Approach" - }, - "geometry": { - "type": "MultiPolygon", - "coordinates": [ - [ - [ - [ - -118.6194986, - 34.9833336 - ], - [ - -118.4666667, - 35.0916667 - ], - [ - -118.3499994, - 34.9333331 - ], - [ - -118.2916667, - 34.8833328 - ], - [ - -118.2333333, - 34.85 - ], - [ - -118.0966664, - 34.7999997 - ], - [ - -118.0966664, - 34.82777750000001 - ], - [ - -118.0174997, - 34.7999997 - ], - [ - -117.5841661, - 34.7999997 - ], - [ - -117.5341664, - 34.8083331 - ], - [ - -117.5341664, - 34.8388883 - ], - [ - -117.1980553, - 34.8916661 - ], - [ - -117.1508333, - 34.95000000000001 - ], - [ - -117.0008011, - 34.9694394 - ], - [ - -116.95417, - 34.5666653 - ], - [ - -117.1725775, - 34.3971389 - ], - [ - -117.1803306, - 34.4033167 - ], - [ - -117.4625917, - 34.49123860000001 - ], - [ - -117.6024719, - 34.5340917 - ], - [ - -117.6563081, - 34.5440361 - ], - [ - -117.6781694, - 34.4617553 - ], - [ - -117.8499997, - 34.4583333 - ], - [ - -118.1083333, - 34.3416667 - ], - [ - -118.2583333, - 34.5458333 - ], - [ - -118.3624997, - 34.5083331 - ], - [ - -118.4333353, - 34.5972028 - ], - [ - -118.4819444, - 34.5797222 - ], - [ - -118.5333019, - 34.8499978 - ], - [ - -118.6194986, - 34.9833336 - ] - ] - ] - ] - } -} \ No newline at end of file