Metadata files in /metadata_files
describe open datasets with real-time energy and CO2 data for BIS headquarters building.
-
bis-rt-electricity-kwh
- contains: data on Electricity kWh
- source: Electricity (Energy)
-
bis-rt-electricity-co2
- contains: data on Electricity kgCO2
- source: Electricity (CO2)
-
bis-rt-gas-kwh
- contains: data on Gas kWh
- source: Gas (Energy)
The data cleaning process can be reproduced by running tidy_data.py
, in which the original CSV files are downloaded from source and tidied up following the Tidy Data Principles.
The script will aim to save a tidy version of these datasets in output
folder placed in root directory.