-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
15 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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>`__). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 <[email protected]>' | ||
__copyright__ = 'Copyright 2020- Mike Borsetti' | ||
|
@@ -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) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters