Package: weathR
Title: Interact with the U.S. National Weather Service API
Version: 0.1.0
Authors@R: 
    person("Jeffrey", "Fowler", email = "JeffreyF6120@gmail.com", 
       role = c("aut", "cre", "cph"), 
       comment = c(ORCID = "0009-0003-9448-0980"))
Description: Enables interaction with the National Weather Service application programming web-interface for fetching of real-time and forecast meteorological data. Users can provide latitude and longitude, Automated Surface Observing System identifier, or Automated Weather Observing System identifier to fetch recent weather observations and recent forecasts for the given location or station. Additionally, auxiliary functions exist to identify stations nearest to a point, convert wind direction from character to degrees, and fetch active warnings. Results are returned as simple feature objects whenever possible.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.2
Imports: dplyr, httr2, janitor, jsonlite, lubridate, lutz, magrittr,
        purrr, sf, tibble
Suggests: gt, snakecase, tmap
URL: https://github.com/JeffreyFowler/weathR
BugReports: https://github.com/JeffreyFowler/weathR/issues
NeedsCompilation: no
Packaged: 2025-03-31 23:18:40 UTC; Jeffr
Author: Jeffrey Fowler [aut, cre, cph]
    (<https://orcid.org/0009-0003-9448-0980>)
Maintainer: Jeffrey Fowler <JeffreyF6120@gmail.com>
Repository: CRAN
Date/Publication: 2025-04-02 09:00:02 UTC
Built: R 4.6.0; ; 2025-11-02 05:20:30 UTC; windows
