-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
31 lines (31 loc) · 922 Bytes
/
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
Package: GEDIcalibratoR
Title: Location Calibration For GEDI Using ALS Reference Data
Version: 0.0.0.9000
Authors@R:
person("Johannes", "Heisig", , "jheisig@uni-muenster.de", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-3586-3001"))
Description: GEDIcalibratoR facilitates location calibration for GEDI. It makes downloading tiles of ALS, DEM, and DEM data easy and evaluates possible spatial shifts using calibration grids. The best suitable shift can then be applied to the original data and may improve statistical models and following analyses.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
Depends:
R (>= 2.10)
LazyData: true
Imports:
crayon,
dplyr,
ggplot2,
grDevices,
leafpop,
mapedit,
mapview,
R.utils,
sf,
stats,
terra,
utils
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr