-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathDESCRIPTION
41 lines (41 loc) · 1.45 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: arcgisgeocode
Title: A Robust Interface to ArcGIS 'Geocoding Services'
Version: 0.2.2
Authors@R:
person("Josiah", "Parry", , "josiah.parry@gmail.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-9910-865X"))
Description: A very fast and robust interface to ArcGIS 'Geocoding
Services'. Provides capabilities for reverse geocoding, finding
address candidates, character-by-character search autosuggestion, and
batch geocoding. The public 'ArcGIS World Geocoder' is accessible for
free use via 'arcgisgeocode' for all services except batch geocoding.
'arcgisgeocode' also integrates with 'arcgisutils' to provide access
to custom locators or private 'ArcGIS World Geocoder' hosted on
'ArcGIS Enterprise'. Learn more in the 'Geocode service' API reference
<https://developers.arcgis.com/rest/geocode/api-reference/overview-world-geocoding-service.htm>.
License: Apache License (>= 2)
URL: https://github.com/r-arcgis/arcgisgeocode,
https://r.esri.com/arcgisgeocode/
Imports:
arcgisutils (>= 0.3.0),
cli,
curl,
httr2 (>= 1.0.5),
jsonify,
RcppSimdJson,
rlang (>= 1.1.0),
sf
Suggests:
data.table,
dplyr,
testthat (>= 3.0.0)
Config/rextendr/version: 0.3.1.9000
Config/testthat/edition: 3
Encoding: UTF-8
Language: en
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
SystemRequirements: Cargo (Rust's package manager), rustc >= 1.67
Depends:
R (>= 4.2)
LazyData: true