Skip to content

List of Airport codes, locations and other information around the world

Notifications You must be signed in to change notification settings

JoyPoint/airport-codes

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The airport codes may refer to either IATA airport code, a three-letter code which is used in passenger reservation, ticketing and baggage-handling systems, or the ICAO airport code which is a four letter code used by ATC systems and for airports that do not have an IATA airport code (from wikipedia).

Airport codes from around the world. Downloaded from public domain source http://ourairports.com/data/ who compiled this data from multiple different sources. This data is updated nightly.

Data

"data/airport-codes.csv" contains the list of all airport codes, the attributes are identified in datapackage description. Some of the columns contain attributes identifying airport locations, other codes (IATA, local if exist) that are relevant to identification of an airport.
Original source url is http://ourairports.com/data/airports.csv (stored in archive/data.csv)

Preparation

To update the data run the process script locally:

python scripts/process.py

Several steps will be done to get the final data.

  • save original data into archive/data.csv
  • merge columns "latitude_deg" and "longitude_deg" into "coordinates"
  • remove columns: "id", "scheduled_service", "home_link", "wikipedia_link", "keywords"

Automation

Daily updated 'Airport codes' datapackage could be found on the datahub.io:
https://datahub.io/core/airport-codes

License

The source specifies that the data can be used as is without any warranty. Given size and factual nature of the data and its source from a US company would imagine this was public domain and as such have licensed the Data Package under the Public Domain Dedication and License (PDDL).

About

List of Airport codes, locations and other information around the world

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%