Skip to content

This repository is produced within the IAAC Global Summer School 2021 - Urban Analytics workshop

Notifications You must be signed in to change notification settings

neriiacopo/GSS21-Urban-Analytics

Repository files navigation

GSS21 _ Urban Analytics

Analyzing Perception of urban services using Open Street Map and Google Places API

GSS_21

This repository is produced within the IAAC Global Summer School 2021 - Urban Analytics workshop.

Find more info at http://globalschool.iaac.net/

Requirements

to run the Python script

Installation

  1. clone the repository
  • 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
  1. virtual environment
  • 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
  1. install dependencies
  • pip install -r requirements.txt

Usage

  • Change directory in the Terminal/PowerShell to repository folder
  • Activate your virtual environment (as explained above)
  • Run the script

Troubleshooting

  • 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

About

This repository is produced within the IAAC Global Summer School 2021 - Urban Analytics workshop

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages