Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 1.05 KB

README.md

File metadata and controls

42 lines (30 loc) · 1.05 KB

ADEPT Utilities 🛠️

This repository contains (Python) utilities to facilitate working with the raw data used in the ADEPT project.

Main Repo | Documentation | Sustainabilitiy at TU Dortmund

List of utilies


Combinator

This utility can be used to combine different .xls files. Its main purposes are:

  • Combining data from the same building but with different (overlapping) time frames (when new data has been published)
  • Combining data from two different buildings over the same time period (as this is not directly supported in ADEPT)

Prerequisites

  • Python >= 3.10
  • venv (recommended)
    # init venv
    python3 -m venv venv
    source venv/bin/activate

Installation

# install requirements, start combinator
pip3 install -r requirements.txt
cd combinator
python3 combinator.py
# -> follow the instructions in the terminal