
Package index
These functions give access to the NOAA Global Historical Climatology Network (GHCN), which includes an hourly, daily, and monthly product, all of which can be accessed by worldmet. The GHCN includes many useful parameters such as wind speed and direction, temperature, atmospheric pressure, precipitation and snowfall.
-
import_ghcn_stations() - Import station metadata for the Global Historical Climatology Network
-
import_ghcn_inventory() - Import station inventory for the Global Historical Climatology Network
-
import_ghcn_countries() - Import FIPS country codes and State/Province/Territory codes used by the Global Historical Climatology Network
-
import_ghcn_hourly() - Import data from the Global Historical Climatology hourly (GHCNh) database
-
import_ghcn_daily() - Import data from the Global Historical Climatology daily (GHCNd) database
-
import_ghcn_monthly_temp()import_ghcn_monthly_prcp() - Import data from the Global Historical Climatology monthly (GHCNm) database
These functions access data from the NOAA Integrated Surface Database (ISD), a global database that consists of hourly and synoptic surface observations compiled from numerous sources into a single common ASCII format and common data model. The ISD includes numerous parameters such as wind speed and direction, wind gust, temperature, dew point, cloud data, sea level pressure, altimeter setting, station pressure, present weather, visibility, precipitation amounts for various time periods, snow depth, and various other elements as observed by each station.
-
import_isd_stations() - Import station metadata for the Integrated Surface Databse
-
import_isd_stations_live() - Obtain site meta data from NOAA server
-
weatherCodes - Codes for weather types
-
import_isd_hourly() - Import Meteorological data from the NOAA Integrated Surface Database (ISD)
-
import_isd_lite() - Import "Lite" Meteorological data from the NOAA Integrated Surface Database (ISD)
These are broadly helpful when working with meteorological data, such as those accessed via the above import functions.
-
write_met() - Export a meteorological data frame in files, chunked by site and year
-
write_adms() - Export a meteorological data frame in ADMS format
Deprecated Functions
These functions are part of an old API for worldmet. We’d recommend using their more modern equivalents outlined above.
-
getMeta()getMetaLive()importNOAA()importNOAAlite()deprecated - Deprecated ISD access functions
-
exportADMS()deprecated - Deprecated data functions