weather: Hourly weather data

Description Usage Format Source Examples

Description

Hourly meterological data for LGA, JFK and EWR.

Usage

1

Format

A data frame with columns:

origin

The variable is character. Weather station. Named origin to facilitate merging with flights data.

year

The variable is integer. year

month

The variable is integer. month

day

The variable is integer. day

hour

The variable is integer. hour

temp

The variable is numeric. Temperature in F

dewp

The variable is numeric. Dewpoint in F

humid

The variable is numeric. Relative humidity

wind_dir

The variable is numeric. Wind direction

wind_speed

The variable is numeric. Wind speed in mph

wind_gust

The variable is numeric. Wind gust speed in mph

precip

The variable is numeric. Precipitation in inches

pressure

The variable is numeric. Sea level pressure in millibars

visib

The variable is numeric. Visibility in miles

time_hour

The variable is POSIXct,POSIXt. Date and hour of the recording as a POSIXct date.

Source

https://github.com/hadley/nycflights13

Examples

1
2
3
4
## Not run: 
weather

## End(Not run)

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