weather {nycflights13}R Documentation

Hourly weather data

Description

Hourly meterological data for LGA, JFK and EWR.

Usage

weather

Format

A data frame with columns

origin

Weather station. Named origin to faciliate merging with flights data

year,month,day,hour

Time of recording

temp,dewp

Temperature and dewpoint in F

humid

Relative humidity

wind_dir,wind_speed,wind_gust

Wind direction (in degrees), speed and gust speed (in mph)

precip

Preciptation, in inches

pressure

Sea level pressure in millibars

visib

Visibility in miles

Source

ASOS download from Iowa Environmental Mesonet, https://mesonet.agron.iastate.edu/request/download.phtml.


[Package nycflights13 version 0.1 Index]