-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathDESCRIPTION
More file actions
51 lines (51 loc) · 1.97 KB
/
Copy pathDESCRIPTION
File metadata and controls
51 lines (51 loc) · 1.97 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
Package: BrazilMet
Type: Package
Title: Download and Processing of Automatic Weather Stations (AWS) Data of INMET-Brazil
Version: 0.4.0
Language: en-US
Authors@R: c(person(given = "Roberto",
family = "Filgueiras",
role = c("aut","cre"),
email = "betofilgueiras@gmail.com",
comment = c(ORCID = "0000-0002-0186-8907")),
person(given = "Luan P.",
family = "Venancio",
role = ("aut"),
comment = c(ORCID = "0000-0002-5544-8588")),
person(given = "Catariny C.",
family = "Aleman",
role = ("aut"),
comment = c(ORCID = "0000-0002-3894-3077")),
person(given = "Fernando F.",
family = "da Cunha",
role = ("aut"),
comment = c(ORCID = "0000-0002-1671-1021")),
person(given = "Arthur T.",
family = "Calegario",
role = ("ctb"),
email = "tcalegario@gmail.com",
comment = c(ORCID = "0000-0002-1921-5234")))
Description: A collection of functions for downloading and processing automatic weather station (AWS) data from INMET (Brazil’s National Institute of Meteorology), designed to support the estimation of reference evapotranspiration (ETo). The package facilitates streamlined access to meteorological data and aims to simplify analyses in agricultural and environmental contexts.
License: GPL-3
Encoding: UTF-8
Depends:
R (>= 4.1.0)
Imports:
stringr,
readxl,
dplyr(>= 0.3.0.1),
tibble,
lubridate,
sf,
stringi,
terra
URL: https://github.com/FilgueirasR/BrazilMet,
https://filgueirasr.github.io/BrazilMet
BugReports: https://github.com/FilgueirasR/BrazilMet/issues
RoxygenNote: 7.3.2
Suggests:
knitr,
rmarkdown,
ggplot2
VignetteBuilder: knitr
Config/pkgdown: list(destination = "docs")