Logo

THEMIS datasets

temperature, humidity and energy recordings on various buildings


Datasets
Collège Marc Bloch (2021)
Allier Habitat (2018-2019)
Cerema Clermont (2019-2020)
Cerema Clermont (2017-2019)

File system description

Related projects
[dromotherm.com]
[THEMIS]

A pip package is available to easily operate the datasets with python.

Installation

Linux

On Linux, python is already available by default. You can create a virtual environnement if you wish to. Then run the pip installer :

python3 -m pip install --upgrade PyFina

Windows

If you use Microsoft Windows operating system and you don’t have python, you can dowload and run the last installer from the python software foundation :

https://www.python.org/downloads/windows/

if pip is not installed :

py -m ensurepip --upgrade

Open a command prompt and run the pip installer

py -m pip install --upgrade PyFina

Getting started

check the documentation :

https://github.com/Open-Building-Management/PyFina

examples are in the tests directory