Package: readnoaa Title: Access 'NOAA' Climate and Weather Data Version: 0.1.2 Authors@R: person("Charles", "Coverdale", email = "charlesfcoverdale@gmail.com", role = c("aut", "cre", "cph")) Description: Provides clean, tidy access to climate and weather data from the 'National Oceanic and Atmospheric Administration' ('NOAA') via the 'National Centers for Environmental Information' ('NCEI') Data Service API . Covers daily weather observations, monthly and annual summaries, and 30-year climate normals from over 100,000 stations across 180 countries. No API key is required. Dedicated functions handle the most common datasets, while a generic fetcher provides access to all 'NCEI' datasets. Station discovery functions help users find stations by location or name. Data is downloaded on first use and cached locally for subsequent calls. This package is not endorsed or certified by 'NOAA'. License: MIT + file LICENSE Encoding: UTF-8 Language: en-US URL: https://charlescoverdale.github.io/readnoaa/, https://github.com/charlescoverdale/readnoaa BugReports: https://github.com/charlescoverdale/readnoaa/issues Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Depends: R (>= 4.1.0) Imports: cli (>= 3.6.0), httr2 (>= 1.0.0), tools Suggests: testthat (>= 3.0.0) Config/testthat/edition: 3 Config/pak/sysreqs: libssl-dev Repository: https://charlescoverdale.r-universe.dev Date/Publication: 2026-05-04 19:11:39 UTC RemoteUrl: https://github.com/charlescoverdale/readnoaa RemoteRef: HEAD RemoteSha: cb5236dfd4b94b0e13b9821f8fb778ce4b441773 NeedsCompilation: no Packaged: 2026-07-03 09:15:52 UTC; root Author: Charles Coverdale [aut, cre, cph] Maintainer: Charles Coverdale