From bf6aced61cc3c34b829a61722f0df7927426a38f Mon Sep 17 00:00:00 2001 From: Oleksandr Shapoval <61496183+XShep@users.noreply.github.com> Date: Sun, 3 Nov 2024 11:26:16 +0100 Subject: [PATCH] Added UKBV FIR (#396) --- Boundaries/UKBV/UKBB.json | 75 +++++++++++++++++++++++++++++++ Boundaries/UKBV/UKBV.json | 95 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 170 insertions(+) create mode 100644 Boundaries/UKBV/UKBB.json create mode 100644 Boundaries/UKBV/UKBV.json diff --git a/Boundaries/UKBV/UKBB.json b/Boundaries/UKBV/UKBB.json new file mode 100644 index 0000000..868f1bb --- /dev/null +++ b/Boundaries/UKBV/UKBB.json @@ -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 + ] + ] + ] + ] + } +} \ No newline at end of file diff --git a/Boundaries/UKBV/UKBV.json b/Boundaries/UKBV/UKBV.json new file mode 100644 index 0000000..cb35569 --- /dev/null +++ b/Boundaries/UKBV/UKBV.json @@ -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 + ] + ] + ] + ] + } +} \ No newline at end of file