-
Notifications
You must be signed in to change notification settings - Fork 37
/
DESCRIPTION
34 lines (34 loc) · 843 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
Package: esri2sf
Type: Package
Title: Create Simple Features from ArcGIS Server REST API
Version: 0.1.1
Authors@R: c(
person("Yongha", "Hwang", email = "[email protected]", role = c("aut", "cre")),
person("Cazelles", "Kevin", role = c("aut", "ctb")),
person("Peterson", "Jacob", role = c("aut", "ctb"))
)
Description: This package enables you to scrape geographic features
directly from ArcGIS servers REST API into R as simple features.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Depends: R (>= 3.1.0)
Imports:
dplyr,
jsonlite,
httr,
rstudioapi,
sf (>= 1.0.1),
DBI,
RSQLite,
crayon,
stats
Suggests:
rmarkdown,
knitr,
pbapply,
testthat (>= 3.0.0)
RoxygenNote: 7.1.2
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr
Config/testthat/edition: 3