rnoaa (version 0.9.5)

ghcnd_states: Get meta-data on the GHCND daily data

Description

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.

Usage

ghcnd_states(...)

ghcnd_countries(...)

ghcnd_version(...)

Arguments

...

In the case of ghcnd additional curl options to pass through to HttpClient. In the case of ghcnd_read further options passed on to read.csv

Details

Functions:

  • ghcnd_version: Get current version of GHCND data

  • ghcnd_states: Get US/Canada state names and 2-letter codes

  • ghcnd_countries: Get country names and 2-letter codes

Examples

Run this code
# NOT RUN {
# Get metadata
ghcnd_states()
ghcnd_countries()
ghcnd_version()
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab