-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
34 lines (34 loc) · 909 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: photon
Type: Package
Title: High-Performance Geocoding using 'photon'
Version: 0.3.1.9000
Authors@R:
person("Jonas", "Lieth", , "[email protected]", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0002-3451-3176"))
Description: Features unstructured, structured and reverse geocoding using the
'photon' geocoding API <https://photon.komoot.io/>.
Facilitates the setup of local 'photon' instances to enable offline
geocoding.
License: Apache License (>= 2)
URL: https://github.com/jslth/photon/, https://jslth.github.io/photon/
BugReports: https://github.com/jslth/photon/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.1
Imports:
utils,
cli,
countrycode,
httr2,
R6,
sf,
processx
Suggests:
testthat (>= 3.0.0),
tibble,
knitr,
rmarkdown,
webfakes,
ps
Config/testthat/edition: 3
VignetteBuilder: knitr