GSODR (version 2.0.0)

get_inventory: Download and return a data frame 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

Examples

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

Run the code above in your browser using DataCamp Workspace