-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathDESCRIPTION
58 lines (58 loc) · 1.76 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
55
56
57
58
Package: OpenLand
Title: Quantitative Analysis and Visualization of LUCC
Version: 1.0.3.9000
Authors@R: c(
person(given = "Reginal",
family = "Exavier",
role = c("aut", "cre"),
email = "reginalexavier@rocketmail.com",
comment = c(ORCID = "0000-0002-5237-523X")),
person(given = "Peter",
family = "Zeilhofer",
role = "aut",
email = "zeilhoferpeter@gmail.com"))
Description: Tools for the analysis of land use and cover (LUC) time series. It
includes support for loading spatiotemporal raster data and synthesized
spatial plotting. Several LUC change (LUCC) metrics in regular or irregular
time intervals can be extracted and visualized through one- and multistep
sankey and chord diagrams. A complete intensity analysis according to
Aldwaik and Pontius (2012) <doi:10.1016/j.landurbplan.2012.02.010> is
implemented, including tools for the generation of standardized multilevel
output graphics.
License: GPL-3
URL: https://reginalexavier.github.io/OpenLand/, https://github.com/reginalexavier/OpenLand
BugReports: https://github.com/reginalexavier/OpenLand/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.1
Depends:
R (>= 3.4.0)
Imports:
dplyr (>= 0.8.3),
tidyr (>= 1.0.0),
ggplot2 (>= 3.2.1),
gridExtra (>= 2.3),
grid,
circlize (>= 0.4.8),
networkD3 (>= 0.4),
raster (>= 3.0.7),
methods
Collate:
'OpenLand-package.R'
'rasters_input.R'
'demolandscape.R'
'contingencyTable.R'
'data.R'
'generalfunctions.R'
'intensityClass.R'
'generic_method.R'
'intensityAnalysis.R'
'plotMethods.R'
'otherplots.R'
Suggests:
tmap,
knitr,
rmarkdown,
covr,
testthat
VignetteBuilder: knitr