From 0bec906da8b2ba871f92b23b09b2dd61b5348677 Mon Sep 17 00:00:00 2001 From: Mike Borsetti Date: Tue, 1 Oct 2024 08:56:46 +0800 Subject: [PATCH] Version 20241001 --- CHANGELOG.rst | 26 +++++++++++++++++--------- RELEASE.rst | 15 ++++++++++++--- airportsdata/__init__.py | 2 +- airportsdata/airports.csv | 13 ++++--------- 4 files changed, 34 insertions(+), 22 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 8690487..f2a20ce 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -8,13 +8,13 @@ on the UTC date of the release. `Contributions `__ always welcomed! -Version 240930 -================== +Version 20241001 +================ * Contributions by `niclaswue `__ in PRs `#40 `__, validated and modified using ARINC data: - - DTNH/NBE, Enfidha–Hammamet International Airport, Enfidha, Sousse, TN. + - DTNH/NBE, Enfidha–Hammamet International Airport, Enfidha, Sousse, TN (old ICAO code was DNTZ). - ESKS/SCR, Sälen/Scandinavian Mountains Airport, Rörbäcksnäs, Dalarna, SE. - LTCU/BGG, Bingöl Airport, Çeltiksuyu, Bingöl, TR. - LTCV/NKT, Şırnak Şerafettin Elçi Airport, Cizre, Şırnak, TR. @@ -23,7 +23,6 @@ Version 240930 * Additional airports (added upstream): - OERS/RSI, Red Sea International Airport, Hanak, Tabuk, SA. - - VNPR/PKR, Pokhara International Airport, Pokhara, Gandaki Province, NP. - VTSY/BTZ, Yala Betong International Airport, Yarom, Yala, TH. - ZBSG/SZH, Shuozhou Zirun Airport, Shuozhou, Shanxi, CN. - ZSJG/JNG, Jining Da'an Airport, Jining, Shandong, CN. @@ -34,19 +33,28 @@ Version 240930 - CPV8/KEW, Keewaywin Airport, Keewaywin, Ontario, CA. - CTK6/ZKG, Kegaska Airport, Kegaska, Quebec, CA. - SBCD/CFC, Cacador Airport, Cacador, Santa Catarina, BR. - - ULBC/CEE, Cherepovets Airport, Cherepovets, Vologda. - YWHI/WSY, Whitsunday Island Airport, , Queensland, AU. +* Removed IATA codes from the following 2 airports: -Version 2024-08-06 -================== + - LTBE , Bursa Airport, Bursa, Bursa, TR (BTZ is now VTSY). + - YBAF , Brisbane Archerfield Airport, Brisbane, Queensland, AU (ACF is now ZWAL). + +* Removed the following 3 airports: + + - ULBC , Cherepovets Airport, Cherepovets, Vologda, RU (new ICAO code is ULWC, already in database). + - UTKF/FEG, Fergana Airport, Fergana, Fergana, U (new ICAO code is UTFF, already in database) + - ZLJN/JNG, Jining Qufu Airport, Jining, Shandong, CN (closed on 28 December 2023). + +Version 20240806 +================ * Added K6N7/NYS, New York Skyports Inc Seaplane Base, New York, New York, US. Contributed by `maidough `__ in PRs `#132 `__, validated and modified using FAA data. -Version 2024-07-28 -================== +Version 20240728 +================ * Added 40 new airports and fixed 56 ones: - Multiple additions and fixes contributed by `eatdostacos `__ in PRs `#119 `__, `#120 `__, `#121 diff --git a/RELEASE.rst b/RELEASE.rst index 774b7b9..2dc46c7 100644 --- a/RELEASE.rst +++ b/RELEASE.rst @@ -2,7 +2,7 @@ `__ in PRs `#40 `__, validated and modified using ARINC data: - - DTNH/NBE, Enfidha–Hammamet International Airport, Enfidha, Sousse, TN. + - DTNH/NBE, Enfidha–Hammamet International Airport, Enfidha, Sousse, TN (old ICAO code was DNTZ). - ESKS/SCR, Sälen/Scandinavian Mountains Airport, Rörbäcksnäs, Dalarna, SE. - LTCU/BGG, Bingöl Airport, Çeltiksuyu, Bingöl, TR. - LTCV/NKT, Şırnak Şerafettin Elçi Airport, Cizre, Şırnak, TR. @@ -11,7 +11,6 @@ * Additional airports (added upstream): - OERS/RSI, Red Sea International Airport, Hanak, Tabuk, SA. - - VNPR/PKR, Pokhara International Airport, Pokhara, Gandaki Province, NP. - VTSY/BTZ, Yala Betong International Airport, Yarom, Yala, TH. - ZBSG/SZH, Shuozhou Zirun Airport, Shuozhou, Shanxi, CN. - ZSJG/JNG, Jining Da'an Airport, Jining, Shandong, CN. @@ -22,5 +21,15 @@ - CPV8/KEW, Keewaywin Airport, Keewaywin, Ontario, CA. - CTK6/ZKG, Kegaska Airport, Kegaska, Quebec, CA. - SBCD/CFC, Cacador Airport, Cacador, Santa Catarina, BR. - - ULBC/CEE, Cherepovets Airport, Cherepovets, Vologda. - YWHI/WSY, Whitsunday Island Airport, , Queensland, AU. + +* Removed IATA codes from the following 2 airports: + + - LTBE , Bursa Airport, Bursa, Bursa, TR (BTZ is now VTSY). + - YBAF , Brisbane Archerfield Airport, Brisbane, Queensland, AU (ACF is now ZWAL). + +* Removed the following 3 airports: + + - ULBC , Cherepovets Airport, Cherepovets, Vologda, RU (new ICAO code is ULWC, already in database). + - UTKF/FEG, Fergana Airport, Fergana, Fergana, U (new ICAO code is UTFF, already in database) + - ZLJN/JNG, Jining Qufu Airport, Jining, Shandong, CN (closed on 28 December 2023). diff --git a/airportsdata/__init__.py b/airportsdata/__init__.py index 20247ac..41e87e6 100644 --- a/airportsdata/__init__.py +++ b/airportsdata/__init__.py @@ -11,7 +11,7 @@ __project_name__ = __package__ __min_python_version__ = (3, 9) # minimum version of Python required to run; supported until 4 October 2024 -__version__ = '20240930' # numbering follows the release date +__version__ = '20241001' # numbering follows the release date __author__ = 'Mike Borsetti ' __copyright__ = 'Copyright 2020- Mike Borsetti' __license__ = 'MIT' diff --git a/airportsdata/airports.csv b/airportsdata/airports.csv index 250cd19..a675ef9 100644 --- a/airportsdata/airports.csv +++ b/airportsdata/airports.csv @@ -6482,7 +6482,6 @@ "DNOS","","Oshogbo Airport","Oshogbo","Osun","NG",997,7.783,4.483,"Africa/Lagos","" "DNPO","PHC","Port Harcourt International Airport","Port Harcourt","Rivers","NG",87,5.01549,6.94959,"Africa/Lagos","" "DNSO","SKO","Sadiq Abubakar III International Airport","Sokoto","Sokoto","NG",1010,12.9163,5.20719,"Africa/Lagos","" -"DNTZ","NBE","Enfidha Zine El Abidine Ben Ali International Airport","Enfidha","Susah","TN",21,36.07583,10.43861,"Africa/Tunis","" "DNYO","YOL","Yola Airport","Yola","Adamawa","NG",599,9.25755,12.4304,"Africa/Lagos","" "DNZA","ZAR","Zaria Airport","Zaria","Kaduna","NG",2170,11.1302,7.68581,"Africa/Lagos","" "DRRA","","Tessaoua Airport","Tessaoua","Maradi","NE",1358,13.767,8.017,"Africa/Niamey","" @@ -16198,7 +16197,7 @@ "LTBA","ISL","Ataturk International Airport","Istanbul","Istanbul","TR",163,40.9769,28.8146,"Europe/Istanbul","" "LTBC","","Alasehir Airport","Alasehir","Manisa","TR",0,38.37,28.5571,"Europe/Istanbul","" "LTBD","CII","Cildir Airport","Aydin","Aydin","TR",102,37.815,27.8953,"Europe/Istanbul","" -"LTBE","BTZ","Bursa Airport","Bursa","Bursa","TR",331,40.2333,29.0092,"Europe/Istanbul","" +"LTBE","","Bursa Airport","Bursa","Bursa","TR",331,40.2333,29.0092,"Europe/Istanbul","" "LTBF","BZI","Balikesir Merkez Airport","Balikesir","Balikesir","TR",340,39.6193,27.926,"Europe/Istanbul","" "LTBG","BDM","Bandirma Airport","Bandirma","Balikesir","TR",170,40.318,27.9777,"Europe/Istanbul","" "LTBH","CKZ","Canakkale Airport","Canakkale","Canakkale","TR",23,40.1377,26.4268,"Europe/Istanbul","" @@ -24675,7 +24674,6 @@ "ULAS","CSH","Solovki Airport","Solovetsky Islands","Arkhangelskaya","RU",60,65.03,35.73333,"Europe/Moscow","" "ULAT","","Pertominsk Airport","Pertominsk","Arkhangelskaya","RU",56,64.79,38.42,"Europe/Moscow","" "ULAV","","Nizhnyaya Pesha Airport","Nizhnyaya Pesha","Nenets","RU",32,66.753,47.743,"Europe/Moscow","" -"ULBC","CEE","Cherepovets Airport","Cherepovets","Vologda","RU",377,59.2736,38.0158,"Europe/Moscow","" "ULBD","","Dolgoshchelye Airport","Dolgoshchelye","Arkhangelskaya","RU",0,66.0437,43.4581,"Europe/Moscow","" "ULBI","","Chizha Airport","Chizha","Nenets","RU",0,67.084,44.367,"Europe/Moscow","" "ULBL","","Lopshenga Airport","Lopshenga","Arkhangelskaya","RU",49,64.98,37.693,"Europe/Moscow","" @@ -24722,7 +24720,7 @@ "ULSK","","Korpikyulya Airfield","Gatchina","Leningradskaya-Oblast'","RU",0,59.605,30.2723,"Europe/Moscow","" "ULSM","","Manushkino Airfield","Manushkino","Leningradskaya-Oblast'","RU",0,59.8719,30.8028,"Europe/Moscow","" "ULSO","","Kuznetsovo Airfield","Rozhdestveno","Leningradskaya-Oblast'","RU",0,59.2452,29.9452,"Europe/Moscow","" -"ULWC","CEE","Cherepovets Airport","Cherepovets","Vologda","RU",377,59.27667,38.02833,"Europe/Moscow","" +"ULWC","CEE","Cherepovets Airport","Cherepovets","Vologda","RU",377,59.276167,38.018833,"Europe/Moscow","" "ULWK","","Kichmengskiy Gorodok Airport","Kichmengskiy Gorodok","Vologda","RU",0,59.977,45.825,"Europe/Moscow","" "ULWR","","Vytegra Airport","Vytegra","Vologda","RU",217,61.032,36.435,"Europe/Moscow","" "ULWU","VUS","Velikiy Ustyug Airport","Velikiy Ustyug","Vologda","RU",331,60.7883,46.26,"Europe/Moscow","" @@ -24909,9 +24907,8 @@ "UTDK","TJU","Kulob Airport","Kulyab","Khatlon","TJ",2293,37.9881,69.805,"Asia/Dushanbe","" "UTDL","LBD","Khudzhand Airport","Khudzhand","Viloyati-Sughd","TJ",1450,40.2154,69.6947,"Asia/Dushanbe","" "UTDT","KQT","Qurghonteppa International Airport","Kurgan-Tyube","Khatlon","TJ",1473,37.8664,68.8647,"Asia/Dushanbe","" -"UTFF","FEG","Fergana Airport","Fergana","Fergana Region","UZ",2052,40.358333,71.744667,"Asia/Tashkent","" +"UTFF","FEG","Fergana Airport","Fergana","Fergana","UZ",2052,40.358333,71.744667,"Asia/Tashkent","" "UTKA","AZN","Andizhan Airport","Andizhan","Andijon","UZ",1515,40.7277,72.294,"Asia/Tashkent","" -"UTKF","FEG","Fergana Airport","Fergana","Fergana","UZ",1980,40.3588,71.745,"Asia/Tashkent","" "UTKK","","Kokand Airport","Kokand","Fergana","UZ",1357,40.5398,70.9748,"Asia/Tashkent","" "UTKN","NMA","Namangan Airport","Namangan","Namangan","UZ",1555,40.9846,71.5567,"Asia/Samarkand","" "UTNM","","Muynak Airport","Muynak","Karakalpakstan","UZ",177,43.7552,59.0309,"Asia/Samarkand","" @@ -25370,7 +25367,6 @@ "VNNG","KEP","Nepalgunj Airport","Nepalgunj","Mid-Western","NP",540,28.1036,81.667,"Asia/Kathmandu","" "VNPK","PKR","Pokhara Airport","Pokhara","Western Region","NP",2712,28.2009,83.9821,"Asia/Kathmandu","" "VNPL","PPL","Phaplu Airport","Phaplu","Eastern Region","NP",7918,27.51779,86.58445,"Asia/Kathmandu","" -"VNPR","PKR","Pokhara International Airport","Pokhara","Gandaki Province","NP",800,28.18969,84.014893,"Asia/Kathmandu","" "VNRB","RJB","Rajbiraj Airport","Rajbiraj","Eastern Region","NP",250,26.517,86.75,"Asia/Kathmandu","" "VNRC","RHP","Ramechhap Airport","Ramechhap","Central Region","NP",1555,27.394,86.0614,"Asia/Kathmandu","" "VNRK","RUK","Rukumkot Airport","Rukumkot","Mid-Western","NP",2500,28.627,82.195,"Asia/Kathmandu","" @@ -26450,7 +26446,7 @@ "YAYR","AYR","Ayr Airport","","Queensland","AU",41,-19.5844,147.32899,"Australia/Brisbane","" "YBAB","","Baralaba","Baralaba","Queensland","AU",340,-24.18667,149.845,"Australia/Brisbane","" "YBAD","","Baradine Airport","","New South Wales","AU",0,-30.955,149.092,"Australia/Sydney","" -"YBAF","ACF","Brisbane Archerfield Airport","Brisbane","Queensland","AU",63,-27.5703,153.008,"Australia/Brisbane","" +"YBAF","","Brisbane Archerfield Airport","Brisbane","Queensland","AU",63,-27.5703,153.008,"Australia/Brisbane","" "YBAH","","Bauhinia Downs Airport","","Northern Territory","AU",0,-16.1333,135.467,"Australia/Darwin","" "YBAL","","Balladonia Airport","","Western Australia","AU",0,-32.35,123.618,"Australia/Perth","" "YBAM","ABM","Bamaga Injinoo Airport","","Queensland","AU",34,-10.9508,142.459,"Australia/Brisbane","" @@ -28070,7 +28066,6 @@ "ZLHZ","HZG","Hanzhong Airport","Hanzhong","Shaanxi","CN",0,33.0636,107.008,"Asia/Shanghai","" "ZLIC","INC","Yinchuan Hedong International Airport","Yinchuan","Ningxia Hui Autonomous Region","CN",3743,38.321,106.38978,"Asia/Shanghai","" "ZLJC","JIC","Jinchuan Airport","Jinchang","Gansu","CN",4740,38.54222,102.34833,"Asia/Shanghai","" -"ZLJN","JNG","Jining Qufu Airport","Jining","Shandong","CN",134,35.29278,116.34667,"Asia/Shanghai","" "ZLJQ","JGN","Jiayuguan Airport","Jiayuguan","Gansu","CN",0,39.8569,98.3414,"Asia/Shanghai","" "ZLLL","LHW","Lanzhou Zhongchuan Airport","Lanzhou","Gansu","CN",6388,36.5152,103.62,"Asia/Shanghai","" "ZLQY","IQN","Qingyang Airport","Qingyang","Gansu","CN",0,35.7997,107.603,"Asia/Shanghai",""