-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
41 lines (41 loc) · 1.43 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
Package: arcgeocoder
Title: Geocoding with the 'ArcGIS' REST API Service
Version: 0.2.0
Authors@R:
person("Diego", "Hernangómez", , "[email protected]", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0001-8457-4658"))
Description: Lite interface for finding locations of addresses or
businesses around the world using the 'ArcGIS' REST API service
<https://developers.arcgis.com/rest/geocode/api-reference/overview-world-geocoding-service.htm>.
Address text can be converted to location candidates and a location
can be converted into an address. No API key required.
License: MIT + file LICENSE
URL: https://dieghernan.github.io/arcgeocoder/,
https://github.com/dieghernan/arcgeocoder
BugReports: https://github.com/dieghernan/arcgeocoder/issues
Depends:
R (>= 3.6.0)
Imports:
dplyr (>= 1.0.0),
jsonlite (>= 1.7.0)
Suggests:
ggplot2,
knitr,
rmarkdown,
sf,
testthat (>= 3.0.0),
tibble,
tidygeocoder
VignetteBuilder:
knitr
Config/Needs/website: dieghernan/gitdevr, lwgeom, leaflet, terra,
tidyterra, maptiles, styler, mapSpain, remotes, reactable, crosstalk
Config/testthat/edition: 3
Config/testthat/parallel: true
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
X-schema.org-applicationCategory: cartography
X-schema.org-keywords: r, geocoding, arcgis, address, reverse-geocoding,
rstats, r-package, api-wrapper