csv_airports: A database of airports obtained from a csv file of unknown...

csv_airportsR Documentation

A database of airports obtained from a csv file of unknown origin.

Description

Another database of airports. It comes from a .csv file of unknown origin, with some additions and modifications with information from Wikipedia.

name

Name of airport.

city

Main city served by airport.

country

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

region

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

IATA

3-letter IATA code.

ICAO

4-letter ICAO code.

lat

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

lon

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

alt

Altitude in feet.

timezone

Hours offset from UTC. Fractional hours are expressed as decimals, eg. India is 5.5.

tz

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

WAC

Numeric codes used to identify geopolitical areas such as countries, states, provinces, and territories or possessions of certain countries. The codes are used within the various data banks maintained by the Office of Airline Information (OAI) and are created by OAI.

Usage

csv_airports

Format

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

Source

unknown (didn't bother to record at the moment).

Examples


csv_airports


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