Skip to content

Commit

Permalink
Update and consolidate JCF (#394)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
nickchristopher authored Nov 12, 2024
1 parent bf6aced commit 3840fcd
Show file tree
Hide file tree
Showing 5 changed files with 521 additions and 242 deletions.
107 changes: 0 additions & 107 deletions Boundaries/EDW/EDW.json

This file was deleted.

155 changes: 155 additions & 0 deletions Boundaries/JCF/EDW.json
Original file line number Diff line number Diff line change
@@ -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
]
]
]
]
}
}
Loading

0 comments on commit 3840fcd

Please sign in to comment.