Closed gregorosaurus closed 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
The province for CZBF does not contain a dash. (New Brunswick). Removal of dash to have the same province as all other NB provinces.