Description Usage Format Source Examples
A dataframe with basic information of airports all over the world
1 |
Dataframe
Unique OpenFlights identifier for this airport.
Name of airport. May or may not contain the City name.
Main city served by airport. May be spelled differently from Name.
Country or territory where airport is located. See Countries to cross-reference to ISO 3166-1 codes.
3-letter IATA code. Null if not assigned/unknown.
4-letter ICAO code. Null if not assigned.
Decimal degrees, usually to six significant digits. Negative is South, positive is North.
Decimal degrees, usually to six significant digits. Negative is West, positive is East.
In feet.
Hours offset from UTC. Fractional hours are expressed as decimals, eg. India is 5.5.
Daylight savings time. One of E (Europe), A (US/Canada), S (South America), O (Australia), Z (New Zealand), N (None) or U (Unknown).
Timezone in "tz" (Olson) format, eg. "America/Los_Angeles".
Type of the airport. Value "airport" for air terminals, "station" for train stations, "port" for ferry terminals and "unknown" if not known. In airports.csv, only type=airport is included.
Source of this data. "OurAirports" for data sourced from OurAirports, "Legacy" for old data not matched to OurAirports (mostly DAFIF), "User" for unverified user contributions.
<https://github.com/jpatokal/openflights/blob/master/data/airports.dat>
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.