-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
31 lines (31 loc) · 1.13 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
Package: arcgisplaces
Title: Search for POIs using ArcGIS 'Places Service'
Version: 0.1.1
Authors@R:
person("Josiah", "Parry", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-9910-865X"))
Description: The ArcGIS 'Places service' is a ready-to-use location
service that can search for businesses and geographic locations around
the world. It allows you to find, locate, and discover detailed
information about each place. Query for places near a point, within a
bounding box, filter based on categories, or provide search text.
'arcgisplaces' integrates with 'sf' for out of the box compatibility
with other spatial libraries. Learn more in the 'Places service' API reference <https://developers.arcgis.com/rest/places/>.
License: Apache License (>= 2)
Encoding: UTF-8
Language: en
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports:
arcgisutils (>= 0.3.0),
cli,
httr2 (>= 1.0.5),
rlang,
wk
Config/rextendr/version: 0.3.1.9000
SystemRequirements: Cargo (Rust's package manager), rustc, OpenSSL
Suggests:
sf
Depends:
R (>= 2.10)
LazyData: true