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
488 stars 175 forks source link

Added WAHI/YIA Yogyakarta International Airport #48

Closed mborsetti closed 3 years ago

mborsetti commented 3 years ago

Added Yogyakarta International Airport https://en.wikipedia.org/wiki/Yogyakarta_International_Airport

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