-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathDESCRIPTION
55 lines (55 loc) · 1.03 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
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
52
53
54
55
Package: FluxDataKit
Title: Flux Data Kit
Version: 3.4
Authors@R: c(
person(
family = "Hufkens",
given = "Koen",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-5070-8109")),
person(
family = "Benjamin",
given = "Stocker",
email = "[email protected]",
comment = c(ORCID = "0000-0003-2697-9096"),
role = c("ctb"))
)
Description: A processing workflow for aggregated flux and remote sensing data.
Returns both Land Surface Model or CSV based harmonized and gap filled data.
License: AGPL-3
Depends:
R (>= 4.2)
Imports:
dplyr,
tidyr,
ecmwfr,
chron,
ncdf4,
raster,
stats,
tools,
utils,
rvest,
zoo,
lubridate,
recipes,
readr,
here
Suggests:
knitr,
rmarkdown,
ggplot2,
mapview,
leaflet,
leafpop,
sf
Remotes:
bluegreen-labs/icoscp,
computationales/FluxnetLSM,
computationales/FluxnetEO
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2