This repo is part of the Walkability Perception and its Relations to Scenery Elements and Socio-Demographics – A Study based on Street View Imagery and Automatic Image Interpretation research project and it just contains datasets and meta-information about the perceived walkability survey.
This project contains datasets and meta-information about the perceived walkability survey.
Dr Tessio Novack, Dr James Tripp and Dr Carlos Camara Menoyo. We are researchers from the University of Warwick.
This study examines ‘walkability’. Specifically, what makes an area seem more or less walkable?
We ask about demographic information, a short personality inventory, for ratings of images, information on your past experience and influences on your ratings. No personal data from you will be collected at any point, and we will not have any way to trace your answers to you
- Clone this repo:
git clone git@github.com:WarwickCIM/walkability_datasets_survey.git - Install
renvif not already installed (instructions here). - Run
renv::restore()to restore the state of your project fromrenv.lock.
- Install packages as usual.
- Run
renv::snapshot()to updaterenv.lock. - Create a commit with
renv.lockchanges and push it to the repo.
.
├── data -> data files
│ └── metadata -> datasets' metadata
├── docs -> webpage displaying datasets' metadata
└── renv -> r environment, for reproducible code (ignored from repo)
If facing issues installing packages from Windows, run this command. (more info in renv documentation and in this discussion)
Sys.setenv(RENV_DOWNLOAD_METHOD = "libcurl")Thanks goes to these wonderful people (emoji key):
Carlos Cámara 💻 🤔 📓 |
tessjazz 🤔 📓 |
James Tripp 🤔 📓 |
Codex Xiang 🤔 |
This project follows the all-contributors specification. Contributions of any kind welcome!