mwgg / Airports

A JSON database of 28k+ airports with ICAO/IATA codes, names, cities, two-letter country identifiers, elevation, latitude & longitude, and a timezone identifier
MIT License
502 stars 180 forks source link

Update UACC's IATA code from TSE to NQZ (Astana International) #49

Closed mborsetti closed 4 years ago

mborsetti commented 4 years ago

On 8 June 2020, the airport officially changed its three-character IATA airport code from TSE to NQZ

https://en.wikipedia.org/wiki/Nursultan_Nazarbayev_International_Airport https://translate.google.com/translate?sl=ru&tl=en&u=https%3A%2F%2Ftime.kz%2Farticles%2Fzloba%2F2020%2F06%2F08%2Fpereimenovan-on-teper

mborsetti commented 4 years ago

This PR has been implemented in fork of this project housed at https://github.com/mborsetti/airportsdata, which is also available for those using Python over pip:

pip install airportsdata

To load the data into a dict:

import airportsdata
airports = airportsdata.load()  # key is ICAO code

or

import airportsdata
airports = airportsdata.load('IATA')  # key is IATA code