@fboes/aerofly-data 1.6.1 → 1.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -0
- package/data/aircraft.json.d.ts +4 -0
- package/data/airport-coordinates-object.json +15711 -15687
- package/data/airport-coordinates.json +7845 -7841
- package/data/airport-list.json +5 -1
- package/data/airports-unmatched.md +0 -4
- package/data/airports.geojson +166 -81
- package/get-airports.js +4 -3
- package/package.json +1 -1
package/data/airport-list.json
CHANGED
|
@@ -651,6 +651,9 @@
|
|
|
651
651
|
"EDXH",
|
|
652
652
|
"EDXJ",
|
|
653
653
|
"EDXW",
|
|
654
|
+
"EDYA",
|
|
655
|
+
"EDYH",
|
|
656
|
+
"EDYM",
|
|
654
657
|
"EEEI",
|
|
655
658
|
"EEKA",
|
|
656
659
|
"EEKE",
|
|
@@ -1174,6 +1177,7 @@
|
|
|
1174
1177
|
"ETHN",
|
|
1175
1178
|
"ETIC",
|
|
1176
1179
|
"ETMN",
|
|
1180
|
+
"ETMNHL",
|
|
1177
1181
|
"ETND",
|
|
1178
1182
|
"ETNG",
|
|
1179
1183
|
"ETNH",
|
|
@@ -5048,7 +5052,7 @@
|
|
|
5048
5052
|
"ORNI",
|
|
5049
5053
|
"ORQW",
|
|
5050
5054
|
"ORSH",
|
|
5051
|
-
"
|
|
5055
|
+
"ORSJ",
|
|
5052
5056
|
"ORTI",
|
|
5053
5057
|
"ORTL",
|
|
5054
5058
|
"ORUB",
|
package/data/airports.geojson
CHANGED
|
@@ -3914,19 +3914,19 @@
|
|
|
3914
3914
|
"geometry": {
|
|
3915
3915
|
"type": "Point",
|
|
3916
3916
|
"coordinates": [
|
|
3917
|
-
-45.
|
|
3918
|
-
61.
|
|
3917
|
+
-45.42469,
|
|
3918
|
+
61.15958,
|
|
3919
3919
|
34.1376
|
|
3920
3920
|
]
|
|
3921
3921
|
},
|
|
3922
3922
|
"properties": {
|
|
3923
3923
|
"title": "BGBW",
|
|
3924
|
-
"type": "
|
|
3924
|
+
"type": "heliport",
|
|
3925
3925
|
"description": "Narsarsuaq Airport",
|
|
3926
3926
|
"elevation": 112,
|
|
3927
3927
|
"municipality": "Narsarsuaq",
|
|
3928
3928
|
"fileSize": 1176,
|
|
3929
|
-
"marker-symbol": "
|
|
3929
|
+
"marker-symbol": "heliport",
|
|
3930
3930
|
"marker-color": "#555555"
|
|
3931
3931
|
}
|
|
3932
3932
|
},
|
|
@@ -9818,8 +9818,8 @@
|
|
|
9818
9818
|
"geometry": {
|
|
9819
9819
|
"type": "Point",
|
|
9820
9820
|
"coordinates": [
|
|
9821
|
-
-102.
|
|
9822
|
-
51.
|
|
9821
|
+
-102.461998,
|
|
9822
|
+
51.264702,
|
|
9823
9823
|
498.348
|
|
9824
9824
|
]
|
|
9825
9825
|
},
|
|
@@ -13067,8 +13067,8 @@
|
|
|
13067
13067
|
"elevation": 1303,
|
|
13068
13068
|
"municipality": "Bordj Badji Mokhtar",
|
|
13069
13069
|
"fileSize": 952,
|
|
13070
|
-
"marker-symbol": "
|
|
13071
|
-
"marker-color": "#
|
|
13070
|
+
"marker-symbol": "airport",
|
|
13071
|
+
"marker-color": "#555555"
|
|
13072
13072
|
}
|
|
13073
13073
|
},
|
|
13074
13074
|
{
|
|
@@ -13344,6 +13344,28 @@
|
|
|
13344
13344
|
"marker-color": "#5e6eba"
|
|
13345
13345
|
}
|
|
13346
13346
|
},
|
|
13347
|
+
{
|
|
13348
|
+
"type": "Feature",
|
|
13349
|
+
"geometry": {
|
|
13350
|
+
"type": "Point",
|
|
13351
|
+
"coordinates": [
|
|
13352
|
+
7.890018,
|
|
13353
|
+
54.175106,
|
|
13354
|
+
2.1336
|
|
13355
|
+
]
|
|
13356
|
+
},
|
|
13357
|
+
"properties": {
|
|
13358
|
+
"title": "ETMNHL",
|
|
13359
|
+
"type": "small_airbase",
|
|
13360
|
+
"description": "Helgoland Navy Helicopter Base",
|
|
13361
|
+
"elevation": 7,
|
|
13362
|
+
"municipality": "Heligoland",
|
|
13363
|
+
"fileSize": 928,
|
|
13364
|
+
"marker-symbol": "heliport",
|
|
13365
|
+
"marker-color": "#555555",
|
|
13366
|
+
"isMilitary": true
|
|
13367
|
+
}
|
|
13368
|
+
},
|
|
13347
13369
|
{
|
|
13348
13370
|
"type": "Feature",
|
|
13349
13371
|
"geometry": {
|
|
@@ -13726,6 +13748,69 @@
|
|
|
13726
13748
|
"marker-color": "#555555"
|
|
13727
13749
|
}
|
|
13728
13750
|
},
|
|
13751
|
+
{
|
|
13752
|
+
"type": "Feature",
|
|
13753
|
+
"geometry": {
|
|
13754
|
+
"type": "Point",
|
|
13755
|
+
"coordinates": [
|
|
13756
|
+
7.740036,
|
|
13757
|
+
54.451897,
|
|
13758
|
+
0
|
|
13759
|
+
]
|
|
13760
|
+
},
|
|
13761
|
+
"properties": {
|
|
13762
|
+
"title": "EDYH",
|
|
13763
|
+
"type": "heliport",
|
|
13764
|
+
"description": "Helwind A",
|
|
13765
|
+
"elevation": 0,
|
|
13766
|
+
"municipality": "",
|
|
13767
|
+
"fileSize": 864,
|
|
13768
|
+
"marker-symbol": "heliport",
|
|
13769
|
+
"marker-color": "#555555"
|
|
13770
|
+
}
|
|
13771
|
+
},
|
|
13772
|
+
{
|
|
13773
|
+
"type": "Feature",
|
|
13774
|
+
"geometry": {
|
|
13775
|
+
"type": "Point",
|
|
13776
|
+
"coordinates": [
|
|
13777
|
+
7.700052,
|
|
13778
|
+
54.399167,
|
|
13779
|
+
0
|
|
13780
|
+
]
|
|
13781
|
+
},
|
|
13782
|
+
"properties": {
|
|
13783
|
+
"title": "EDYM",
|
|
13784
|
+
"type": "heliport",
|
|
13785
|
+
"description": "Meerwind S O",
|
|
13786
|
+
"elevation": 0,
|
|
13787
|
+
"municipality": "",
|
|
13788
|
+
"fileSize": 880,
|
|
13789
|
+
"marker-symbol": "heliport",
|
|
13790
|
+
"marker-color": "#555555"
|
|
13791
|
+
}
|
|
13792
|
+
},
|
|
13793
|
+
{
|
|
13794
|
+
"type": "Feature",
|
|
13795
|
+
"geometry": {
|
|
13796
|
+
"type": "Point",
|
|
13797
|
+
"coordinates": [
|
|
13798
|
+
7.735453,
|
|
13799
|
+
54.519813,
|
|
13800
|
+
0
|
|
13801
|
+
]
|
|
13802
|
+
},
|
|
13803
|
+
"properties": {
|
|
13804
|
+
"title": "EDYA",
|
|
13805
|
+
"type": "heliport",
|
|
13806
|
+
"description": "Amrumbank West",
|
|
13807
|
+
"elevation": 0,
|
|
13808
|
+
"municipality": "",
|
|
13809
|
+
"fileSize": 872,
|
|
13810
|
+
"marker-symbol": "heliport",
|
|
13811
|
+
"marker-color": "#555555"
|
|
13812
|
+
}
|
|
13813
|
+
},
|
|
13729
13814
|
{
|
|
13730
13815
|
"type": "Feature",
|
|
13731
13816
|
"geometry": {
|
|
@@ -19677,8 +19762,8 @@
|
|
|
19677
19762
|
"elevation": 328,
|
|
19678
19763
|
"municipality": "Salzgitter",
|
|
19679
19764
|
"fileSize": 0,
|
|
19680
|
-
"marker-symbol": "
|
|
19681
|
-
"marker-color": "#
|
|
19765
|
+
"marker-symbol": "airport",
|
|
19766
|
+
"marker-color": "#555555"
|
|
19682
19767
|
}
|
|
19683
19768
|
},
|
|
19684
19769
|
{
|
|
@@ -21769,14 +21854,14 @@
|
|
|
21769
21854
|
"coordinates": [
|
|
21770
21855
|
-2.47416,
|
|
21771
21856
|
52.0019,
|
|
21772
|
-
|
|
21857
|
+
45.72
|
|
21773
21858
|
]
|
|
21774
21859
|
},
|
|
21775
21860
|
"properties": {
|
|
21776
21861
|
"title": "EG34",
|
|
21777
21862
|
"type": "medium_airport",
|
|
21778
21863
|
"description": "Ledbury Airfield",
|
|
21779
|
-
"elevation":
|
|
21864
|
+
"elevation": 150,
|
|
21780
21865
|
"municipality": "Dymock, Gloucestershire",
|
|
21781
21866
|
"fileSize": 1184,
|
|
21782
21867
|
"marker-symbol": "airfield",
|
|
@@ -24746,13 +24831,13 @@
|
|
|
24746
24831
|
},
|
|
24747
24832
|
"properties": {
|
|
24748
24833
|
"title": "EGSD",
|
|
24749
|
-
"type": "
|
|
24750
|
-
"description": "Great Yarmouth - North Denes
|
|
24834
|
+
"type": "heliport",
|
|
24835
|
+
"description": "Great Yarmouth - North Denes Heliport",
|
|
24751
24836
|
"elevation": 6,
|
|
24752
24837
|
"municipality": "Great Yarmouth, Norfolk",
|
|
24753
24838
|
"fileSize": 1248,
|
|
24754
|
-
"marker-symbol": "
|
|
24755
|
-
"marker-color": "#
|
|
24839
|
+
"marker-symbol": "heliport",
|
|
24840
|
+
"marker-color": "#555555"
|
|
24756
24841
|
}
|
|
24757
24842
|
},
|
|
24758
24843
|
{
|
|
@@ -32902,8 +32987,8 @@
|
|
|
32902
32987
|
"geometry": {
|
|
32903
32988
|
"type": "Point",
|
|
32904
32989
|
"coordinates": [
|
|
32905
|
-
24.
|
|
32906
|
-
54.
|
|
32990
|
+
24.058748,
|
|
32991
|
+
54.652212,
|
|
32907
32992
|
60.96
|
|
32908
32993
|
]
|
|
32909
32994
|
},
|
|
@@ -39884,14 +39969,14 @@
|
|
|
39884
39969
|
"coordinates": [
|
|
39885
39970
|
-1.18721,
|
|
39886
39971
|
53.947146,
|
|
39887
|
-
|
|
39972
|
+
15.8496
|
|
39888
39973
|
]
|
|
39889
39974
|
},
|
|
39890
39975
|
"properties": {
|
|
39891
39976
|
"title": "EGYJ",
|
|
39892
39977
|
"type": "medium_airport",
|
|
39893
39978
|
"description": "Rufforth West Airfield",
|
|
39894
|
-
"elevation":
|
|
39979
|
+
"elevation": 52,
|
|
39895
39980
|
"municipality": "York, North Yorkshire",
|
|
39896
39981
|
"fileSize": 1136,
|
|
39897
39982
|
"marker-symbol": "airfield",
|
|
@@ -41061,7 +41146,7 @@
|
|
|
41061
41146
|
"municipality": "Smara",
|
|
41062
41147
|
"fileSize": 936,
|
|
41063
41148
|
"marker-symbol": "airport",
|
|
41064
|
-
"marker-color": "#
|
|
41149
|
+
"marker-color": "#555555"
|
|
41065
41150
|
}
|
|
41066
41151
|
},
|
|
41067
41152
|
{
|
|
@@ -51899,8 +51984,8 @@
|
|
|
51899
51984
|
"geometry": {
|
|
51900
51985
|
"type": "Point",
|
|
51901
51986
|
"coordinates": [
|
|
51902
|
-
-97.
|
|
51903
|
-
36.
|
|
51987
|
+
-97.349619,
|
|
51988
|
+
36.745212,
|
|
51904
51989
|
313.944
|
|
51905
51990
|
]
|
|
51906
51991
|
},
|
|
@@ -90419,12 +90504,12 @@
|
|
|
90419
90504
|
"properties": {
|
|
90420
90505
|
"title": "LELN",
|
|
90421
90506
|
"type": "large_airport",
|
|
90422
|
-
"description": "León
|
|
90507
|
+
"description": "León Airport",
|
|
90423
90508
|
"elevation": 3006,
|
|
90424
|
-
"municipality": "La Virgen
|
|
90509
|
+
"municipality": "La Virgen del Camino",
|
|
90425
90510
|
"fileSize": 1256,
|
|
90426
90511
|
"marker-symbol": "airport",
|
|
90427
|
-
"marker-color": "#
|
|
90512
|
+
"marker-color": "#555555"
|
|
90428
90513
|
}
|
|
90429
90514
|
},
|
|
90430
90515
|
{
|
|
@@ -99212,8 +99297,8 @@
|
|
|
99212
99297
|
"geometry": {
|
|
99213
99298
|
"type": "Point",
|
|
99214
99299
|
"coordinates": [
|
|
99215
|
-
13.
|
|
99216
|
-
45.
|
|
99300
|
+
13.466672,
|
|
99301
|
+
45.827862,
|
|
99217
99302
|
11.8872
|
|
99218
99303
|
]
|
|
99219
99304
|
},
|
|
@@ -99254,8 +99339,8 @@
|
|
|
99254
99339
|
"geometry": {
|
|
99255
99340
|
"type": "Point",
|
|
99256
99341
|
"coordinates": [
|
|
99257
|
-
12.
|
|
99258
|
-
45.
|
|
99342
|
+
12.086594,
|
|
99343
|
+
45.684382,
|
|
99259
99344
|
41.757600000000004
|
|
99260
99345
|
]
|
|
99261
99346
|
},
|
|
@@ -99297,8 +99382,8 @@
|
|
|
99297
99382
|
"geometry": {
|
|
99298
99383
|
"type": "Point",
|
|
99299
99384
|
"coordinates": [
|
|
99300
|
-
12.
|
|
99301
|
-
45.
|
|
99385
|
+
12.388733,
|
|
99386
|
+
45.428779,
|
|
99302
99387
|
4.572
|
|
99303
99388
|
]
|
|
99304
99389
|
},
|
|
@@ -99433,7 +99518,7 @@
|
|
|
99433
99518
|
"type": "medium_airport",
|
|
99434
99519
|
"description": "Rieti Airfield",
|
|
99435
99520
|
"elevation": 1278,
|
|
99436
|
-
"municipality": "Rieti",
|
|
99521
|
+
"municipality": "Rieti (RI)",
|
|
99437
99522
|
"fileSize": 1192,
|
|
99438
99523
|
"marker-symbol": "airfield",
|
|
99439
99524
|
"marker-color": "#777777"
|
|
@@ -99444,8 +99529,8 @@
|
|
|
99444
99529
|
"geometry": {
|
|
99445
99530
|
"type": "Point",
|
|
99446
99531
|
"coordinates": [
|
|
99447
|
-
11.
|
|
99448
|
-
43.
|
|
99532
|
+
11.255084,
|
|
99533
|
+
43.254942,
|
|
99449
99534
|
193.2432
|
|
99450
99535
|
]
|
|
99451
99536
|
},
|
|
@@ -99515,9 +99600,9 @@
|
|
|
99515
99600
|
"properties": {
|
|
99516
99601
|
"title": "LIRE",
|
|
99517
99602
|
"type": "small_airbase",
|
|
99518
|
-
"description": "Pratica
|
|
99603
|
+
"description": "Pratica di Mare Air Base",
|
|
99519
99604
|
"elevation": 41,
|
|
99520
|
-
"municipality": "Pomezia",
|
|
99605
|
+
"municipality": "Pomezia (RM)",
|
|
99521
99606
|
"fileSize": 960,
|
|
99522
99607
|
"marker-symbol": "airport",
|
|
99523
99608
|
"marker-color": "#555555",
|
|
@@ -99560,7 +99645,7 @@
|
|
|
99560
99645
|
"type": "medium_airbase",
|
|
99561
99646
|
"description": "Guidonia Air Base",
|
|
99562
99647
|
"elevation": 289,
|
|
99563
|
-
"municipality": "Guidonia",
|
|
99648
|
+
"municipality": "Guidonia (RM)",
|
|
99564
99649
|
"fileSize": 1184,
|
|
99565
99650
|
"marker-symbol": "airport",
|
|
99566
99651
|
"marker-color": "#555555",
|
|
@@ -99786,8 +99871,8 @@
|
|
|
99786
99871
|
"geometry": {
|
|
99787
99872
|
"type": "Point",
|
|
99788
99873
|
"coordinates": [
|
|
99789
|
-
12.
|
|
99790
|
-
42.
|
|
99874
|
+
12.061362,
|
|
99875
|
+
42.435297,
|
|
99791
99876
|
302.3616
|
|
99792
99877
|
]
|
|
99793
99878
|
},
|
|
@@ -112013,8 +112098,8 @@
|
|
|
112013
112098
|
"geometry": {
|
|
112014
112099
|
"type": "Point",
|
|
112015
112100
|
"coordinates": [
|
|
112016
|
-
-
|
|
112017
|
-
-10.
|
|
112101
|
+
-160.999424,
|
|
112102
|
+
-10.38091,
|
|
112018
112103
|
3.3528000000000002
|
|
112019
112104
|
]
|
|
112020
112105
|
},
|
|
@@ -119773,15 +119858,15 @@
|
|
|
119773
119858
|
"geometry": {
|
|
119774
119859
|
"type": "Point",
|
|
119775
119860
|
"coordinates": [
|
|
119776
|
-
45.
|
|
119777
|
-
35.
|
|
119861
|
+
45.315137,
|
|
119862
|
+
35.560487,
|
|
119778
119863
|
760.1712
|
|
119779
119864
|
]
|
|
119780
119865
|
},
|
|
119781
119866
|
"properties": {
|
|
119782
|
-
"title": "
|
|
119867
|
+
"title": "ORSJ",
|
|
119783
119868
|
"type": "small_airport",
|
|
119784
|
-
"description": "
|
|
119869
|
+
"description": "Jalal Talabani International Airport",
|
|
119785
119870
|
"elevation": 2494,
|
|
119786
119871
|
"municipality": "Sulaymaniyah",
|
|
119787
119872
|
"fileSize": 960,
|
|
@@ -120365,8 +120450,8 @@
|
|
|
120365
120450
|
"geometry": {
|
|
120366
120451
|
"type": "Point",
|
|
120367
120452
|
"coordinates": [
|
|
120368
|
-
-145.
|
|
120369
|
-
63.
|
|
120453
|
+
-145.722,
|
|
120454
|
+
63.994499,
|
|
120370
120455
|
393.4968
|
|
120371
120456
|
]
|
|
120372
120457
|
},
|
|
@@ -122449,20 +122534,20 @@
|
|
|
122449
122534
|
"geometry": {
|
|
122450
122535
|
"type": "Point",
|
|
122451
122536
|
"coordinates": [
|
|
122452
|
-
145.
|
|
122453
|
-
|
|
122537
|
+
145.619355,
|
|
122538
|
+
14.999207,
|
|
122454
122539
|
82.6008
|
|
122455
122540
|
]
|
|
122456
122541
|
},
|
|
122457
122542
|
"properties": {
|
|
122458
122543
|
"title": "PGWT",
|
|
122459
122544
|
"type": "small_airport",
|
|
122460
|
-
"description": "Tinian International Airport",
|
|
122545
|
+
"description": "Francisco Manglona Borja / Tinian International Airport",
|
|
122461
122546
|
"elevation": 271,
|
|
122462
122547
|
"municipality": "Tinian Island",
|
|
122463
122548
|
"fileSize": 944,
|
|
122464
122549
|
"marker-symbol": "airport",
|
|
122465
|
-
"marker-color": "#
|
|
122550
|
+
"marker-color": "#555555"
|
|
122466
122551
|
}
|
|
122467
122552
|
},
|
|
122468
122553
|
{
|
|
@@ -123292,8 +123377,8 @@
|
|
|
123292
123377
|
"geometry": {
|
|
123293
123378
|
"type": "Point",
|
|
123294
123379
|
"coordinates": [
|
|
123295
|
-
120.
|
|
123296
|
-
22.
|
|
123380
|
+
120.461712,
|
|
123381
|
+
22.672579,
|
|
123297
123382
|
23.7744
|
|
123298
123383
|
]
|
|
123299
123384
|
},
|
|
@@ -123335,8 +123420,8 @@
|
|
|
123335
123420
|
"geometry": {
|
|
123336
123421
|
"type": "Point",
|
|
123337
123422
|
"coordinates": [
|
|
123338
|
-
121.
|
|
123339
|
-
22.
|
|
123423
|
+
121.101794,
|
|
123424
|
+
22.754856,
|
|
123340
123425
|
43.586400000000005
|
|
123341
123426
|
]
|
|
123342
123427
|
},
|
|
@@ -123483,8 +123568,8 @@
|
|
|
123483
123568
|
"geometry": {
|
|
123484
123569
|
"type": "Point",
|
|
123485
123570
|
"coordinates": [
|
|
123486
|
-
120.
|
|
123487
|
-
26.
|
|
123571
|
+
120.002679,
|
|
123572
|
+
26.22414,
|
|
123488
123573
|
12.4968
|
|
123489
123574
|
]
|
|
123490
123575
|
},
|
|
@@ -133689,8 +133774,8 @@
|
|
|
133689
133774
|
"geometry": {
|
|
133690
133775
|
"type": "Point",
|
|
133691
133776
|
"coordinates": [
|
|
133692
|
-
-70.
|
|
133693
|
-
-27.
|
|
133777
|
+
-70.779198,
|
|
133778
|
+
-27.2612,
|
|
133694
133779
|
204.216
|
|
133695
133780
|
]
|
|
133696
133781
|
},
|
|
@@ -146005,16 +146090,16 @@
|
|
|
146005
146090
|
"geometry": {
|
|
146006
146091
|
"type": "Point",
|
|
146007
146092
|
"coordinates": [
|
|
146008
|
-
-72.
|
|
146009
|
-
7.
|
|
146010
|
-
|
|
146093
|
+
-72.202778,
|
|
146094
|
+
7.801389,
|
|
146095
|
+
1009.8024
|
|
146011
146096
|
]
|
|
146012
146097
|
},
|
|
146013
146098
|
"properties": {
|
|
146014
146099
|
"title": "SVPM",
|
|
146015
146100
|
"type": "small_airport",
|
|
146016
146101
|
"description": "Paramillo Airport",
|
|
146017
|
-
"elevation":
|
|
146102
|
+
"elevation": 3313,
|
|
146018
146103
|
"municipality": "San Cristóbal",
|
|
146019
146104
|
"fileSize": 928,
|
|
146020
146105
|
"marker-symbol": "airport",
|
|
@@ -151301,8 +151386,8 @@
|
|
|
151301
151386
|
"geometry": {
|
|
151302
151387
|
"type": "Point",
|
|
151303
151388
|
"coordinates": [
|
|
151304
|
-
45.
|
|
151305
|
-
64.
|
|
151389
|
+
45.723,
|
|
151390
|
+
64.896004,
|
|
151306
151391
|
67.056
|
|
151307
151392
|
]
|
|
151308
151393
|
},
|
|
@@ -153595,8 +153680,8 @@
|
|
|
153595
153680
|
"geometry": {
|
|
153596
153681
|
"type": "Point",
|
|
153597
153682
|
"coordinates": [
|
|
153598
|
-
39.
|
|
153599
|
-
51.
|
|
153683
|
+
39.230948,
|
|
153684
|
+
51.814324,
|
|
153600
153685
|
156.6672
|
|
153601
153686
|
]
|
|
153602
153687
|
},
|
|
@@ -153608,7 +153693,7 @@
|
|
|
153608
153693
|
"municipality": "Voronezh",
|
|
153609
153694
|
"fileSize": 1008,
|
|
153610
153695
|
"marker-symbol": "airport",
|
|
153611
|
-
"marker-color": "#
|
|
153696
|
+
"marker-color": "#555555"
|
|
153612
153697
|
}
|
|
153613
153698
|
},
|
|
153614
153699
|
{
|
|
@@ -153763,8 +153848,8 @@
|
|
|
153763
153848
|
"geometry": {
|
|
153764
153849
|
"type": "Point",
|
|
153765
153850
|
"coordinates": [
|
|
153766
|
-
48.
|
|
153767
|
-
54.
|
|
153851
|
+
48.225569,
|
|
153852
|
+
54.27016,
|
|
153768
153853
|
136.8552
|
|
153769
153854
|
]
|
|
153770
153855
|
},
|
|
@@ -153776,7 +153861,7 @@
|
|
|
153776
153861
|
"municipality": "Ulyanovsk",
|
|
153777
153862
|
"fileSize": 944,
|
|
153778
153863
|
"marker-symbol": "airport",
|
|
153779
|
-
"marker-color": "#
|
|
153864
|
+
"marker-color": "#555555"
|
|
153780
153865
|
}
|
|
153781
153866
|
},
|
|
153782
153867
|
{
|
|
@@ -153847,8 +153932,8 @@
|
|
|
153847
153932
|
"geometry": {
|
|
153848
153933
|
"type": "Point",
|
|
153849
153934
|
"coordinates": [
|
|
153850
|
-
45.
|
|
153851
|
-
53.
|
|
153935
|
+
45.021099,
|
|
153936
|
+
53.1106,
|
|
153852
153937
|
187.1472
|
|
153853
153938
|
]
|
|
153854
153939
|
},
|
|
@@ -161672,7 +161757,7 @@
|
|
|
161672
161757
|
"properties": {
|
|
161673
161758
|
"title": "WAOH",
|
|
161674
161759
|
"type": "small_airport",
|
|
161675
|
-
"description": "
|
|
161760
|
+
"description": "Kota Baru Airport",
|
|
161676
161761
|
"elevation": 197,
|
|
161677
161762
|
"municipality": "Mekar Putih, Kotabaru",
|
|
161678
161763
|
"fileSize": 936,
|
|
@@ -171223,7 +171308,7 @@
|
|
|
171223
171308
|
"type": "closed",
|
|
171224
171309
|
"description": "Ngukurr Airport",
|
|
171225
171310
|
"elevation": 45,
|
|
171226
|
-
"municipality": "",
|
|
171311
|
+
"municipality": "Roper River",
|
|
171227
171312
|
"fileSize": 920,
|
|
171228
171313
|
"marker-symbol": "airport",
|
|
171229
171314
|
"marker-color": "#555555"
|
|
@@ -176488,8 +176573,8 @@
|
|
|
176488
176573
|
"geometry": {
|
|
176489
176574
|
"type": "Point",
|
|
176490
176575
|
"coordinates": [
|
|
176491
|
-
108.
|
|
176492
|
-
34.
|
|
176576
|
+
108.762385,
|
|
176577
|
+
34.442207,
|
|
176493
176578
|
479.1456
|
|
176494
176579
|
]
|
|
176495
176580
|
},
|
|
@@ -176498,7 +176583,7 @@
|
|
|
176498
176583
|
"type": "small_airport",
|
|
176499
176584
|
"description": "Xi'an Xianyang International Airport",
|
|
176500
176585
|
"elevation": 1572,
|
|
176501
|
-
"municipality": "
|
|
176586
|
+
"municipality": "Xi'an",
|
|
176502
176587
|
"fileSize": 1032,
|
|
176503
176588
|
"marker-symbol": "airport",
|
|
176504
176589
|
"marker-color": "#5e6eba"
|
|
@@ -177813,14 +177898,14 @@
|
|
|
177813
177898
|
"coordinates": [
|
|
177814
177899
|
122.362307,
|
|
177815
177900
|
29.933874,
|
|
177816
|
-
|
|
177901
|
+
1.8288000000000002
|
|
177817
177902
|
]
|
|
177818
177903
|
},
|
|
177819
177904
|
"properties": {
|
|
177820
177905
|
"title": "ZSZS",
|
|
177821
177906
|
"type": "small_airport",
|
|
177822
177907
|
"description": "Zhoushan Putuoshan International Airport",
|
|
177823
|
-
"elevation":
|
|
177908
|
+
"elevation": 6,
|
|
177824
177909
|
"municipality": "Zhoushan",
|
|
177825
177910
|
"fileSize": 960,
|
|
177826
177911
|
"marker-symbol": "airport",
|
package/get-airports.js
CHANGED
|
@@ -97,8 +97,8 @@ for (const airportsRecord of airportsRecords) {
|
|
|
97
97
|
icaoCoordinatesObject.push({
|
|
98
98
|
code: bestCode,
|
|
99
99
|
name: airportsRecord[3],
|
|
100
|
-
lat: airportsRecord[4],
|
|
101
|
-
lon: airportsRecord[5],
|
|
100
|
+
lat: Number(airportsRecord[4]),
|
|
101
|
+
lon: Number(airportsRecord[5]),
|
|
102
102
|
});
|
|
103
103
|
}
|
|
104
104
|
|
|
@@ -159,7 +159,7 @@ process.stdout.write(`ICAO coordinates list written to \x1b[92m${icaoCoordinates
|
|
|
159
159
|
// Write the ICAO codes with airport names and geocoordinates to airport-coordinates-object.json
|
|
160
160
|
const icaoCoordinatesObjectFilePath = path.join(outputDirectory, "airport-coordinates-object.json");
|
|
161
161
|
fs.writeFileSync(icaoCoordinatesObjectFilePath, JSON.stringify(icaoCoordinatesObject, null, 2) + "\n", "utf-8");
|
|
162
|
-
process.stdout.write(`ICAO coordinates
|
|
162
|
+
process.stdout.write(`ICAO coordinates object list written to \x1b[92m${icaoCoordinatesObjectFilePath}\x1b[0m\n`);
|
|
163
163
|
|
|
164
164
|
// Write the missing codes to airports-unmatched.md
|
|
165
165
|
const unmatchedFilePath = path.join(outputDirectory, "airports-unmatched.md");
|
|
@@ -190,6 +190,7 @@ if (aeroflyAirports.size > 0) {
|
|
|
190
190
|
).toFixed(1)}%\x1b[0m
|
|
191
191
|
Missing matches for Aerofly FS4 Airport codes:
|
|
192
192
|
\x1b[90m> ${[...aeroflyAirports]
|
|
193
|
+
.sort()
|
|
193
194
|
.map((a) => {
|
|
194
195
|
return a[0];
|
|
195
196
|
})
|