us_weather | R Documentation |
This data contains weather data from 8 weather stations across the northern tier of the United States for 2 winter seasons.
us_weather
A dataframe with 3,400 rows and 34 columns:
Station id
Date of weather observation
Average dewpoint for the day, in Fahrenheit
Average temperature for the day, in Fahrenheit
Average relative humidity for the day, in percent
Average sea level pressure, in inches of mercury
Average station pressure, in inches of mercury
Average wet bulb temperature, in Fahrenheit
Average daily wind speed, in miles per hour
The number of degrees that a day's average temperature is above 65 degrees Fahrenheit
The difference in observed from normal temperature, in Fahrenheit
The number of degrees that a day's average temperature is below 65 degrees Fahrenheit
The maximum observed dry bulb temperature, in Fahrenheit
The minimum observed dry bulb temperature, in Fahrenheit
Wind direction when wind speed was the highest, in degrees. For example, 0 degrees means a north wind, 90 degrees an east wind, 180 degrees a south wind, and 270 degrees a west wind
Highest observed wind speed, in miles per hour
Total daily precipitation, measured in inches
Snow depth measured at the end of the day
The amount of precipitation that fell as snow, in inches
Highest sustained wind direction of the day, in degrees (see peak_wind_direction for examples). Sustained wind is wind that occurred for 2 minutes or longer.
Highest sustained wind speed of the day, in miles per hour. Sustained wind is wind that occurred for 2 minutes or longer.
Abbreviations for weather occurances for that day
Time of sunrise
Time of sunset
Month of measurement, represented as a character string
Month of measurement, represented as numeric number
Year of measurement
Day of measurement
Character vector of winter season
Character vector of location of weather observation
A boolean object, Yes = fog observed during the day, No = no fog observed
A boolean object, Yes = mist observed during the day, No = no mist observed
A boolean object, Yes = drizzle observed during the day, No = no drizzle observed
A boolean object, Yes = rain observed during the day, No = no rain observed
A boolean object, Yes = snow observed during the day, No = no snow observed
National Centers for Environmental Information
us_weather
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.