This repo is meant to consolidate some of the tooling required to use Google Earth Engine for the collection of data pertinent in building energy consumption. Below you can find an example of what it looks like to capture vegetation adjacent to buildings in southern Brooklyn:
A case study using data collected with this resource can be found here. .
- conda env create -f environment.yml
- conda activate thermal
- earthengine authenticate
- mkdir ./data/<name>/
- cp <building_footprints> ./data/<name>/footprints.geojson
- python run.py --city <directory_name> --settings default_settings.yml --export
For a lite version of the code (if you have less than maybe 100 buildings, you don't need to export the data to google drive. Instead, the command can be as simple as:
python run.py --city sample