Learn R Programming

climate (version 1.0.1)

meteo_noaa_hourly: Hourly NOAA Integrated Surface Hourly (ISH) meteorological data

Description

Downloading hourly (meteorological) data from the SYNOP stations available in the NOAA ISD collection. Some stations in the dataset are dated back even up to 1900. By default only records that follow FM-12 (SYNOP) convention are processed. Further details available at: https://www1.ncdc.noaa.gov/pub/data/noaa/readme.txt

Usage

meteo_noaa_hourly(station = NULL, year, fm12 = TRUE)

Arguments

station

ID of meteorological station(s) (characters). Find your station's ID at: https://www1.ncdc.noaa.gov/pub/data/noaa/isd-history.txt

year

vector of years (e.g., 1966:2000)

fm12

use only FM-12 (SYNOP) records (TRUE by default)

Examples

Run this code
# NOT RUN {
  noaa = meteo_noaa_hourly(station = "123300-99999", 
                           year = 2019) # poznan, poland
  head(noaa)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab