mwgg_airports: The mwgg airport database

mwgg_airportsR Documentation

The mwgg airport database

Description

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.

icao

4-letter ICAO code.

iata

3-letter IATA code.

name

Name of airport.

city

Main city served by airport.

country

Country or territory where airport is located, in ISO 3166-1 format.

state

State or administrative division of the country where the airport is located.

elevation

Altitude in feet.

lat

Decimal degrees, usually to ten significant digits. Negative is South, positive is North.

lon

Decimal degrees, usually to ten significant digits. Negative is West, positive is East.

tz

Timezone in "tz" (Olson) format, eg. "America/Los_Angeles".

Usage

mwgg_airports

Format

An object of class data.table (inherits from data.frame) with 28870 rows and 10 columns.

Source

https://github.com/mwgg/Airports

Examples


mwgg_airports


jmsallan/BAdatasetsSpatial documentation built on July 22, 2024, 11:15 p.m.