-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathDESCRIPTION
51 lines (51 loc) · 1.1 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
Package: uasimg
Type: Package
Title: Drone Image Utilities
Description: This package manages images from drone mapping projects, including data management, metadata creation, creating data catalogs, converting file formats, and utilities for single-image analysis.
Date: 2025-01-13
Version: 1.9.4
Authors@R: c(
person("Andy", "Lyons", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-7505-6709")),
person("Regents of the University of California", role = "cph")
)
BugReports: https://github.com/ucanr-igis/uasimg/issues
URL: https://ucanr-igis.github.io/uasimg/
License: GPL-3
Encoding: UTF-8
Language: en-US
LazyData: true
Depends:
R (>= 3.6.0),
magrittr
Imports:
base64enc,
crayon,
digest,
dplyr,
exiftoolr,
htmltools,
imager,
leaflet,
leaflet.extras,
lifecycle,
methods,
readr,
rmarkdown,
sf,
stringr,
tibble,
tidyr,
tools,
xml2
Suggests:
ggmap,
ggplot2,
magick,
kableExtra,
knitr,
DiagrammeR,
DiagrammeRsvg,
terra
RoxygenNote: 7.3.2
VignetteBuilder: knitr