These function allow you to pull the current versions of certain meta-datasets for the GHCND, including lists of country and state abbreviations used in some of the weather station IDs and information about the current version of the data.
Arguments
- ...
In the case of
ghcnd()
additional curl options to pass through to crul::HttpClient. In the case ofghcnd_read
further options passed on toread.csv
Details
Functions:
ghcnd_version
: Get current version of GHCND dataghcnd_states
: Get US/Canada state names and 2-letter codesghcnd_countries
: Get country names and 2-letter codes
Author
Scott Chamberlain myrmecocystus@gmail.com, Adam Erickson adam.erickson@ubc.ca