Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 1.01 KB

README.md

File metadata and controls

14 lines (11 loc) · 1.01 KB

Perceived route choice experiment

Lab experiment programmed in Python and designed to study the impact of time perception on route choices in public transport. The experiment instructions were written in Spanish and English as half of participants were from Santiago, Chile and London, UK. To have an overview of the experiment and the research project, please visit https://pabloguarda.github.io/research/4-travel-behavior/. Implementation is supported by PyQt5 and Python 3. Data from the experiment is available at this link.

Development setup

  1. Clone the repository
  2. Create virtual environment (e.g. "venv") python3 -m venv venv
  3. Activate virtual environment source venv/bin/activate
  4. Install the development dependencies: pip install -r requirements/dev.txt
  5. Run python3 Main.py

Video

Video