-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
46 lines (46 loc) · 1.26 KB
/
DESCRIPTION
File metadata and controls
46 lines (46 loc) · 1.26 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
Package: streetscape
Type: Package
Title: Collect And Investigate Street Views For Urban Science
Version: 1.0.3
Authors@R: c(person("Xiaohao", "Yang", role = c("aut", "cre", "cph"), email = "xiaohaoy@umich.edu"),
person("Derek", "Van Berkel", role = c("aut")),
person("Mark", "Lindquist", role = c("aut")))
Description: A collection of functions to search and download street view imagery
('Mapilary' <https://www.mapillary.com/developer/api-documentation>) and
to extract, quantify, and visualize visual features. Moreover, there are
functions provided to generate Qualtrics survey in TXT format using
the collection of street views for various research purposes.
License: GPL-3
Depends: R (>= 4.1)
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Language: en_GB
Encoding: UTF-8
LazyData: true
Suggests:
testthat (>= 3.0.0),
knitr,
rmarkdown
VignetteBuilder: knitr
Imports:
rlang,
cli,
methods,
dplyr,
sf,
sp,
httr,
reticulate,
osmdata,
quickPWCR,
mapview,
SuperpixelImageSegmentation,
OpenImageR,
pbmcapply,
parallelly
Config/reticulate:
list(
packages = list(
list(package = "mapbox_vector_tile", pip = TRUE)
)
)