-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
40 lines (40 loc) · 1.77 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
Package: LandsatTS
Title: An R package to facilitate retrieval, cleaning, cross-calibration, and phenological modeling of Landsat time-series data
Version: 1.2.3
Authors@R:
c(
person(given = "Logan T.",
family = "Berner",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-8947-0479")),
person(given = "Jakob J.",
family = "Assmann",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-3492-8419")),
person(given = "Signe",
family = "Normand",
role = c("aut"),
email = "",
comment = c(ORCID = "0000-0002-8782-4154")),
person(given = "Scott",
family = "Goetz",
role = c("aut"),
email = "",
comment = c(ORCID = "0000-0002-6326-4308"))
)
Description: This software package facilitates sample-based time series analysis of surface reflectance and spectral indices derived from sensors on the Landsat satellites. The package includes functions that enable extraction of the full Landsat record for point sample locations or small study regions using Google Earth Engine directly accessed from R. Moreover, the package includes functions for (1) data cleaning, (2) cross-sensor calibration, (3) phenological modeling, and (4) time series analysis.
License: Modified MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Imports: magrittr, dplyr, rgee, sf, geojsonio, crayon, mapview, purrr, data.table, ggplot2, R.utils, stats, stringr, ggpubr, ranger, zoo, zyp, broom
Depends: R (>= 3.50)
VignetteBuilder: knitr