Skip to content

IaaC/MaCAD-AIA22-IdentifAI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image

By 2050 70% of the population will live in cities, while global temperatures continue to rise and the sealed surfaces of the cityscape continue to increase the heat island effect.

identifAI is an AI tool, that points out potential areas to impact microclimate & reduce urban heat island effects on a street level. It seeks to create mainly awareness among the local residents, experts and the municipality of Vienna. The final and future scope of the project is to make it applicable for cities around the world. METHODOLOGY

image

General methodology

image

Data collection

The data was collected from various open source sources, starting from Open Data Austria, Open Street Maps and specific climatic data from the Central Station for Meterology and Geodynamics and sun radiation values form InFraReD, an AI tool for calculating solar and wind data in cities. The collected data was then appended to street segments through qgis and the python libraries of geopandas.

  1. CLUSTERING We used clustering as a method for identifying the occurring street types in Vienna. Through the kmeans algorithm we were able to understand that the collected data categorized our streets in 18 groups. The clustering method proved to be successful as streets in the same group generally have a similar character, features which we didn’t directly encode. This makes us hopeful that this approach might be used also in other cities aswell.

image

Kelbow visualization

image

Some of the street categories

  1. PREDICTING THE UHV INDEX

image

Dataset selection strategy

While trying to predict the UHVI we were confronted with the fact that little correlation was shown between the features and the index. The strategy we followed was to augment the data by interpolating between the min, mean, max bounds of the dataset through SOM – kohonen maps. When testing to the real streets the accuracy results were quite satisfactory.

The size and features played a key role in the performance of the model and it performs accurately as long as the input are within the min/max bounds of our trained dataset.

image

Linear Regression results

INTERFACE

image

Target users

Through a web interface users can access both of our projects. They can see the street category the various streets are assigned to, and also by changing some features understand whether and how it affects the urban heat island vulnerability index.

image

Web Interface

CONCLUSIONS – NEXT STEPS

In our opinion the results of our models are promising and can be further improved through the integration of more accurate or additional datasets.

image

How to use this repository:

01 notebooks - has the main notebooks for generating the dataset and training the machine learning models ( clustering street types and predicting the UHVI index).

02 generated datasets - has the gdrive link to the generated dataset.

03 grasshopper scripts - has the needed gh script for creating the interpolated values from the main dataset for training the linear regression model for predicting the UHVI index.

IdentifAI is a project of IAAC, Institute for Advanced Architecture of Catalonia developed in the Master in Advanced Computation for Architecture & Design 2021/22 by students: Erida Bendo, Maria Papadimitraki, Clemens Russ, Mohammad Daniyal Tariq, faculty: Angelos Chronis and faculty assistants: Serjoscha Düring, Nariddh Khean, Aleksandra Jastrzębska.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published