SamuelM0422 commited on
Commit
c485a81
·
verified ·
1 Parent(s): 27fd48c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -10
README.md CHANGED
@@ -70,18 +70,20 @@ The dataset contains metadata and headers in **Portuguese**, as provided by ONS.
70
 
71
  Each file includes the following fields (translated from Portuguese):
72
 
73
- - `usina`: Power plant or group name.
74
- - `data`: Timestamp (YYYY-MM-DD HH:MM).
75
- - `tipo`: Type of source (`Eólica` for wind, `Solar` for solar).
76
- - `fator_capacidade`: Capacity factor (float, between 0 and 1).
 
 
 
 
77
 
78
- Note: Some years or months may contain additional fields depending on the ONS publication format.
79
 
80
  ### File Formats
81
 
82
- - CSV (`.csv`)
83
- - Excel (`.xlsx`)
84
- - Parquet (`.parquet`) — available for newer monthly files
85
 
86
  ## Data Splits
87
 
@@ -103,8 +105,15 @@ More information: [http://opendefinition.org/od/2.1/pt-br](http://opendefinition
103
 
104
  If you use this dataset in your research, please cite ONS as the data provider:
105
 
106
- @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} }
107
-
 
 
 
 
 
 
 
108
 
109
  ## Acknowledgements
110
 
 
70
 
71
  Each file includes the following fields (translated from Portuguese):
72
 
73
+ - `timestamp`: Start of the time series (YYYY-MM-DD HH:MM).
74
+ - `id`: Id of the time series.
75
+ - `past_values`: The context values of shape `(512, 1)`.
76
+ - `past_observed mask`: The mask of context values of shape `(512, 1)`.
77
+ - 'static_categorical_values': If it is wind or solar energy `(0 or 1)`.
78
+ - 'static_real_values': Latitude and longitude.
79
+ - 'future_values': The target sequence.
80
+ - 'future_observerd_mask': The mask of target sequence.
81
 
82
+ Note: Some years or months may lack some of these fields depending on the ONS publication format.
83
 
84
  ### File Formats
85
 
86
+ - Parquet (`.parquet`)
 
 
87
 
88
  ## Data Splits
89
 
 
105
 
106
  If you use this dataset in your research, please cite ONS as the data provider:
107
 
108
+ ```bibtex
109
+ @misc{
110
+ ons_capacity_factor,
111
+ title = {ONS Capacity Factor Dataset},
112
+ author = {Operador Nacional do Sistema Elétrico (ONS)},
113
+ year = {2025},
114
+ url = {http://www.ons.org.br}
115
+ }
116
+ ```
117
 
118
  ## Acknowledgements
119