temperature, humidity and energy recordings on various buildings
A pip package is available to easily operate the datasets with python.
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
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
check the documentation :
https://github.com/Open-Building-Management/PyFina
examples are in the tests
directory