Closed rehman22 closed 2 years ago
A lot more IATA data is now available in the 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
there is no iata data in it kindly upload .. thanks