-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
66 lines (66 loc) · 1.53 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
66
Package: osmenrich
Type: Package
Title: Enrich sf Data with Geographic Features from OpenStreetMaps
Description: Add columns to sf data using geographic features from
OpenStreetMap. In the case of point geocoded observations, column values
are based on weighted distances to the desired features.
Version: 1.2.1
Author: ODISSEI SoDa Team
Authors@R: c(
person("Erik-Jan", "van Kesteren", email = "[email protected]",
role = "cre", comment = c(ORCID = "0000-0003-1548-1663")
),
person("Leonardo Jaya", "Vida", email = "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-0461-016X")
),
person("Jonathan", "de Bruin", email = "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-4297-0502")
),
person("Daniel", "Oberksi", email = "[email protected]", role = "ctb",
comment = c(ORCID = "0000-0001-7467-2297")
),
person("SoDa Team", role = c("cph", "fnd"))
)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
osmdata,
sf,
magrittr,
methods,
lwgeom,
tibble,
httr,
RCurl,
jsonlite,
cli,
glue
RoxygenNote: 7.1.1.9000
Roxygen: list(markdown = TRUE)
Suggests:
tidyverse,
rmarkdown,
markdown,
knitr,
ggplot2,
ggspatial,
ggeffects,
raster,
mgcv,
covr,
testthat,
firatheme
Remotes: vankesteren/firatheme
Collate:
exports.R
utils.R
kernels.R
distance_funs.R
osrm_table.R
enrich_opq.R
enrich_osm.R
data.R
VignetteBuilder: knitr
Depends:
R (>= 2.10)