The SmartH2O anonymized datasets of Terre di Pedemonte and Valencia
Creators
Description
Anonymized datasets of SmartH2O project
This repository contains the anonymized datasets of water consumptions of Terre di Pedemonte and Valencia SmartH2O's users. Each dataset is stored in its named folder, and have the same file naming:
anonymizer.zip: the compressed archive of water consumptions and households features
Once decompressed, the archived files are smarth2o_anonymized_households.csv and smarth2o_anonymized_consumptions.csv
smarth2o_anonymized_households.csv: It contains the features of the households' users.
The columns meaning is:
- index The number of the row in the csv file
- smart_meter_id The smart meter's ID
- household_size The size of the Household (in squared meters)
- household_garden_area The size of the garden (in squared meters)
- household_pool_volume The volume of the pool (in cubic meters)
- household_pool The presence of the pool (boolean)
- household_garden The presence of the garden (boolean)
- residency_type The type of residency (Flat, House, Single Family, ...)
- number_bathrooms The number of bathrooms
- environmental_attitude The environmental attitude sensitivity of the user (High, Medium, Low)
- irrigation_system The presence of an irrigation system (boolean)
- house_plants The presence of house plants (boolean)
- balcony_plants The presence of balcony plants (boolean)
- building_size The size of the building (in squared meters)
- name The name of a complex device (washing mascine, dishwater, ...)
- efficiency The nefficiency of the complex device ( A, A+. A++, ...)
- ecomode The presence of the Eco-Mode feature in the complex device (boolean)
- timer The presence of the timer in the complex device (boolean)
- name.1 The name of a simple device (toilet, sink, bathtub, ...)
- number The number of the simple device
For all columns, a NULL value means that the user doesn't provided the information.
smarth2o_anonymized_consumptions.csv: it contains the periodic readings of the smart meters.
The columns meaning is:
- index The number of the row in the csv file
- smart_meter_id The smart meter's ID
- tst The timestamp of the reading
- meter_reading The value read
The difference of the reading values between two consecutive rows gives the water consumption.
In order to certificate the authenticity of the datasets, we provide these additional files:
- anonymizer.zip.asc: the anonymizer.zip signature made by the SmartH2O OpenPGP key
- sha256sum.txt: the sha256 hash generated for anonymizer.zip
- sha256sum.txt.asc: the sha256sum.txt signature made by the SmartH2O OpenPGP key
The SmartH2O key, available here, has this fingerprint: 7F14 4F03 BCB9 9A3C D99D 7483 9739 174C 8B57 ACA9
Contacts
For any type of further questions write to smarth2o@idsia.ch. The maintainer of this dataset is Corrado Valeri (corrado.valeri@supsi.ch).
Files
The-SmartH2O-project/datasets-v1.0.zip
Files
(25.4 MB)
Name | Size | Download all |
---|---|---|
md5:2c0f5ba07e06e7518deb20db37e5e569
|
25.4 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/The-SmartH2O-project/datasets/tree/v1.0 (URL)