-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathDESCRIPTION
54 lines (54 loc) · 1.69 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
52
53
54
Package: remotePARTS
Title: Spatiotemporal Autoregression Analyses for Large Data Sets
Version: 1.0.4
Authors@R:
c(person(given = "Clay",
family = "Morrow",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-3069-3296")),
person(given = "Anthony",
family = "Ives",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-9375-9523")))
Description:
These tools were created to test map-scale hypotheses about trends in large
remotely sensed data sets but any data with spatial and temporal variation
can be analyzed. Tests are conducted using the PARTS method for analyzing spatially
autocorrelated time series
(Ives et al., 2021: <doi:10.1016/j.rse.2021.112678>).
The method's unique approach can handle extremely large data sets that other
spatiotemporal models cannot, while still appropriately accounting for
spatial and temporal autocorrelation. This is done by partitioning the data
into smaller chunks, analyzing chunks separately and then combining the
separate analyses into a single, correlated test of the map-scale hypotheses.
URL: https://github.com/morrowcj/remotePARTS
BugReports: https://github.com/morrowcj/remotePARTS/issues
License: GPL (>= 3)
Encoding: UTF-8
LazyData: TRUE
RoxygenNote: 7.2.3
Depends: R (>= 4.0)
Imports:
stats,
geosphere (>= 1.5.10),
Rcpp (>= 1.0.5),
CompQuadForm,
foreach,
parallel,
iterators,
doParallel
Suggests:
dplyr (>= 1.0.0),
data.table,
knitr,
rmarkdown,
markdown,
sqldf,
devtools,
ggplot2,
reshape2,
sf
LinkingTo: Rcpp, RcppEigen
VignetteBuilder: knitr