-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
38 lines (38 loc) · 1.07 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
Package: corenet
Title: Generate Core Transport Networks
Version: 0.0.1
Authors@R: c(
person("Zhao", "Wang", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-4054-0533")),
person("Robin", "Lovelace", role = c("aut", "ctb"),
comment = c(ORCID = "0000-0001-5679-6536"))
)
Description: This package provides functions to generate 'core' transport networks from
'complete' transport network datasets. It can take a transport network from
'OpenStreetMap' and saved as an 'sf' object via 'osmextract' or other package
and generate a smaller network that represents key routes enabling most people
to get to within a certain distance of most places.
License: MIT + file LICENSE
URL: https://nptscot.github.io/corenet/
Depends:
R (>= 2.10)
Imports:
sf,
dplyr,
tidygraph,
igraph,
sfnetworks,
stplanr,
dbscan,
purrr,
units,
rlang,
Suggests:
tibble,
tmaptools,
zonebuilder,
rsgeo
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1