-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathDESCRIPTION
More file actions
56 lines (56 loc) · 2.08 KB
/
DESCRIPTION
File metadata and controls
56 lines (56 loc) · 2.08 KB
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
Package: zonebuilder
Title: Create and Explore Geographic Zoning Systems
Version: 0.1.0
Authors@R:
c(person(given = "Robin",
family = "Lovelace",
role = c("aut", "cre"),
email = "rob00x@gmail.com",
comment = c(ORCID = "0000-0001-5679-6536")),
person(given = "Martijn",
family = "Tennekes",
role = "aut",
email = "mtennekes@gmail.com"))
Description: Functions, documentation and example data to help divide
geographic space into discrete polygons (zones).
The package supports new zoning systems that are documented in the
accompanying paper,
"ClockBoard: A zoning system for urban analysis",
by Lovelace et al. (2022) <doi:10.5311/JOSIS.2022.24.172>.
The functions are motivated by research into the merits of different zoning systems
(Openshaw, 1977) <doi:10.1068/a090169>. A flexible ClockBoard zoning system is
provided, which breaks-up space by concentric rings
and radial lines emanating from a central point.
By default, the diameter of the rings grow according to the triangular number sequence
(Ross & Knott, 2019) <doi:10.1080/26375451.2019.1598687> with the first 4 doughnuts
(or annuli) measuring 1, 3, 6, and 10 km wide.
These annuli are subdivided into equal segments (12 by default), creating the
visual impression of a dartboard. Zones are labelled according to
distance to the centre and angular distance from North, creating a simple
geographic zoning and labelling system useful for visualising geographic
phenomena with a clearly demarcated central location such as cities.
License: GPL-3
BugReports: https://github.com/zonebuilders/zonebuilder/issues
Depends:
R (>= 3.5.0)
Imports:
sf,
RColorBrewer,
graphics,
grDevices
Suggests:
knitr,
rmarkdown,
tmap,
tmaptools,
dplyr,
lwgeom,
leaflet,
covr,
bookdown
VignetteBuilder:
knitr
URL: https://github.com/zonebuilders/zonebuilder, https://zonebuilders.github.io/zonebuilder/
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2