Package: streetscape Type: Package Title: Collect And Investigate Street Views For Urban Science Version: 1.1.0 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' ) 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.2 Encoding: UTF-8 LazyData: true Suggests: testthat (>= 3.0.0), knitr, rmarkdown, colorspace 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) ) ) Config/pak/sysreqs: libabsl-dev cmake libfftw3-dev libfontconfig1-dev libfreetype6-dev libfribidi-dev libgdal-dev gdal-bin libgeos-dev make libharfbuzz-dev libicu-dev libjpeg-dev libpng-dev libtiff-dev libuv1-dev libxml2-dev libssl-dev libproj-dev python3 libsqlite3-dev libudunits2-dev zlib1g-dev Repository: https://billbillbilly.r-universe.dev Date/Publication: 2025-06-29 01:33:18 UTC RemoteUrl: https://github.com/billbillbilly/streetscape RemoteRef: HEAD RemoteSha: 2fa30c6597342fd0978a7938066d4f2025d80f72 NeedsCompilation: no Packaged: 2026-07-03 13:22:16 UTC; root Author: Xiaohao Yang [aut, cre, cph], Derek Van Berkel [aut], Mark Lindquist [aut] Maintainer: Xiaohao Yang