-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
42 lines (42 loc) · 1.28 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
Package: SiteSelection
Title: An R script to find complex areas for the Streets4All Project
Version: 0.2.0
Authors@R:
c(person("Rosa", "Félix", , "rosamfelix@@tecnico.ulisboa.pt", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-5642-6006")),
person("Gabriel", "Valença", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-3684-3005")))
Maintainer: Rosa Félix <[email protected]>
Description: SiteSelection aims to find areas for a dynamic street
re-allocation experiment. It consist in a process of multi criteria
to select the cell locations of a giver city or neighborhood where the
street space is more disputed by different transport modes and street
activities. SiteSelection is a full script that uses a dynamic
pipeline, by using targets R package.
License: MIT + file LICENSE
Depends:
R (>= 3.6.0)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Imports:
dplyr,
ggplot2,
leaflet,
lubridate,
qgisprocess,
readr,
scales,
sf,
sfheaders,
stplanr,
stringr,
tibble,
tidyr,
targets,
openxlsx
Suggests:
mapview,
sfnetworks
URL: https://u-shift.github.io/SiteSelection/,
https://github.com/U-Shift/SiteSelection