-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
101 lines (101 loc) · 3.15 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
Package: alcyon
Type: Package
Title: Spatial Network Analysis
Version: 0.7.0
Authors@R: c(
person(given = "Petros",
family = "Koutsolampros",
email = "[email protected]",
role = c("cre", "aut"),
comment = c(ORCID = "0000-0003-2842-9899",
"'sala' library contributor through 'depthmapX'")),
person(given = "Fani",
family = "Kostourou",
role = c("ctb"),
comment = c(ORCID = "0000-0002-6544-7693")),
person(given = "Kimon",
family = "Krenz",
role = c("ctb"),
comment = c(ORCID = "0000-0001-6077-7282")),
person(given = "Alasdair",
family = "Turner",
role = c("ctb"),
comment = c("'sala' library contributor through 'depthmapX'")),
person(given = "Tasos",
family = "Varoudis",
role = c("ctb"),
comment = c(ORCID = "0000-0001-7790-5623",
"'sala' library contributor through 'depthmapX'")),
person(given = "Christian",
family = "Sailer",
role = c("ctb"),
comment = c("'sala' library contributor through 'depthmapX'")),
person(given = "Eva",
family = "Friedrich",
role = c("ctb"),
comment = c("'sala' library contributor through 'depthmapX'")),
person(given = "University College London",
role = c("fnd", "cph"),
comment = c("2015 - 2020")),
person(given = "Spacelab UK",
role = "fnd",
comment = c("2015 - 2020")))
Description: Interface package for 'sala', the spatial network analysis library
from the 'depthmapX' software application. The R parts of the code are based
on the 'rdepthmap' package. Allows for the analysis of urban and
building-scale networks and provides metrics and methods usually found
within the Space Syntax domain. Methods in this package are described by K.
Al-Sayed, A. Turner, B. Hillier, S. Iida and A. Penn (2014) "Space Syntax
methodology", and also by A. Turner (2004)
<https://discovery.ucl.ac.uk/id/eprint/2651> "Depthmap 4: a researcher's
handbook".
License: GPL-3
Encoding: UTF-8
LazyData: true
LinkingTo:
Rcpp, cli
Imports:
Rcpp, methods
Depends:
sf, stars
Suggests:
knitr,
rmarkdown,
testthat,
withr
SystemRequirements: C++17
VignetteBuilder: knitr
Collate:
'generics.R'
'rcppRoxygen.R'
'helper-loadMapsRoxygen.R'
'helper-processResult.R'
'ShapeMap.R'
'AxialShapeGraph.R'
'AllLineShapeGraph.R'
'SegmentShapeGraph.R'
'PointMap.R'
'TraversalType.R'
'AgentLookMode.R'
'RcppExports.R'
'agentAnalysis.R'
'allFewestLineMap.R'
'axialAnalysis.R'
'generateRandomCapString.R'
'getTopFeatures.R'
'isovist.R'
'matchPointsToLines.R'
'palettes.R'
'prepareVGA.R'
'readMetaGraph.R'
'refIDtoIndex.R'
'segmentAnalysis.R'
'sfConversions.R'
'shapegraphToGraphData.R'
'oneToOneTraverse.R'
'oneToAllTraverse.R'
'allToAllTraverse.R'
'vgaLocal.R'
RoxygenNote: 7.3.2
Language: en-GB
URL: https://github.com/spatialnous/alcyon, https://spatialnous.github.io/alcyon/