weather_mx: Meteorological data

Description Usage Format Details Source Examples

Description

Meteorological data from automated weather stations in Mexico

Usage

1
data("weather_mx")

Format

A data frame with 395403 observations on the following 16 variables.

USAF

Station number

Y

Year

M

Month

D

Day

Mean.temp

Mean temperature [C]

Min.temp

Minimum temperature[C]

Max.temp

Maximum temperature[C]

Dewpoint

Mean dew point [C]

Relative.H

Relative humidity [%]

Specific.H

Specific humidity

Pressure

Mean air pressure [hPa]

Precipitation

Total precipitation

Visibility

Visibility for the day [m]

Wind.speed

Mean wind speed [m/s]

Max.WS

Maximum sustained wind speed (1 min) [m/s]

Wind.gust

Maximum wind gust

Details

This dataset contains automated weather station data from the National Oceanic and Atmospheric Administration (NOAA).

Source

Data provided by National Oceanic and Atmospheric Administration (NOAA). ftp://ftp.ncdc.noaa.gov/pub/data/noaa/isd-history.txt

Examples

1
2
data(weather_mx)
## maybe str(weather_mx) ; plot(weather_mx) ...

Iavalos/Comfort documentation built on May 8, 2019, 10:59 a.m.