-
Notifications
You must be signed in to change notification settings - Fork 68
/
Copy pathDESCRIPTION
50 lines (50 loc) · 2.09 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
Package: rGEDI
Type: Package
Title: NASA's Global Ecosystem Dynamics Investigation (GEDI) Data Visualization and Processing
Version: 0.5.0
Authors@R: c(
person("Carlos Alberto", "Silva", email = "carlos_engflorestal@outlook.com", role = c("aut", "cph")),
person("Caio", "Hamamura", email = "caiohamamura@gmail.com", role = c("aut", "cph", "cre")),
person("Ruben", "Valbuena", email = "r.valbuena@bangor.ac.uk", role = c("aut","ctb")),
person("Steven", "Hancock", email = "steven.hancock@ed.ac.uk", role = c("aut","ctb")),
person("Adrian", "Cardil", email = "adriancardil@gmail.com", role = c("aut","ctb")),
person("Eben North", "Broadbent", email = "eben@ufl.edu", role = c("aut","ctb")),
person("Danilo Roberti Alves de", "Almeida", email = "daniloflorestas@gmail.com", role = c("aut","ctb")),
person("Celso H. L.", "Silva Junior", email = "celso.junior@inpe.br", role = c("aut","ctb")),
person("Carine", "Klauberg", email = "carine_klauberg@hotmail.com", role = c("aut","ctb")),
person("Burton", "Garbow", email = "", role = ("cph"), comment = "Is the author of the MINPACK-1 Least Squares Fitting Library"),
person("Kenneth", "Hillstrom", email = "", role = ("cph"), comment = "Is the author of the MINPACK-1 Least Squares Fitting Library"),
person("Jorge", "More", email = "", role = ("cph"), comment = "Is the author of the MINPACK-1 Least Squares Fitting Library"),
person("Craig", "Markwardt", email = "", role = ("cph"), comment = "Is the author of the enhanced MINPACK-1 Least Squares Fitting Library"))
Description: Set of tools for downloading, reading, visualizing and processing GEDI Level1B, Level2A and Level2B data.
License: GPL-3
Encoding: UTF-8
LazyData: true
Depends: methods
Imports:
bit64,
curl,
data.table,
fs,
getPass,
ggplot2,
hdf5r,
jsonlite,
lazyeval,
RColorBrewer,
sp,
stats,
stars
Suggests:
lattice,
leaflet,
leafsync,
lidR,
plot3D,
rasterVis,
sf,
viridis
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)
BugReports: https://github.com/carlos-alberto-silva/rGEDI/issues
URL: https://github.com/carlos-alberto-silva/rGEDI