-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
49 lines (49 loc) · 1.3 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
Package: ohsome
Title: An 'ohsome API' Client
Version: 0.2.2.9000
Authors@R: c(
person("Heidelberg Institute for Geoinformation Technology (HeiGIT) gGmbH", role = "cph"),
person("Oliver", "Fritz", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-6324-7295"))
)
Description: A client that grants access to the power of the 'ohsome API'
from R. It lets you analyze the rich data source of the
'OpenStreetMap (OSM)' history. You can retrieve the geometry of 'OSM'
data at specific points in time, and you can get aggregated statistics
on the evolution of 'OSM' elements and specify your own temporal,
spatial and/or thematic filters.
License: LGPL (>= 3)
URL:
https://github.com/GIScience/ohsome-r,https://docs.ohsome.org/ohsome-api/stable/
BugReports: https://github.com/GIScience/ohsome-r/issues
Depends:
R (>= 2.10)
Imports:
geojsonsf,
httr,
jsonlite,
readr,
sf,
utils
Suggests:
dplyr,
ggplot2,
httptest,
janitor,
knitr,
mapview,
nominatimlite,
osmdata,
rmarkdown,
spelling,
testthat (>= 3.0.0),
tmaptools,
tidyr
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3