Skip to content

kcpgilbert/HeatIslandHero

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image

HeatIslandHero

HeatIslandHero is a website that allows users to search for urban heat island impact and sensitivity data accross census tracts in Los Angeles County. This data will be displayed both on a map and in list format to the user. HeatIslandHero also searches the relevant census tracts for buildings that are good candidates for the addition of green roofs in the area and displays these to the users.

Collaborators

This project was created at the AECtech Hackathon 2023 in Los Angeles by the following collaborators. image

System Demo

Below is an image showing the initial user interface, and an image showing the interface once the user has run a query. Screenshot 2023-05-21 at 11 13 35 AM Screenshot 2023-05-21 at 11 13 00 AM

The system demo video can be downloaded using the following link: https://drive.google.com/file/d/11aIrgMOXyhkYbTGYW17ciapS4pWGL46F/view

System Overview

image image image image

Setup

  1. Create a file named secrets.json inside of the server directory. The contents of the file should be as follows:
{
    "gpt-token" : "<YOUR-OPEN-AI-TOKEN-HERE>"
}
  1. In the root directory run pip install -r requirements.txt
  2. To run the backend server cd server, then execute flask run

Data Sources

Check out our data folder for the downloadable csv, and geojson data, as well as the merged dataset that was used to create the SQL database.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors