-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
44 lines (44 loc) · 2.11 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
Package: rGEDIsimulator
Type: Package
Title: NASA's Global Ecosystem Dynamics Investigation (GEDI) Simulator for ALS Data
Version: 0.2.1
Authors@R: c(
person("Caio", "Hamamura", email = "[email protected]", role = c("aut", "cph", "cre")),
person("Carlos Alberto", "Silva", email = "[email protected]", role = c("aut", "cph")),
person("Ruben", "Valbuena", email = "[email protected]", role = c("aut","ctb")),
person("Steven", "Hancock", email = "[email protected]", role = c("aut","ctb")),
person("Adrian", "Cardil", email = "[email protected]", role = c("aut","ctb")),
person("Eben North", "Broadbent", email = "[email protected]", role = c("aut","ctb")),
person("Danilo Roberti Alves de", "Almeida", email = "[email protected]", role = c("aut","ctb")),
person("Celso H. L.", "Silva Junior", email = "[email protected]", role = c("aut","ctb")),
person("Carine", "Klauberg", email = "[email protected]", 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: Simulates the fullwaveform GEDI data and calculates metrics based on aerial lidar systems data.
License: GPL-3
Encoding: UTF-8
LazyData: true
Depends:
methods,
rGEDI
Imports:
fs,
hdf5r,
utils
Suggests:
lidR,
plot3D
SystemRequirements:
GNU Scientific Library (>= 2.1),
HDF5 (>= 1.8.13),
libgeotiff (>= 1.4.0),
szip (>= 2.1),
zlib (>= 1.2)
NeedsCompilation: yes
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)
BugReports: https://github.com/caiohamamura/rGEDIsimulator/issues
URL: https://github.com/caiohamamura/rGEDIsimulator
Copyright: inst/COPYRIGHTS