Package: rmet
Type: Package
Title: Download and Read Brazilian Meteorological Data from INMET
Version: 0.2.0
Authors@R: person("Rodrigo Fonseca", "Villa",
                  email = "rodrigo03.villa@gmail.com",
                  role = c("aut", "cre"),
                  comment = c(ORCID = "0009-0005-2938-2270"))
Description: Automates the download and processing of historical weather
    data from the Brazilian National Institute of Meteorology (INMET).
    It provides a cached catalogue of automatic stations, resumable and
    validated downloads, and parsers for formatting inconsistencies in raw
    CSV files across different years. It removes structural artifacts,
    standardizes column names, parses timestamps, and returns data frames ready
    for analysis. Data are retrieved from
    <https://portal.inmet.gov.br/dadoshistoricos> and
    <https://apitempo.inmet.gov.br/estacoes/T>.
Depends: R (>= 4.0.0)
Encoding: UTF-8
LazyData: true
Language: en-US
License: GPL (>= 3)
URL: https://github.com/rodrigosqrt3/rmet
BugReports: https://github.com/rodrigosqrt3/rmet/issues
RoxygenNote: 7.3.3
Imports: curl, jsonlite
Suggests: spelling, testthat (>= 3.0.0), knitr, rmarkdown
VignetteBuilder: knitr
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2026-09-19 19:02:39 UTC; rodri
Author: Rodrigo Fonseca Villa [aut, cre] (ORCID:
    <https://orcid.org/0009-0005-2938-2270>)
Maintainer: Rodrigo Fonseca Villa <rodrigo03.villa@gmail.com>
Repository: CRAN
Date/Publication: 2026-09-21 10:20:03 UTC
Built: R 4.5.2; ; 2026-09-21 14:11:39 UTC; unix
