-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
77 lines (77 loc) · 2.45 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
Package: ebvcube
Title: Working with netCDF for Essential Biodiversity Variables
Version: 0.3.1
Date: 2024-12-05
Authors@R:
c(person(given = "Luise",
family = "Quoss",
role = c("aut", "cre"),
email = "luise.quoss@idiv.de",
comment = c(ORCID = "0000-0002-9910-1252")),
person(given = "Nestor",
family = "Fernandez",
role = c("aut"),
email = "nestor.fernandez@idiv.de",
comment = c(ORCID = "0000-0002-9645-8571")),
person(given = "Christian",
family = "Langer",
role = c("aut"),
email= "christian.langer@idiv.de",
comment = c(ORCID = "0000-0003-1446-3527")),
person(given = "Jose",
family = "Valdez",
role = c("aut"),
email="jose.valdez@idiv.de",
comment = c(ORCID = "0000-0003-2690-9952")),
person(given = "Henrique Miguel",
family = "Pereira",
role = c("aut"),
email = "henrique.pereira@idiv.de",
comment = c(ORCID = "0000-0003-1043-1675"))
)
Author: Luise Quoss [aut, cre] (<https://orcid.org/0000-0002-9910-1252>),
Nestor Fernandez [aut] (<https://orcid.org/0000-0002-9645-8571>),
Christian Langer [aut] (<https://orcid.org/0000-0003-1446-3527>),
Jose Valdez [aut] (<https://orcid.org/0000-0003-2690-9952>),
Henrique Miguel Pereira [aut] (<https://orcid.org/0000-0003-1043-1675>)
Maintainer: Luise Quoss <luise.quoss@idiv.de>
Description: The concept of Essential Biodiversity Variables (EBV, <https://geobon.org/ebvs/what-are-ebvs/>)
comes with a data structure based on the Network Common Data Form (netCDF).
The 'ebvcube' 'R' package provides functionality to easily create, access and
visualise this data. The EBV netCDFs can be downloaded from the EBV Data
Portal: Christian Langer/ iDiv (2020) <https://portal.geobon.org/>.
URL: https://github.com/EBVCube/ebvcube
BugReports: https://github.com/EBVcube/ebvcube/issues
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
biocViews:
Imports:
checkmate,
curl,
DelayedArray,
ggplot2,
HDF5Array,
httr,
jsonlite,
memuse,
methods,
ncdf4,
ncmeta,
reshape2,
rhdf5,
stringr,
terra,
tidyterra,
withr
Suggests:
knitr,
lintr,
rmarkdown,
testthat (>= 3.0.0)
SystemRequirements: GDAL binaries
Depends:
R (>= 4.2.0)
Config/testthat/edition: 3