Skip to content

Commit

Permalink
Version 20240207
Browse files Browse the repository at this point in the history
  • Loading branch information
mborsetti committed Feb 7, 2024
1 parent 88003bf commit 004c097
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 8 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ on the UTC date of the release.

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


Version 20240207
==================
* Added VEAY/AYJ, Maharishi Valmiki International Airport, Ayodhya, Uttar Pradesh, India. Contributed by `Vedant Modi
<https://github.com/thevedantmodi>`__ in issue `#35 <https://github.com/mborsetti/airportsdata/issues/35>`__).

Version 20240202
==================
* Added ZHEC/EHU, Ezhou Huahu Airport, Ezhou, Hubei, China. Contributed by `HaGoijer <https://github.com/HaGoijer>`__
Expand Down
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
airportsdata |downloads|
========================

.. |ICAO| replace:: 28,136
.. |ICAO| replace:: 28,137

.. |IATA| replace:: 7,591
.. |IATA| replace:: 7,592

.. |LID| replace:: 12,567

Expand Down Expand Up @@ -50,8 +50,8 @@ Each entry consists of the following data:
* ``icao``: ICAO 4-letter Location Indicator (Doc 7910) 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 in latin script, ideally using the local language;
* ``name``: Official name (diacritized latin script);
* ``city``: City (diacritized latin script), ideally using the local language;
* ``subd``: Subdivision (e.g. state, province, region, etc.), ideally using the local-language or English names of
`ISO 3166-2 <https://en.wikipedia.org/wiki/ISO_3166-2#Current_codes>`__;
* ``country``: `ISO 3166-1 <https://en.wikipedia.org/wiki/ISO_3166-1#Current_codes>`__ alpha-2 country code
Expand Down
4 changes: 2 additions & 2 deletions RELEASE.rst
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
* Added ZHEC/EHU, Ezhou Huahu Airport, Ezhou, Hubei, China. Contributed by `HaGoijer <https://github.com/HaGoijer>`__
in issue `#34 <https://github.com/mborsetti/airportsdata/issues/34>`__)
* Added VEAY/AYJ, Maharishi Valmiki International Airport, Ayodhya, Uttar Pradesh, India. Contributed by `Vedant Modi
<https://github.com/thevedantmodi>`__ in issue `#35 <https://github.com/mborsetti/airportsdata/issues/35>`__).
4 changes: 2 additions & 2 deletions 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__ = '20240202'
__version__ = '20240207'
__min_python_version__ = (3, 9)
__author__ = 'Mike Borsetti <mike@borsetti.com>'
__copyright__ = 'Copyright 2020- Mike Borsetti'
Expand Down Expand Up @@ -47,7 +47,7 @@ def load(code_type: CodeType = 'ICAO') -> Dict[str, 'Airport']:
:return: a dict of dicts, each entry having the following keys:
'icao': ICAO 4-letter Location Indicator or 4-alphanumeric FAA/TC LID
'iata': IATA 3-letter Location Code or an empty string
'name': Official name (latin script)
'name': Official name (diacritized latin script)
'city': City
'subd': Subdivision (e.g. state, province, region, etc.)
'country': ISO 3166-1 alpha 2-code (plus 'XK' for Kosovo)
Expand Down
1 change: 1 addition & 0 deletions airportsdata/airports.csv
Original file line number Diff line number Diff line change
Expand Up @@ -25107,6 +25107,7 @@
"VEAL","","Savitri Jindal Airport","Angul","Odisha","IN",624,20.910556,85.035,"Asia/Kolkata",""
"VEAN","IXV","Along Airport","","Arunachal-Pradesh","IN",900,28.1753005981,94.8020019531,"Asia/Kolkata",""
"VEAT","IXA","Agartala Airport","Agartala","Tripura","IN",46,23.8869991302,91.2404022217,"Asia/Kolkata",""
"VEAY","AYJ","Maharishi Valmiki International Airport","Ayodhya","Uttar Pradesh","IN",335,26.748034,82.150781,"Asia/Kolkata",""
"VEBA","","Behala Airport","Behala","West Bengal","IN",10,22.5042304993,88.2934265137,"Asia/Kolkata",""
"VEBD","IXB","Bagdogra Airport","Siliguri","West Bengal","IN",412,26.6812000275,88.3285980225,"Asia/Kolkata",""
"VEBG","RGH","Balurghat Airport","Balurghat","West Bengal","IN",78,25.2616996765,88.7956008911,"Asia/Kolkata",""
Expand Down

0 comments on commit 004c097

Please sign in to comment.