-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
60 lines (60 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
59
60
Package: recocam
Title: Extract and process image annotations stored in EXIF data, and prepare camera trap data for camtrapr
Version: 1.0.0.0
Authors@R:
c(person(given = "Vijay",
family = "Raghunath",
role = c("aut", "ctb"),
email = "[email protected]"),
person(given = "Henry",
family = "Lydecker",
email = "[email protected]",
role = c("aut", "cre", "ctb"),
comment = c(ORCID = "0000-0002-7798-0903")),
person(given = "Darya",
family = "Vanichkina",
role = c("aut", "ctb"),
email = "[email protected]"))
Description: The recocam R package provides robust tools for extracting and processing information and annotations
that have been stored in image EXIF data. This package was built to support ecologists who have to deal with
large numbers of images from camera traps and to prepare them for analysis with the camtrapr packahe, but it
can work with all sorts of images as long as they contain annotation that have been stored in the keywords EXIF
attribute field. This package was developed by the Sydney Informatics Hub, a Core Research Facility of the
University of Sydney.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.0.2
Suggests:
knitr,
leaflet,
leaflet.extras,
leaflet.providers,
raster,
rgdal,
rmarkdown,
sf,
sp,
testthat (>= 2.1.0),
tidyverse
VignetteBuilder: knitr
Depends:
R (>= 3.5.0)
Imports:
camtrapR,
dplyr,
exifr,
fs,
janitor,
lubridate,
magrittr,
purrr,
readr,
reshape2,
stats,
stringr,
tibble,
tidyr,
utils,
progress