-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
23 lines (23 loc) · 1.26 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Package: GHCNr
Title: Download Weather Station Data from GHCN
Version: 0.8.0
Authors@R:
person("Emilio", "Berti", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-9286-011X"))
Description: The goal of 'GHCNr' is to provide a fast and friendly interface with the Global Historical Climatology Network daily (GHCNd) database, which contains daily summaries of weather station data worldwide (<https://www.ncei.noaa.gov/products/land-based-station/global-historical-climatology-network-daily>). GHCNd is accessed through the web API <https://www.ncei.noaa.gov/access/services/data/v1>. 'GHCNr' main functionalities consist of downloading data from GHCNd, filter it, and to aggregate it at monthly and annual scales.
License: MIT + file LICENSE
Imports: tibble, dplyr, tidyr, readr, tidyselect, httr2, terra, utils,
rlang
Suggests: knitr, rmarkdown, testthat (>= 3.0.0)
Config/testthat/edition: 3
Encoding: UTF-8
RoxygenNote: 7.3.2
Depends: R (>= 2.10)
LazyData: true
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2024-12-12 12:23:38 UTC; squirry
Author: Emilio Berti [aut, cre] (<https://orcid.org/0000-0001-9286-011X>)
Maintainer: Emilio Berti <[email protected]>
Repository: CRAN
Date/Publication: 2024-12-13 16:40:17 UTC