airports: Airport metadata

Description Usage Format Source Examples

Description

Useful metadata about airports.

Usage

1

Format

A data frame with columns:

faa

The variable is character. FAA airport code

name

The variable is character. Usual name of the airport

lat

The variable is numeric. Lattitude of the airport location

lon

The variable is numeric. Longitude of the airport location

alt

The variable is numeric. Altitude in feet

tz

The variable is numeric. Timezone offset from GMT

dst

The variable is character. Daylight savings time zone. A = Standard US DST: starts on the second Sunday of March, ends on the first Sunday of November. U = unknown. N = no dst.

tzone

The variable is character. IANA time zone, as determined by GeoNames webservice.

Source

https://github.com/hadley/nycflights13

Examples

1
2
3
4
## Not run: 
airports

## End(Not run)

byuidatascience/data4python4ds documentation built on July 26, 2020, 5:02 a.m.