Type: Package
Package: pmetar
Title: Processing METAR Weather Reports
Version: 0.6.0
Authors@R: c(
    person("Pawel", "Cwiek", , "prc.altodato@gmail.com", role = c("aut", "cre")),
    person("David", "Megginson", role = "ctb",
           comment = "Author of data set with airports list https://ourairports.com/data/"),
    person("Greg", "Thompson", role = "ctb",
           comment = "Author of data set with airports list https://weather.ral.ucar.edu/surface/stations.txt")
  )
Maintainer: Pawel Cwiek <prc.altodato@gmail.com>
Description: Allows to download current and historical METAR weather reports
  extract and parse basic parameters and present main weather information. 
  Current reports are downloaded from Aviation Weather Center 
  <https://aviationweather.gov/data/metar/> and historical reports from
  Iowa Environmental Mesonet web page of Iowa State University
  ASOS-AWOS-METAR <http://mesonet.agron.iastate.edu/AWOS/>.
License: GPL (>= 3)
URL: https://github.com/prcwiek/pmetar
BugReports: https://github.com/prcwiek/pmetar/issues
Depends: R (>= 4.1), utils, stats
Imports: curl, dplyr, httr2, lubridate, magrittr, RCurl, tidyr, stringr
Suggests: knitr, rmarkdown, testthat, tibble
VignetteBuilder: knitr
LazyData: true
Encoding: UTF-8
RoxygenNote: 7.3.2
NeedsCompilation: no
Packaged: 2025-09-14 18:44:46 UTC; pawel
Author: Pawel Cwiek [aut, cre],
  David Megginson [ctb] (Author of data set with airports list
    https://ourairports.com/data/),
  Greg Thompson [ctb] (Author of data set with airports list
    https://weather.ral.ucar.edu/surface/stations.txt)
Repository: CRAN
Date/Publication: 2025-09-14 23:00:02 UTC
Built: R 4.4.3; ; 2025-10-21 14:40:46 UTC; windows
