-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
44 lines (44 loc) · 1.2 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
Type: Package
Package: uci
Title: Urban Centrality Index
Version: 0.3.0
Authors@R: c(
person("Rafael H. M.", "Pereira", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-2125-7465"))
)
Description: Calculates the Urban Centrality Index (UCI) as in Pereira et al.,
(2013) <doi:10.1111/gean.12002>. The UCI measures the
extent to which the spatial organization of a city or region varies
from extreme polycentric to extreme monocentric in a continuous
scale from 0 to 1. Values closer to 0 indicate more polycentric patterns
and values closer to 1 indicate a more monocentric urban form.
License: MIT + file LICENSE
URL: https://github.com/ipeaGIT/uci,
https://ipeagit.github.io/uci/
BugReports: https://github.com/ipeaGIT/uci/issues
Depends:
R (>= 4.2.0)
Imports:
checkmate,
cppRouting,
data.table,
furrr,
future,
pbapply,
fields,
sf,
spdep,
utils
Suggests:
covr,
knitr,
ggplot2,
rmarkdown,
stats,
testthat
VignetteBuilder:
knitr
Encoding: UTF-8
NeedsCompilation: no
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3