forked from carlos-alberto-silva/rGEDI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
51 lines (51 loc) · 1.9 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: rGEDI
Type: Package
Title: rGEDI: NASA's Global Ecosystem Dynamics Investigation (GEDI) Data Visualization and Processing for Forestry Applications
Version: 0.0.1
Authors@R: c(
person("Carlos Alberto", "Silva", email = "[email protected]", role = c("aut", "cre", "cph")),
person("Caio", "Hamamura", email = "[email protected]", role = c("aut", "cph")),
person("Ruben", "Valbuena", email = "[email protected]", role = c("cph","ctb")),
person("Steve", "Hancock", email = "[email protected]", role = ("ctb"), comment = "Reviews the documentation"),
person("Adrian", "Cardil", email = "[email protected]", role = ("ctb"), comment = "Reviews the documentation"),
person("Eben North", "Broadbent", email = "[email protected]", role = ("ctb"), comment = "Reviews the documentation"),
person("Danilo Roberti Alves de", "Almeida", email = "[email protected]", role = ("ctb"), comment = "Reviews the documentation"),
person("Celso H. L.", "Silva Junior", email = "[email protected]", role = ("ctb"), comment = "Reviews the documentation"),
person("Carine", "Klauberg", email = "[email protected]", role = ("ctb"), comment = "Reviews the documentation"))
Maintainer: Carlos Alberto Silva <[email protected]> and Caio Hamamura <[email protected]>
Description: Set of tools for downloading, reading, visualizing and processing GEDI data for forestry applications.
License: GPL-3
Encoding: UTF-8
LazyData: true
Depends: methods
Imports:
bit64,
data.table,
fs,
getPass,
ggplot2,
hdf5r,
httr,
lazyeval,
raster,
RColorBrewer,
sp
Suggests:
curl,
knitr,
leaflet,
leafsync,
lidR,
plot3D,
rasterVis,
rmarkdown,
viridis,
xtable
SystemRequirements:
GDAL >= 1.11.4,
GNU Scientific Library >= 2.1,
HDF5 (>= 1.8.13),
libgeotiff (>= 1.4.0)
NeedsCompilation: yes
RoxygenNote: 7.0.2
VignetteBuilder: knitr