Skip to content

Commit

Permalink
Version 20230509
Browse files Browse the repository at this point in the history
  • Loading branch information
mborsetti committed May 9, 2023
1 parent ce9a80f commit 184ce60
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 8 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,18 @@ on the UTC date of the release.

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

20230509
==================
* Updated Kuwait International's ICAO Location Indicator from OKBK to OKKK. Confirmed with ICAO data.
(Contributed upstream by `Toni Vicente <https://github.com/arv187>`__ in in PR `#85
<https://github.com/mwgg/Airports/pull/85>`__).


20230408
==================
* Changed IATA code of UBBG/GNJ, Ganja Airport, Ganja, Goygol-Rayon, Azerbaijan. (Contributed upstream by `Vladislav
Kobyakov <https://github.com/ayakudere>`__ in in PR `#82 <https://github.com/mwgg/Airports/pull/82>`__).
* Changed IATA location identifier of UBBG/GNJ, Ganja Airport, Ganja, Goygol-Rayon, Azerbaijan. (Contributed
upstream by `Vladislav Kobyakov <https://github.com/ayakudere>`__ in in PR `#82
<https://github.com/mwgg/Airports/pull/82>`__).


20230323
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ with |ICAO| entries.

Each entry consists of the following data:

* ``icao``: ICAO 4-letter Location Indicator or (if none) an internal Pseudo-ICAO Identifier[*] (|ICAO| entries)
* ``icao``: ICAO 4-letter DOC7910 Location Indicator or (if none) an internal Pseudo-ICAO Identifier[*] (|ICAO| entries)
* ``iata``: IATA 3-letter Location Code (|IATA| entries) or an empty string[#]
* ``name``: Official name (latin script)
* ``city``: City
Expand Down
5 changes: 3 additions & 2 deletions RELEASE.rst
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
* Changed IATA code of UBBG/GNJ, Ganja Airport, Ganja, Goygol-Rayon, Azerbaijan. (Contributed upstream by `Vladislav
Kobyakov <https://github.com/ayakudere>`__ in in PR `#82 <https://github.com/mwgg/Airports/pull/82>`__).
* Updated Kuwait International's ICAO Location Indicator from OKBK to OKKK. Confirmed with ICAO data.
(Contributed upstream by `Toni Vicente <https://github.com/arv187>`__ in in PR `#85
<https://github.com/mwgg/Airports/pull/85>`__).
2 changes: 1 addition & 1 deletion airportsdata/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

__project_name__ = __package__
# Release numbering follows the release date
__version__ = '20230408'
__version__ = '20230509'
__min_python_version__ = (3, 8)
__author__ = 'Mike Borsetti <mike@borsetti.com>'
__copyright__ = 'Copyright 2020- Mike Borsetti'
Expand Down
4 changes: 2 additions & 2 deletions airportsdata/airports.csv
Original file line number Diff line number Diff line change
Expand Up @@ -6968,7 +6968,7 @@
"EDXC","","Schleswig-Kropp Airport","Schleswig","Schleswig-Holstein","DE",52,54.42527771,9.5416669846,"Europe/Berlin",""
"EDXD","","Bohmte-Bad Essen Airport","Bohmte","Nordrhein-Westfalen","DE",148,52.3513908386,8.328332901,"Europe/Berlin",""
"EDXE","","Rheine-Eschendorf Airport","Rheine","Nordrhein-Westfalen","DE",131,52.276389,7.492778,"Europe/Berlin",""
"EDXF","FLF","Flensburg-Schaferhaus Airport","Flensburg","Schleswig-Holstein","DE",131,54.7733345032,9.3788890839,"Europe/Berlin",""
"EDXF","FLF","Flensburg-Schäferhaus Airport","Flensburg","Schleswig-Holstein","DE",131,54.7733345032,9.3788890839,"Europe/Berlin",""
"EDXG","","Melle-Gronegau Airport","Melle","Nordrhein-Westfalen","DE",236,52.2008323669,8.3805561066,"Europe/Berlin",""
"EDXH","HGL","Helgoland-Dune Airport","Helgoland","Schleswig-Holstein","DE",8,54.1852798462,7.9158329964,"Europe/Berlin",""
"EDXI","","Nienburg-Holzbalge Airport","Nienburg/Weser","Niedersachsen","DE",82,52.7097206116,9.1625003815,"Europe/Berlin",""
Expand Down Expand Up @@ -18472,8 +18472,8 @@
"OK99","","Sheridan Field","Drummond","Oklahoma","US",1220,36.2882777777778,-98.0231111111111,"America/Chicago","OK99"
"OKAJ","","Ahmed Al Jaber Air Base","Ahmed Al Jaber AB","","KW",409,28.9347991943,47.7919006348,"Asia/Kuwait",""
"OKAS","","Ali Al Salem Air Base","","","KW",472,29.3467006683,47.5208015442,"Asia/Kuwait",""
"OKBK","KWI","Kuwait International Airport","Kuwait City","","KW",206,29.226600647,47.9688987732,"Asia/Kuwait",""
"OKDI","","Udairi Army Air Field","Camp Buehring","Al-Jahraʼ","KW",430,29.697599411,47.436000824,"Asia/Kuwait",""
"OKKK","KWI","Kuwait International Airport","Kuwait City","","KW",206,29.2267666666667,47.9799527777778,"Asia/Kuwait",""
"OL02","","West Buttercreek Airport","Echo","Oregon","US",917,45.6652777777778,-119.386111111111,"America/Los_Angeles","OL02"
"OL05","","Skydive Oregon Airport","Molalla","Oregon","US",360,45.1462330555556,-122.617588611111,"America/Los_Angeles","OL05"
"OL10","","Waters Boone Airport","Hydro","Oklahoma","US",1676,35.6530555555556,-98.6058333333333,"America/Chicago","OL10"
Expand Down

0 comments on commit 184ce60

Please sign in to comment.