Skip to content

Contains utilities for working with raw data for ADEPT

Notifications You must be signed in to change notification settings

ADEPT-ML/Utility

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Contains utilities for working with raw data for ADEPT

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages