File size: 4,432 Bytes
1a35364
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5ebfee0
 
 
 
1a35364
27fd48c
5ebfee0
27fd48c
 
 
5ebfee0
27fd48c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
c485a81
 
 
 
c99f286
 
 
 
27fd48c
c485a81
27fd48c
 
 
c485a81
27fd48c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
c485a81
 
 
 
 
 
 
 
 
27fd48c
 
 
5ebfee0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
---
dataset_info:
  features:
  - name: timestamp
    dtype: timestamp[us]
  - name: id
    sequence: string
  - name: past_values
    sequence:
      sequence: float32
  - name: past_observed_mask
    sequence:
      sequence: bool
  - name: static_categorical_values
    sequence: float32
  - name: static_real_values
    sequence: float64
  - name: future_values
    sequence:
      sequence: float32
  - name: future_observed_mask
    sequence:
      sequence: bool
  splits:
  - name: train
    num_bytes: 61803996485
    num_examples: 8306132
  - name: validation
    num_bytes: 8813372653
    num_examples: 1184471
  - name: test
    num_bytes: 17811677540
    num_examples: 2393795
  download_size: 2106288708
  dataset_size: 88429046678
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
  - split: test
    path: data/test-*
license: cc
task_categories:
- time-series-forecasting
pretty_name: ONS Capacity Factor Dataset
---

# Dataset Card for ONS-Capacity-Factor-Dataset-Full

## Dataset Summary

The **ONS-Capacity-Factor-Dataset-Full** provides hourly data for wind and solar power plants in Brazil. These values are published by the **Operador Nacional do Sistema Elétrico (ONS)** — the Brazilian National Electric System Operator — which is responsible for coordinating and controlling electricity generation and transmission in the National Interconnected System (SIN).

The dataset includes data from **2009 to 2025**, with files provided yearly from 2009 to 2021 and monthly from 2022 onwards. Each entry represents the capacity factor of a plant or group of plants, calculated as the ratio between the actual generation and the installed capacity.

This dataset is useful for research in renewable energy forecasting, time series analysis, energy systems modeling, and applications of artificial intelligence in the power sector.

## Supported Tasks and Benchmarks

- **Time Series Forecasting**: Predict future capacity factor values for wind and solar energy.
- **Renewable Energy Modeling**: Analyze the performance of renewable plants over time.
- **ML for Energy Systems**: Train and evaluate machine learning models for grid optimization and resource planning.

## Languages

The dataset contains metadata and headers in **Portuguese**, as provided by ONS. However, variable names are intuitive and can be easily adapted to English in preprocessing.

## Dataset Structure

### Data Fields

Each file includes the following fields (translated from Portuguese):

- `timestamp`: Start of the time series (YYYY-MM-DD HH:MM).
- `id`: Id of the time series.
- `past_values`: The context values of shape `(512, 1)`.
- `past_observed mask`: The mask of context values of shape `(512, 1)`.
- `static_categorical_values`: If it is wind or solar energy `(0 or 1)`.
- `static_real_values`: Latitude and longitude.
- `future_values`: The target sequence.
- `future_observerd_mask`: The mask of target sequence.

Note: Some years or months may lack some of these fields depending on the ONS publication format.

### File Formats

- Parquet (`.parquet`)

## Data Splits

There are no predefined train/test/validation splits. Users are encouraged to split the data according to their application (e.g., temporal split for forecasting).

## Licensing Information

This dataset is licensed under the **Creative Commons Attribution License (CC-BY 4.0)**. You are free to share and adapt the data, provided that appropriate credit is given to **ONS**.

More information: [http://opendefinition.org/od/2.1/pt-br](http://opendefinition.org/od/2.1/pt-br)

## Source

- Website: [ONS Historical Operation Data](http://www.ons.org.br/Paginas/resultados-da-operacao/historico-da-operacao/fator-capacidade.aspx)
- Maintainer: ONS (Operador Nacional do Sistema Elétrico)
- Contact: [email protected]

## Citation

If you use this dataset in your research, please cite ONS as the data provider:

```bibtex
@misc{
  ons_capacity_factor,
  title = {ONS Capacity Factor Dataset},
  author = {Operador Nacional do Sistema Elétrico (ONS)},
  year = {2025},
  url = {http://www.ons.org.br}
}
```

## Acknowledgements

This dataset is made available through the ONS Open Data Initiative and the AWS Open Data Sponsorship Program: [https://registry.opendata.aws/ons-opendata-portal/](https://registry.opendata.aws/ons-opendata-portal/)