GSODR (version 1.3.2)

get_inventory: Download and Return a Tidy Data Frame of GSOD Weather Station Data Inventories

Description

The NCEI maintains a document, ftp://ftp.ncdc.noaa.gov/pub/data/noaa/isd-inventory.txt, which lists the number of weather observations by station-year-month from the beginning of the stations' records. This function retrieves that document and prints an information header displaying the last update time with a data frame of the inventory information for each station-year-month.

Usage

get_inventory()

Arguments

Value

A data frame as a tibble object of station inventories

Examples

Run this code
# NOT RUN {
inventory <- get_inventory()
inventory
# }

Run the code above in your browser using DataLab