Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -541,6 +541,14 @@ config:
|
|
541 |
data_files:
|
542 |
- split: train
|
543 |
path: Dataset_V0.0/Synthetic-Energy-Load-Profiles/15min/SynD/*.parquet
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
544 |
- config_name: Synthetic-SDG-Hourly
|
545 |
data_files:
|
546 |
- split: train
|
@@ -549,6 +557,18 @@ config:
|
|
549 |
data_files:
|
550 |
- split: train
|
551 |
path: Dataset_V0.0/Synthetic-Energy-Load-Profiles/Hourly/SynD/*.parquet
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
552 |
---
|
553 |
|
554 |
|
@@ -557,15 +577,26 @@ config:
|
|
557 |
A open-source large-scale energy meter dataset designed to support a variety of energy analytics applications, including load profile analysis, and load forecasting.
|
558 |
It compiles over 60 detailed electricity consumption datasets encompassing approximately **78,000** real buildings representing the global building stock, offering insights into the temporal and spatial variations in energy consumption.
|
559 |
The buildings are classified into two categories: **Commercial**, which includes **2,900** buildings, and **Residential**, which includes **75,100** buildings, with a total of 65,000 building-days of time-series data.
|
560 |
-
These buildings span diverse geographies, climatic zones, and operational profiles, providing a broad spectrum of usage patterns.
|
|
|
561 |
|
562 |
All processed datasets contain hourly data, with some offering additional 15-minute and 30-minute resolution. To ensure efficient storage, we saved the datasets in Parquet format rather than CSV.
|
563 |
For datasets involving a large number of buildings, we partitioned the data into multiple Parquet files.
|
564 |
|
565 |
Metadata of each datasets are provided in [metadata](https://huggingface.co/datasets/ai-iot/EnergyBench/tree/main/Dataset_V0.0/metadata).
|
566 |
|
567 |
-
Table 1: Summary of EnergBench dataset
|
568 |
| Category | # Datasets | # Buildings | # Days | # Hourly Obs |
|
569 |
|-------------|-------------|--------------|---------|--------|
|
570 |
| Commercial | 20 | 2,916 | 16,706 | 62M |
|
571 |
| Residential | 47 | 75,121 | 43,852 | 1.2B |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
541 |
data_files:
|
542 |
- split: train
|
543 |
path: Dataset_V0.0/Synthetic-Energy-Load-Profiles/15min/SynD/*.parquet
|
544 |
+
- config_name: Synthetic-Buildings-900K-Commercial-15min
|
545 |
+
data_files:
|
546 |
+
- split: train
|
547 |
+
path: Dataset_V0.0/Synthetic-Energy-Load-Profiles/15min/Buildings-900K/comstock_amy2018_release_2/*/*.parquet
|
548 |
+
- config_name: Synthetic-Buildings-900K-Residential-15min
|
549 |
+
data_files:
|
550 |
+
- split: train
|
551 |
+
path: Dataset_V0.0/Synthetic-Energy-Load-Profiles/15min/Buildings-900K/resstock_amy2018_release_2/*/*.parquet
|
552 |
- config_name: Synthetic-SDG-Hourly
|
553 |
data_files:
|
554 |
- split: train
|
|
|
557 |
data_files:
|
558 |
- split: train
|
559 |
path: Dataset_V0.0/Synthetic-Energy-Load-Profiles/Hourly/SynD/*.parquet
|
560 |
+
- config_name: Synthetic-Buildings-900K-Commercial-Hourly
|
561 |
+
data_files:
|
562 |
+
- split: train
|
563 |
+
path: Dataset_V0.0/Synthetic-Energy-Load-Profiles/Hourly/Buildings-900K/comstock_amy2018_release_2/*/*.parquet
|
564 |
+
- config_name: Synthetic-Buildings-900K-Residential-Hourly
|
565 |
+
data_files:
|
566 |
+
- split: train
|
567 |
+
path: Dataset_V0.0/Synthetic-Energy-Load-Profiles/Hourly/Buildings-900K/resstock_amy2018_release_2/*/*.parquet
|
568 |
+
- config_name: Synthetic-HRSA-Residential-Hourly
|
569 |
+
data_files:
|
570 |
+
- split: train
|
571 |
+
path: Dataset_V0.0/Synthetic-Energy-Load-Profiles/Hourly/HRSA/*/*.parquet
|
572 |
---
|
573 |
|
574 |
|
|
|
577 |
A open-source large-scale energy meter dataset designed to support a variety of energy analytics applications, including load profile analysis, and load forecasting.
|
578 |
It compiles over 60 detailed electricity consumption datasets encompassing approximately **78,000** real buildings representing the global building stock, offering insights into the temporal and spatial variations in energy consumption.
|
579 |
The buildings are classified into two categories: **Commercial**, which includes **2,900** buildings, and **Residential**, which includes **75,100** buildings, with a total of 65,000 building-days of time-series data.
|
580 |
+
These buildings span diverse geographies, climatic zones, and operational profiles, providing a broad spectrum of usage patterns. Additional to the real buildings, it also
|
581 |
+
includes synthetic and simulated buildings electricity consumption data.
|
582 |
|
583 |
All processed datasets contain hourly data, with some offering additional 15-minute and 30-minute resolution. To ensure efficient storage, we saved the datasets in Parquet format rather than CSV.
|
584 |
For datasets involving a large number of buildings, we partitioned the data into multiple Parquet files.
|
585 |
|
586 |
Metadata of each datasets are provided in [metadata](https://huggingface.co/datasets/ai-iot/EnergyBench/tree/main/Dataset_V0.0/metadata).
|
587 |
|
588 |
+
Table 1: Summary of EnergBench dataset (Real Buildings)
|
589 |
| Category | # Datasets | # Buildings | # Days | # Hourly Obs |
|
590 |
|-------------|-------------|--------------|---------|--------|
|
591 |
| Commercial | 20 | 2,916 | 16,706 | 62M |
|
592 |
| Residential | 47 | 75,121 | 43,852 | 1.2B |
|
593 |
+
|
594 |
+
|
595 |
+
|
596 |
+
|
597 |
+
Table 2: Summary of EnergBench dataset (Synthetic and Simulated Buildings)
|
598 |
+
| Category | # Datasets | # Buildings | # Days | # Hourly Obs |
|
599 |
+
|-------------|-------------|--------------|---------|--------|
|
600 |
+
| Commercial | 1 | 207,559 | 365 | ~1.7B |
|
601 |
+
| Residential | 4 | 31M | 966 | ~718.7B |
|
602 |
+
|