Analyzing Perception of urban services using Open Street Map and Google Places API
This repository is produced within the IAAC Global Summer School 2021 - Urban Analytics workshop.
Find more info at http://globalschool.iaac.net/
- Rhinoceros (ideally 7)
- Urbano add-on (v1.3.3)
- Tarsier add-on (v.1.0.1.0)
- Python 3 (ideally 3.7 +)
- git
- download the repository and unzip
- open a Terminal (mac) or run PowerShell (win)
- change directory to access the repository
example: cd /Users/xxx/Desktop/city-dna
- with only Python3 installed
python -m venv GSS21_UA
- if Python2 and Python3 installed
python3 -m venv GSS21_UA
- mac:
source /GSS21_UA/bin/activate
- win:
.\GSS21_UA\Scripts\activate
- install dependencies
pip install -r requirements.txt
- Change directory in the Terminal/PowerShell to repository folder
- Activate your virtual environment (as explained above)
- Run the script
- if
.\GSS21_UA\Scripts\activate
fails to run in Windows- make sure you run Powershell as Administrator
Set-ExecutionPolicy RemoteSigned
y
.\GSS21_UA\Scripts\activate