Skip to content

Commit

Permalink
Added UKBV FIR (#396)
Browse files Browse the repository at this point in the history
  • Loading branch information
XShep authored Nov 3, 2024
1 parent d67ca34 commit bf6aced
Show file tree
Hide file tree
Showing 2 changed files with 170 additions and 0 deletions.
75 changes: 75 additions & 0 deletions Boundaries/UKBV/UKBB.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
{
"type": "Feature",
"properties": {
"id": "UKBV",
"prefix": [
"UKBB"
],
"name": "Kyiv Radar"
},
"geometry": {
"type": "MultiPolygon",
"coordinates": [
[
[
[
30.614722222222223,
50.76
],
[
30.697222222222223,
50.88527777777778
],
[
30.977777777777778,
50.94638888888888
],
[
31.051944444444445,
50.92638888888889
],
[
31.308333333333334,
50.86555555555556
],
[
31.27722222222222,
50.413333333333334
],
[
31.372777777777777,
50.068333333333335
],
[
31.10138888888889,
49.81222222222222
],
[
31.0325,
49.77444444444444
],
[
30.658055555555553,
49.785555555555554
],
[
30.554722222222225,
49.88527777777778
],
[
30.573888888888888,
50.166666666666664
],
[
30.608333333333334,
50.66833333333333
],
[
30.614722222222223,
50.76
]
]
]
]
}
}
95 changes: 95 additions & 0 deletions Boundaries/UKBV/UKBV.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,95 @@
{
"type": "Feature",
"properties": {
"id": "UKBV",
"prefix": [
"UKBV"
],
"name": "Kyiv Radar"
},
"geometry": {
"type": "MultiPolygon",
"coordinates": [
[
[
[
29.6525,
50.70166666666667
],
[
29.566666666666666,
50.833333333333336
],
[
29.381666666666668,
51.40361111111111
],
[
30.605555555555558,
51.319722222222225
],
[
30.746944444444445,
51.17861111111111
],
[
30.977777777777778,
50.94638888888888
],
[
31.308333333333334,
50.86555555555556
],
[
31.796666666666667,
50.748333333333335
],
[
31.802777777777777,
50.64861111111111
],
[
31.833333333333332,
49.95
],
[
31.852500000000003,
49.82611111111112
],
[
31.584722222222222,
49.5025
],
[
31.209444444444443,
49.04083333333333
],
[
29.758333333333333,
49.45666666666667
],
[
29.743333333333336,
49.78333333333333
],
[
29.733333333333334,
50
],
[
29.5625,
50.186388888888885
],
[
29.666666666666668,
50.68
],
[
29.6525,
50.70166666666667
]
]
]
]
}
}

0 comments on commit bf6aced

Please sign in to comment.