GSODR (version 4.0.0)

get_inventory: Download and Return a data.table Object of GSOD Weather Station Data Inventories

Description

The NCEI maintains a document, https://www1.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.table object of station inventories

Author

Adam H. Sparks, adamhsparks@gmail.com

Examples

Run this code
if (FALSE) { # interactive()
inventory <- get_inventory()
inventory
}

Run the code above in your browser using DataLab