-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
39 lines (39 loc) · 1.6 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
Package: arcpullr
Type: Package
Title: Pull Data from an 'ArcGIS REST' API
Version: 0.3.0
Authors@R: c(person(given = "Paul",
family = "Frater",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-7237-6563")),
person("Zac", "Driscoll",
email = "[email protected]",
role = c("aut"),
comment = c(ORCID = "0000-0002-8233-0980")))
License: GPL-3
Encoding: UTF-8
LazyData: true
Description:
Functions to efficiently query 'ArcGIS REST' APIs
<https://developers.arcgis.com/rest/>.
Both spatial and SQL queries can be used to retrieve data.
Simple Feature (sf) objects are utilized to perform spatial queries.
This package was neither produced nor is maintained by Esri.
Depends: R (>= 4.2.0), sf (>= 0.9.7),
Imports: httr (>= 1.4.1), jsonlite (>= 1.8.9), dplyr (>= 1.1.4),
ggplot2 (>= 3.5.1), tidyr (>= 1.3.1), rlang (>= 1.1.4), raster
(>= 3.6.30), terra (>= 1.8.15), purrr (>= 1.0.2), grDevices (>=
4.3.3), graphics (>= 4.3.3), DT (>= 0.33), methods
RoxygenNote: 7.3.2
Suggests: testthat (>= 3.0.1), knitr (>= 1.30), rmarkdown (>= 2.6),
rvest (>= 0.3.6), xml2 (>= 1.3.2), stringr (>= 1.4.0), cowplot
(>= 1.1.1), magick (>= 2.5.2)
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2025-02-06 19:11:53 UTC; paul
Author: Paul Frater [aut, cre] (<https://orcid.org/0000-0002-7237-6563>),
Zac Driscoll [aut] (<https://orcid.org/0000-0002-8233-0980>)
Maintainer: Paul Frater <[email protected]>
Repository: CRAN
Date/Publication: 2025-02-06 19:40:05 UTC