-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
51 lines (51 loc) · 1.41 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
Package: appeears
Title: Interface to 'AppEEARS' NASA Web Services
Version: 1.1
Authors@R: c(person(
family = "Hufkens",
given = "Koen",
email = "koen.hufkens@gmail.com",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-5070-8109")
),
person(
family = "Campitelli",
given = "Elio",
email = "elio.campitelli@cima.fcen.uba.ar",
role = c("ctb"),
comment = c(ORCID = "0000-0002-7742-9230")
),
person(given = "BlueGreen Labs",
role = c("cph", "fnd"))
)
Description: Programmatic interface to the NASA Application for Extracting and Exploring Analysis Ready Samples services (AppEEARS; <https://appeears.earthdatacloud.nasa.gov/>).
The package provides easy access to analysis ready earth observation data in R.
URL: https://github.com/bluegreen-labs/appeears, https://bluegreen-labs.github.io/appeears/
BugReports: https://github.com/bluegreen-labs/appeears/issues
Depends:
R (>= 4.0)
Imports:
httr,
keyring,
memoise,
getPass,
R6,
sf,
jsonlite,
geojsonio,
rstudioapi
License: AGPL-3
ByteCompile: true
RoxygenNote: 7.2.3
Suggests:
rmarkdown,
covr,
testthat,
terra,
ncdf4,
knitr,
rlang,
dplyr,
ggplot2,
patchwork
VignetteBuilder: knitr