-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
53 lines (53 loc) · 1.76 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
42
43
44
45
46
47
48
49
50
51
52
53
Type: Package
Package: nominatimlite
Title: Interface with 'Nominatim' API Service
Version: 0.4.2
Authors@R: c(
person("Diego", "Hernangómez", , "[email protected]", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0001-8457-4658")),
person("Jindra", "Lacko", role = c("ctb", "rev"),
comment = c(ORCID = "0000-0002-0375-5156")),
person("Alex", "White", role = "ctb"),
person("OpenStreetMap", role = "cph",
comment = "For the data")
)
Description: Lite interface for getting data from 'OSM' service
'Nominatim' <https://nominatim.org/release-docs/latest/>. Extract
coordinates from addresses, find places near a set of coordinates and
return spatial objects on 'sf' format.
License: MIT + file LICENSE
URL: https://dieghernan.github.io/nominatimlite/,
https://github.com/dieghernan/nominatimlite
BugReports: https://github.com/dieghernan/nominatimlite/issues
Depends:
R (>= 3.6.0)
Imports:
dplyr (>= 1.0.0),
jsonlite (>= 1.7.0),
sf (>= 0.9.0),
utils
Suggests:
arcgeocoder,
ggplot2 (>= 3.0.0),
knitr,
lifecycle,
rmarkdown,
testthat (>= 3.0.0),
tibble,
tidygeocoder
VignetteBuilder:
knitr
Config/Needs/website: dieghernan/gitdevr, remotes, devtools, tidyverse,
leaflet, reactable, crosstalk, tidyr
Config/testthat/edition: 3
Config/testthat/parallel: true
Copyright: Data © OpenStreetMap contributors, ODbL 1.0.
<https://www.openstreetmap.org/copyright>
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
X-schema.org-applicationCategory: cartography
X-schema.org-keywords: r, geocoding, openstreetmap, address, nominatim,
reverse-geocoding, rstats, shapefile, r-package, spatial, cran,
api-wrapper, api, gis