-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
47 lines (47 loc) · 993 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Package: HabChangeDetection
Type: Package
Title: Habitat Change Detection Functions
Version: 0.1.0
Authors@R:
c(person(given = "Graham",
family = "French",
role = c("aut", "cre"),
email = "Graham.French@jncc.gov.uk"),
person(given = "Becky",
family = "Trippier",
role = c("aut"),
email = "Becky.Trippier@jncc.gov.uk")
)
Description: This package contains the functions for processing the Earth Observation satellite imagery for the Habitat Change Detection app, as part of the Copernicus User Uptake project
License: OGL
Encoding: UTF-8
LazyData: true
Imports:
dplyr,
raster,
sf,
knitr,
tmap,
RColorBrewer,
purrr,
magrittr,
ggplot2,
viridis,
DT,
plotly,
rgeos,
rgdal,
stringr,
sp,
lubridate,
fasterize,
tibble,
plyr,
APfun,
kableExtra,
fs,
magick,
tidyr,
mapview,
gdalUtils
RoxygenNote: 7.1.1