forked from yonghah/esri2sf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
53 lines (53 loc) · 1.29 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
Type: Package
Package: esri2sf
Title: Create Simple Features from ArcGIS Server REST API
Version: 0.2.0.9000
Authors@R: c(
person("Hwang", "Yongha", , "yongha.hwang@gmail.com", role = c("aut", "cre")),
person("Kevin", "Cazelles", role = c("aut", "ctb")),
person("Jacob", "Peterson", role = c("aut", "ctb")),
person("Eli", "Pousson", role = c("aut", "ctb"),
comment = c(ORCID = "0000-0001-8280-1706"))
)
Maintainer: Eli Pousson <eli.pousson@gmail.com>
Description: This package enables you to scrape geographic features
directly from ArcGIS servers REST API into R as simple features.
License: MIT + file LICENSE
URL: https://github.com/elipousson/esri2sf/
BugReports: https://github.com/elipousson/esri2sf/issues
Depends:
R (>= 3.1.0)
Imports:
cli,
DBI,
dplyr,
glue,
httr2 (>= 0.2.3),
jsonlite,
rappdirs,
rlang (>= 1.1.0),
sf (>= 1.0.1),
stats,
tibble,
vctrs
Suggests:
arcgisutils (>= 0.1.1.9000),
cliExtras (>= 0.1.0),
keyring,
knitr,
magick,
rmarkdown,
terra,
testthat (>= 3.0.0),
xml2
VignetteBuilder:
knitr
Remotes:
elipousson/cliExtras,
r-ArcGIS/arcgisutils
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2