Skip to content

Meters data features

Pony Biam! edited this page May 28, 2020 · 12 revisions

There is a data set for each kind of meter: electricity, hotwater, chilledwater, steam, water, irrigation, solar and gas. Each data set contains the timestamp in the format YYYY-MM-DD hh:mm:ss (local timezone) and one column per building with the meter reading in KWh. There is a reading per hour. In meters folder there are three subfolders:

Raw

As the name says, these are the raw data sets, the original data for each meter. All energy meters are in kWh and all volume meters in litres.

Cleaned

This folder contains all cleaned meters data sets. The following data was replaced with NaN:

  • Outliers, detected with Seasonal Hybrid ESD (S-H-ESD)
  • Zero readings longer than 24 continuous hours: is assumed here that continous zero-readings that long are consequence of a problem in the meter OR that the system is down because of the season.
  • Zero readings in electricity: electricity meter reading shouldn't be absolute zero.

In this notebook can be found the process to create them.

Kaggle

For the Kaggle's ASHRAE great energy predictor III competition data for electricity, chilled water, hotwater and steam from selected buildings were used. This energy data was not completely converted to kWh; in the following table can be found the Kaggle competition units and the conversion factors used to unify them.
The kaggle data set found in this repository is the data used as public leaderboard for the competition. This is 2017 meter reading data of buildings-meters selected for the competition.

Site Kaggle Site ID chilledwater electricity hotwater steam
Panther 0 1 kWh = kBTU * 0.293071 1 kWh = kBTU * 0.293071 - -
Robin 1 - kWh - -
Fox 2 1 kWh = tons * 3.51685 kWh 1 kWh = mmBTU * 293.071 -
Rat 3 - kWh - -
Bear 4 - kWh - -
Lamb 5 - kWh - -
Peacock 6 1 kWh = tons * 3.51685 kWh - 1 kWh = lbs* 0.305
Moose 7 1 kWh = MJ * 0.277778 1 kWh = MJ * 0.277778 - -
Gator 8 - kWh - -
Bull 9 1 kWh = tons * 3.51685 kWh - 1 kWh = lbs* 0.305
Bobcat 10 1 kWh = kBTU * 0.293071 kWh 1 kWh = kBTU * 0.293071 -
Crow 11 KWh kWh - -
Wolf 12 - kWh - -
Hog 13 1 kWh = tons * 3.51685 kWh - 1 kWh = lbs* 0.305
Eagle 14 1 kWh = mmBTU * 293.071 kWh 1 kWh = mmBTU * 293.071 1 kWh = lbs* 0.305
Cockatoo 15 1 kWh = tons * 3.51685 kWh 1 kWh = tons * 3.51685 1 kWh = lbs* 0.305

Clone this wiki locally