mwgg_airports | R Documentation |
Obtained from a JSON database of 28828 entries with basic information about nearly every airport and landing strip in the world. ICAO codes used as primary value. Some IATA codes have been added from the csv_airports database.
4-letter ICAO code.
3-letter IATA code.
Name of airport.
Main city served by airport.
Country or territory where airport is located, in ISO 3166-1 format.
State or administrative division of the country where the airport is located.
Altitude in feet.
Decimal degrees, usually to ten significant digits. Negative is South, positive is North.
Decimal degrees, usually to ten significant digits. Negative is West, positive is East.
Timezone in "tz" (Olson) format, eg. "America/Los_Angeles".
mwgg_airports
An object of class data.table
(inherits from data.frame
) with 28870 rows and 10 columns.
https://github.com/mwgg/Airports
mwgg_airports
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.