This repository contains (Python) utilities to facilitate working with the raw data used in the ADEPT project.
Main Repo | Documentation | Sustainabilitiy at TU Dortmund
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)
- Python >= 3.10
- venv (recommended)
# init venv python3 -m venv venv source venv/bin/activate
# install requirements, start combinator
pip3 install -r requirements.txt
cd combinator
python3 combinator.py
# -> follow the instructions in the terminal