read.ghcn | R Documentation |
This function reads in Global Historical Climatology Network monthly (GHCNm)
data that is downloaded using download.ghcn
.
read.ghcn(dataFile, metadataFile, stationId = NULL)
dataFile |
a character string giving the name of the file to read, this will be the |
metadataFile |
a character string giving the name of the file to read, this will be the |
stationId |
a character string of the station ID to extract |
a list that is in similar nature to the ahccd format, it contains some metadata,
stationId
, stationName
, longitude
, latitude
, and elevation
, as well as a
data that contains year
, month
, temperature
, and flag
.
Chantelle Layton
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.