Datasets
Standard Dataset
Thermal Comfort
- Citation Author(s):
- Submitted by:
- Matheus Nascimento
- Last updated:
- Fri, 09/17/2021 - 17:35
- DOI:
- 10.21227/9c3a-x738
- Data Format:
- License:
- Categories:
- Keywords:
Abstract
This dataset contains the collection of temperature, humidity, heat index, thermal discomfort index and temperature and humidity index of five indoor environments in São Paulo, Brazil. Data were collected using the ESP32 microcontroller and the DHT11 temperature and humidity sensor.
The attached database contains the SensorData table with the following structure:
- id: int(10);
- sensor: varchar(30) - sensor name;
- location: varchar(30) - sensor location;
- temperature: varchar(30) - temperature (°C);
- humidity: varchar(30) - humidity in (%);
- ic: varchar(10) - heat index (°C);
- idt: varchar(10) - thermal discomfort index (°C);
- itu: varchar(10) - temperature and humidity index (°C);
- reading_time: timestamp - timestamp that data was collected.