airports {carbonr} | R Documentation |
Table of airport detail data
Description
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.
Usage
airports
Format
A data frame with 7698 rows and 14 variables:
- OpenFlights ID
OpenFlights database ID
- Name
Airport name, sometimes contains name of the city
- City
Name of the city served by the airport
- IATA
3-letter IATA code
- ICAO
4-letter ICAO code
- Country
Country name as in OpenFlights database. Note that country names may not be ISO 3166-1 standard.
- Country Code
ISO 3166-1 numeric country code
- Country Code (Alpha-2)
Two-letter ISO country code
- Country Code (Alpha-3)
Three-letter ISO country code
- Latitude
Latitude in decimal degrees
- Longitude
Longitude in decimal degrees
- Altitude
Altitude in feet
- UTC
Hours offset from UTC
- DST
Daylight Savings Time. One of E (Europe), A (US/Canada), S (South America), O (Australia), Z (New Zealand), N (None) or U (Unknown)
- Timezone
Timezone in Olson format
- Type
Type of airport (e.g., large airport, medium airport, small airport)
- Source
Source of data, generally sourced from OurAirports
Source
https://cran.r-project.org/package=airportr