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
516 stars 184 forks source link

iata data is missing .. #24

Closed rehman22 closed 2 years ago

rehman22 commented 5 years ago

there is no iata data in it kindly upload .. thanks

mborsetti commented 4 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