astro1860 / design-dashboard

This folder contains the urban layout analyser service for qua-kit block exercise.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Design Dashboard

This repository contains the web application that analyses the urban layout design from qua-kit platform.

Functionality

The web application can read the urban layout in .geojson format and conduct the following analysis

  • Degree of Mixed-use
  • Population Density(residential)
  • Energy Consumption(annual)
  • Gross Plot Ratio

Technology

This application is built with Flask framework. The other library I used include:

  • shapely.py: to perform geometrical calculation
  • d3.js: for front-end graph visualization

How to run application?

go to the folder and run with python3 app.py

TODO

  • front-end using interactive d3.js visualization
  • deploy server at ETH Zurich
  • web interface 4 - 6 part to show students
  • flexibile self-defined block: other block & open space
  • formulate exercise and SEND TASK

About

This folder contains the urban layout analyser service for qua-kit block exercise.

License:MIT License


Languages

Language:Python 96.8%Language:HTML 1.2%Language:Jupyter Notebook 0.9%Language:JavaScript 0.6%Language:CSS 0.2%Language:C 0.1%Language:Shell 0.1%