-
Notifications
You must be signed in to change notification settings - Fork 46
/
DESCRIPTION
65 lines (65 loc) · 1.98 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
54
55
56
57
58
59
60
61
62
63
64
65
Package: osmdata
Title: Import 'OpenStreetMap' Data as Simple Features or Spatial Objects
Version: 0.2.5.026
Authors@R: c(
person("Mark", "Padgham", , "mark.padgham@email.com", role = c("aut", "cre")),
person("Bob", "Rudis", role = "aut"),
person("Robin", "Lovelace", role = "aut"),
person("Maëlle", "Salmon", role = "aut"),
person("Joan", "Maspons", role = "aut",
comment = c(ORCID="0000-0003-2286-8727")),
person("Andrew", "Smith", role = "ctb"),
person("James", "Smith", role = "ctb"),
person("Andrea", "Gilardi", role = "ctb"),
person("Enrico", "Spinielli", role = "ctb"),
person("Anthony", "North", role = "ctb"),
person("Martin", "Machyna", role = "ctb"),
person("Marcin", "Kalicinski", role = c("ctb", "cph"),
comment = "Author of included RapidXML code"),
person("Eli", "Pousson", , "eli.pousson@gmail.com", role = c("ctb"),
comment = c(ORCID = "0000-0001-8280-1706"))
)
Maintainer: Mark Padgham <mark.padgham@email.com>
Description: Download and import of 'OpenStreetMap' ('OSM') data as 'sf'
or 'sp' objects. 'OSM' data are extracted from the 'Overpass' web
server (<https://overpass-api.de/>) and processed with very fast 'C++'
routines for return to 'R'.
License: GPL-3
URL: https://docs.ropensci.org/osmdata/ (website)
https://github.com/ropensci/osmdata/ (devel)
BugReports: https://github.com/ropensci/osmdata/issues
Depends:
R (>= 3.2.4)
Imports:
curl,
httr2,
lubridate,
magrittr,
methods,
Rcpp (>= 0.12.4),
reproj,
rvest,
tibble,
utils,
xml2
Suggests:
httptest2,
jsonlite,
knitr,
markdown,
raster,
rmarkdown,
sf,
sp,
testthat
LinkingTo:
Rcpp
VignetteBuilder:
knitr
Encoding: UTF-8
NeedsCompilation: yes
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
X-schema.org-applicationCategory: Data Access
X-schema.org-isPartOf: https://ropensci.org
X-schema.org-keywords: open0street0map, openstreetmap, overpass0API, OSM