This repository contains the minimal data set for the article 'Designing mobile application messages to impact route choice: a survey and simulation study'. Since our study comprises two parts (survey, simulation study), we divided the minimal data set into two parts:
- Survey. Please find the minimal data set for the survey (survey raw data, scripts for analysis) in the sub-repository survey-route-choice.
- Simulation study. Please find the minimal data set for the simulation study (source code, scripts for analysis) in the sub-repository crownet.
Please see the following table for a detailed overview on the repositories and the related sections of the manuscript:
Sub-repository | Objective | Corresponding section of the manuscript | Comments |
---|---|---|---|
survey-route-choice | Investigate effect of message design on route choice | II. Survey | requires R installed |
Compute route choice proportions for the traffic simulation | III. Traffic assignment model | requires R installed | |
crownet | Investigate effect of message design on congestion situation | IV. Traffic simulation | Several requirements (docker, Python, ...) See README of the repository |
We recommend to clone the complete repository including all sub-repositories using
git clone --recurse-submodules https://github.com/pedestrian-dynamics-HM/message-design-and-route-choice.git
If you want to clone the route-choice-survey
repository only:
git clone -b master https://github.com/pedestrian-dynamics-HM/survey-route-choice.git
If you want to clonce crownet
repository only:
git clone -b route_choice_survey https://github.com/roVer-HM/crownet.git