-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
40 lines (40 loc) · 987 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
Package: capemlGIS
Title: CAP LTER package for generating EML spatialVector and spatialRaster
metadata
Version: 1.7.1
Authors@R: person("S", "Earl", email = "stevan.earl@asu.edu",
role = c("aut", "cre"))
Description: An extension of the CAPLTER/capeml package intended to facilitate
the creation of EML spatialRaster and spatialVector metadata to support
publishing spatial data and metadata resources in the Environmental Data
Initiative (EDI) data repository. Functions and a workflow are included
that allow for the creation of metadata for spatial vectors and rasters.
Depends: R (>= 3.4.0)
License: CC0
Encoding: UTF-8
LazyData: true
Imports:
EML,
dplyr,
raster,
sf,
readr,
stringr,
utils,
tibble,
tools,
capeml,
yaml,
tidyr,
xml2,
purrr,
rlang,
withr
Remotes: CAPLTER/capeml
RoxygenNote: 7.3.2
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
VignetteBuilder: knitr
Config/testthat/edition: 3