Skip to content

Commit

Permalink
Version 20230617
Browse files Browse the repository at this point in the history
  • Loading branch information
mborsetti committed Jun 17, 2023
1 parent a435fb8 commit 403ee05
Show file tree
Hide file tree
Showing 6 changed files with 162 additions and 81 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,17 @@ on the UTC date of the release.
`Contributions <https://github.com/mborsetti/airportdata/blob/master/CHANGELOG.rst>`__ always welcomed!


20230617
=================
* 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.


20230528
==================
* Added IATA Multi Airport City Location Identifiers as database file ``iata_macs.csv`` and in a dict
Expand Down
9 changes: 5 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
airportsdata
============

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

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

.. |LID| replace:: 12,566

Expand Down Expand Up @@ -73,8 +73,9 @@ Please report any issues you may find `here
<https://github.com/mborsetti/airportsdata/blob/main/CONTRIBUTING.rst>`__.

This project is a fork of https://github.com/mwgg/Airports. All new data submitted in this fork have been validated
against national AFD or ARINC database and `IATA <https://www.iata.org/en/publications/directories/code-search/>`__
before publishing.
against national `Aeronauical Information Publications (AIP) or equivalent
<https://github.com/mborsetti/airportsdata/blob/main/README_AIP.rst>`__ (or
ARINC database) and `IATA <https://www.iata.org/en/publications/directories/code-search/>`__ before publishing.

Raw data
========
Expand Down
58 changes: 58 additions & 0 deletions README_AIP.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
Whenever available, the data added to this fork has been validated against official information from a country's
Aeronautical Information Publication (AIP). For reference, a very incomplete of such publications and their URL is
contained here.


**Aeronautical Information Publication (AIP)** or equivalent

.. list-table::
:header-rows: 1

* - Country (ISO 3166-1)
- URL
- notes
* - AS
- https://www.faa.gov/air_traffic/flight_info/aeronav/digital_products/dafd/
- Airport/Facility Directory
* - CA
- https://www.navcanada.ca/en/aeronautical-information/aip-canada.aspx
-
* - CN
- https://www.eaipchina.cn/
- Registration required
* - FM
- https://www.faa.gov/air_traffic/flight_info/aeronav/digital_products/dafd/
- Airport/Facility Directory
* - GU
- https://www.faa.gov/air_traffic/flight_info/aeronav/digital_products/dafd/
- Airport/Facility Directory
* - IT
- https://pre.enav.it/en/services/list
- Registration required
* - MH
- https://www.faa.gov/air_traffic/flight_info/aeronav/digital_products/dafd/
- Airport/Facility Directory
* - MP
- https://www.faa.gov/air_traffic/flight_info/aeronav/digital_products/dafd/
- Airport/Facility Directory
* - MV
- https://www.macl.aero/corporate/services/operational/ans/aip
-
* - PR
- https://www.faa.gov/air_traffic/flight_info/aeronav/digital_products/dafd/
- Airport/Facility Directory
* - PW
- https://www.faa.gov/air_traffic/flight_info/aeronav/digital_products/dafd/
- Airport/Facility Directory
* - SG
- https://aim-sg.caas.gov.sg/
- Registration required
* - UM
- https://www.faa.gov/air_traffic/flight_info/aeronav/digital_products/dafd/
- Airport/Facility Directory
* - US
- https://www.faa.gov/air_traffic/flight_info/aeronav/digital_products/dafd/
- Airport/Facility Directory
* - VI
- https://www.faa.gov/air_traffic/flight_info/aeronav/digital_products/dafd/
- Airport/Facility Directory
12 changes: 7 additions & 5 deletions RELEASE.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
* Added IATA Multi Airport City Location Identifiers as database file ``iata_macs.csv`` and in a dict
(containing data of the city's airports) returned by a new Python function; see `README_IATA.rst
<https://github.com/mborsetti/airportsdata/blob/main/README_IATA.rst>`__) for complete information (requested by
`Étienne Corbillé <https://github.com/etiennecrb>`__ in issue `#19
<https://github.com/mborsetti/airportsdata/issues/19>`__).
* 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.
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__ = '20230528'
__version__ = '20230617'
__min_python_version__ = (3, 8)
__author__ = 'Mike Borsetti <mike@borsetti.com>'
__copyright__ = 'Copyright 2020- Mike Borsetti'
Expand Down
Loading

0 comments on commit 403ee05

Please sign in to comment.