Skip to content

Commit

Permalink
Version 20230624
Browse files Browse the repository at this point in the history
  • Loading branch information
mborsetti committed Jun 24, 2023
1 parent 403ee05 commit 8ce548c
Show file tree
Hide file tree
Showing 6 changed files with 58 additions and 23 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,24 @@ on the UTC date of the release.

`Contributions <https://github.com/mborsetti/airportdata/blob/master/CHANGELOG.rst>`__ always welcomed!

20230624
=================
* Added _OUK/OUK, Out Skerries Airstrip, Shetland, Scotland, Great Britain, LID: EG78. This is a landing strip
which has an IATA location identifier but no ICAO one, and is not present in GB'S AIP. As such, a pseudo-IATA location
identifier of ``_OUK`` is used in this database. This airstrip is often identified as ``EG78`` (which is not an
ICAO location identifier) and this value is used as a pseudo-LID. Based on the upstream PR `#89
<https://github.com/mwgg/Airports/issues/89>`__ by `Oren Geva <https://github.com/o4oren>`__.
* Added IATA location identifier and fixed information on UESG/BGN, Belaya Gora Airport, Belaya Gora, Sakha Republic,
Russia (based on the upstream PR `#88 <https://github.com/mwgg/Airports/issues/88>`__ by `tdewin
<https://github.com/tdewin>`__).
* Removed ETUR/BGN, Brugge Air Base, Nordrhein-Westfalen, Germany, closed on 15 June 2001.
* Added VCRI/HRI, Mattala Rajapaksa International Airport, Hambantota, Southern Province, Sri Lanka (based on
the upstream PR `#90 <https://github.com/mwgg/Airports/issues/90>`__ by `Justin Dixson
<https://github.com/JDShadowline>`__).
* Added IATA code to VCCN/KTY, Katukurunda Airport, Kalutara, Western Province, Sri Lanka.
* Updated airport names and province names for airports in Sri Lanka.



20230617
=================
Expand Down
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
airportsdata
============

.. |ICAO| replace:: 28,140
.. |ICAO| replace:: 28,141

.. |IATA| replace:: 6,547
.. |IATA| replace:: 6,550

.. |LID| replace:: 12,566
.. |LID| replace:: 12,567

.. |version| image:: https://img.shields.io/pypi/v/airportsdata.svg
:target: https://pypi.org/project/airportsdata/
Expand Down
9 changes: 9 additions & 0 deletions README_AIP.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,15 @@ contained here.
* - FM
- https://www.faa.gov/air_traffic/flight_info/aeronav/digital_products/dafd/
- Airport/Facility Directory
* - GB
- https://nats-uk.ead-it.com/cms-nats/opencms/en/Publications/AIP/
-
* - GU
- https://www.faa.gov/air_traffic/flight_info/aeronav/digital_products/dafd/
- Airport/Facility Directory
* - LK
- https://www.airport.lk/aasl/AIS/web.Home.htm
-
* - IT
- https://pre.enav.it/en/services/list
- Registration required
Expand All @@ -44,6 +50,9 @@ contained here.
* - PW
- https://www.faa.gov/air_traffic/flight_info/aeronav/digital_products/dafd/
- Airport/Facility Directory
* - RU
- http://www.caiga.ru/products/?lang=en
-
* - SG
- https://aim-sg.caas.gov.sg/
- Registration required
Expand Down
21 changes: 14 additions & 7 deletions RELEASE.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
* Multiple fixes and additions suggested by `Nicolas Bridoux <https://github.com/Bridouille>`__ upstream in issue `#86
<https://github.com/mwgg/Airports/issues/86>`__.
* Added collection of links to national `Aeronautical Information Publications (AIP) or equivalent <https://github
.com/mborsetti/airportsdata/blob/main/README_AIP.rst>`__.
* Added IATA code to KLAL/LAL, Lakeland Linder International Airport, Lakeland, Florida, USA (reported by `Scott
Boutang <https://github.com/sboutang>`__ in issue `#23 <https://github.com/mborsetti/airportsdata/issues/23>`__).
* Added IATA codes to multiple KL** airports.
* Added _OUK/OUK, Out Skerries Airstrip, Shetland, Scotland, Great Britain, LID: EG78. This is a landing strip
which has an IATA location identifier but no ICAO one, and is not present in GB'S AIP. As such, a pseudo-IATA location
identifier of ``_OUK`` is used in this database. This airstrip is often identified as ``EG78`` (which is not an
ICAO location identifier) and this value is used as a pseudo-LID. Based on the upstream PR `#89
<https://github.com/mwgg/Airports/issues/89>`__ by `Oren Geva <https://github.com/o4oren>`__.
* Added IATA location identifier and fixed information on UESG/BGN, Belaya Gora Airport, Belaya Gora, Sakha Republic,
Russia (based on the upstream PR `#88 <https://github.com/mwgg/Airports/issues/88>`__ by `tdewin
<https://github.com/tdewin>`__).
* Removed ETUR/BGN, Brugge Air Base, Nordrhein-Westfalen, Germany, closed on 15 June 2001.
* Added VCRI/HRI, Mattala Rajapaksa International Airport, Hambantota, Southern Province, Sri Lanka (based on
the upstream PR `#90 <https://github.com/mwgg/Airports/issues/90>`__ by `Justin Dixson
<https://github.com/JDShadowline>`__).
* Added IATA code to VCCN/KTY, Katukurunda Airport, Kalutara, Western Province, Sri Lanka.
* Updated airport names and province names for airports in Sri Lanka.
2 changes: 1 addition & 1 deletion airportsdata/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

__project_name__ = __package__
# Release numbering follows the release date
__version__ = '20230617'
__version__ = '20230624'
__min_python_version__ = (3, 8)
__author__ = 'Mike Borsetti <mike@borsetti.com>'
__copyright__ = 'Copyright 2020- Mike Borsetti'
Expand Down
25 changes: 13 additions & 12 deletions airportsdata/airports.csv
Original file line number Diff line number Diff line change
Expand Up @@ -7849,7 +7849,6 @@
"ETSL","","Lechfeld Airport","","Bayern","DE",1822,48.1855010986,10.8612003326,"Europe/Berlin",""
"ETSN","","Neuburg Airport","","Bayern","DE",1249,48.7109985352,11.2115001678,"Europe/Berlin",""
"ETUO","GUT","Gutersloh Airport","Gutersloh","Nordrhein-Westfalen","DE",236,51.9227981567,8.3063297272,"Europe/Berlin",""
"ETUR","BGN","Brugge Air Base","","Nordrhein-Westfalen","DE",0,51.1996994019,6.1320800781,"Europe/Berlin",""
"ETWM","","Meppe Airport","","Niedersachsen","DE",0,52.7232017517,7.3263301849,"Europe/Berlin",""
"EVAD","","Adazi Airfield","Adazi","Adazi","LV",8,57.0985984802,24.2658004761,"Europe/Riga",""
"EVCA","","Cesis Airport","Cesis","Priekuli","LV",367,57.3244438171,25.3236103058,"Europe/Riga",""
Expand Down Expand Up @@ -24480,7 +24479,7 @@
"UERR","MJZ","Mirny Airport","Mirny","Chukot","RU",1156,62.5346984863,114.0390014648,"Asia/Yakutsk",""
"UERS","","Saskylakh Airport","Saskylakh","Chukot","RU",0,71.9279022217,114.0800018311,"Asia/Yakutsk",""
"UERT","","Vitim Airport","Vitim","Chukot","RU",610,59.4580001831,112.56300354,"Asia/Yakutsk",""
"UESG","","Belaya Gora Airport","","Chukot","RU",118,68.556602478,146.2315063477,"Asia/Magadan",""
"UESG","BGN","Belaya Gora Airport","Belaya Gora","Sakha Republic","RU",89,68.557000, 146.231167,"Asia/Magadan",""
"UESO","CKH","Chokurdakh Airport","Chokurdah","Chukot","RU",151,70.6231002808,147.9019927979,"Asia/Srednekolymsk",""
"UESS","CYX","Cherskiy Airport","Cherskiy","Chukot","RU",20,68.7406005859,161.3379974365,"Asia/Srednekolymsk",""
"UEST","IKS","Tiksi Airport","Tiksi","Chukot","RU",26,71.6977005005,128.9029998779,"Asia/Yakutsk",""
Expand Down Expand Up @@ -25075,19 +25074,20 @@
"VASL","SSE","Solapur Airport","Solapur","Maharashtra","IN",1584,17.6280002594,75.9347991943,"Asia/Kolkata",""
"VASU","STV","Surat Airport","","Gujarat","IN",16,21.1140995026,72.7417984009,"Asia/Kolkata",""
"VAUD","UDR","Maharana Pratap Airport","Udaipur","Rajasthan","IN",1684,24.6177005768,73.8961029053,"Asia/Kolkata",""
"VCBI","CMB","Bandaranaike International Colombo Airport","Colombo","Western","LK",30,7.1807599068,79.8841018677,"Asia/Colombo",""
"VCCA","ACJ","Anuradhapura Air Force Base","Anuradhapura","North Central","LK",324,8.30148983,80.4279022217,"Asia/Colombo",""
"VCBI","CMB","Bandaranaike International Apt Colombo Airport","Colombo","Western Province","LK",30,7.1807599068,79.8841018677,"Asia/Colombo",""
"VCCA","ACJ","Anuradhapura Airport","Anuradhapura","North Central Province","LK",324,8.30148983,80.4279022217,"Asia/Colombo",""
"VCCB","BTC","Batticaloa Airport","Batticaloa","Eastern Province","LK",20,7.7057600021,81.6788024902,"Asia/Colombo",""
"VCCC","RML","Colombo Ratmalana Airport","Colombo","Western","LK",22,6.8219900131,79.8861999512,"Asia/Colombo",""
"VCCC","RML","Colombo Int Arpt Ratmalana Airport","Colombo","Western Province","LK",22,6.8219900131,79.8861999512,"Asia/Colombo",""
"VCCG","GOY","Amparai Airport","Amparai","Eastern Province","LK",150,7.3370800018,81.6259002686,"Asia/Colombo",""
"VCCH","MNH","Hingurakgoda Air Force Base","Polonnaruwa Town","North Central","LK",170,8.0498104095,80.9813995361,"Asia/Colombo",""
"VCCJ","JAF","Kankesanturai Airport","Jaffna","Northern Province","LK",33,9.7923297882,80.070098877,"Asia/Colombo",""
"VCCK","KCT","Koggala Airport","Galle","Southern","LK",10,5.9936800003,80.3202972412,"Asia/Colombo",""
"VCCN","","Katukurunda Air Force Base","Kalutara","Western","LK",10,6.5521202087,79.9775009155,"Asia/Colombo",""
"VCCS","GIU","Sigiriya Air Force Base","Sigiriya","Central","LK",630,7.9566698074,80.7285003662,"Asia/Colombo",""
"VCCT","TRR","China Bay Airport","Trincomalee","Eastern Province","LK",6,8.5385103226,81.1819000244,"Asia/Colombo",""
"VCCH","MNH","Minneriya Airport","Polonnaruwa Town","North Central Province","LK",170,8.0498104095,80.9813995361,"Asia/Colombo",""
"VCCJ","JAF","Jaffna International Airport","Jaffna","Northern Province","LK",33,9.7923297882,80.070098877,"Asia/Colombo",""
"VCCK","KCT","Koggala Airport","Galle","Southern Province","LK",10,5.9936800003,80.3202972412,"Asia/Colombo",""
"VCCN","KTY","Katukurunda Airport","Kalutara","Western Province","LK",10,6.5521202087,79.9775009155,"Asia/Colombo",""
"VCCS","GIU","Sigiriya Airport","Sigiriya","Central Province","LK",630,7.9566698074,80.7285003662,"Asia/Colombo",""
"VCCT","TRR","China-Bay Airport","Trincomalee","Eastern Province","LK",6,8.5385103226,81.1819000244,"Asia/Colombo",""
"VCCV","","Vavuniya Airport","Vavuniya","Northern Province","LK",299,8.7413902283,80.4973983765,"Asia/Colombo",""
"VCCW","WRZ","Weerawila International Airport","Weerawila","Southern","LK",50,6.2544898987,81.2351989746,"Asia/Colombo",""
"VCCW","WRZ","Wirawila Airport","Weerawila","Southern Province","LK",50,6.2544898987,81.2351989746,"Asia/Colombo",""
"VCRI","HRI","Mattala Rajapaksa International Airport","Hambantota","Southern Province","LK",157,6.284500,81.124167,"Asia/Colombo",""
"VDBG","BBM","Battambang Airport","Battambang","","KH",59,13.0956001282,103.2239990234,"Asia/Phnom_Penh",""
"VDKC","","Kompong Cham Airport","Kompong Cham","Kampong-Cham","KH",148,12.0329999924,105.4329986572,"Asia/Phnom_Penh",""
"VDKH","KZC","Kampong Chhnang Airport","","Kampong-Chhnang","KH",56,12.255200386,104.5640029907,"Asia/Phnom_Penh",""
Expand Down Expand Up @@ -28139,3 +28139,4 @@
"ZYYJ","YNJ","Yanji Chaoyangchuan Airport","Yanji","Jilin","CN",624,42.8828010559,129.451004028,"Asia/Shanghai",""
"ZYYY","","Shenyang Dongta Airport","Shenyang","Liaoning","CN",0,41.7844009399,123.4960021973,"Asia/Shanghai",""
"_AYM","AYM","Yas Island Seaplane Base","Yas Island","Abu Dhabi","AE",0,24.467,54.6103,"Asia/Dubai",""
"_OUK","OUK","Out Skerries Airstrip","Shetland","Scotland","GB",20,60.425583,-0.7466,"Europe/London","EG78"

0 comments on commit 8ce548c

Please sign in to comment.