airports | R Documentation |
This dataset is adapted from the airportr
package. Full credit and acknowledgment go to the original authors of the airportr
package for their contribution.
A dataset containing names, codes, locations, altitude, and timezones for airports.
airports
A data frame with 7698 rows and 14 variables:
OpenFlights database ID
Airport name, sometimes contains name of the city
Name of the city served by the airport
3-letter IATA code
4-letter ICAO code
Country name as in OpenFlights database. Note that country names may not be ISO 3166-1 standard.
ISO 3166-1 numeric country code
Two-letter ISO country code
Three-letter ISO country code
Latitude in decimal degrees
Longitude in decimal degrees
Altitude in feet
Hours offset from UTC
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 Olson format
Type of airport (e.g., large airport, medium airport, small airport)
Source of data, generally sourced from OurAirports
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.