OFEI File Format
The OFEI (Oferta de Energía Inicial) file contains hourly power generation offers from Colombian power plants.File Structure
Example Raw Data
DataFrame Structure
After parsing the OFEI file, the data is structured in a pandas DataFrame.Column Schema
| Column Name | Data Type | Description |
|---|---|---|
Agente | string | Power generation agent/company name |
Tipo | string | Type code (typically “D” for generation) |
Planta | string | Power plant name |
Hora_1 to Hora_24 | float64 | Hourly power generation in MW |
Data Types
Example Data Rows
Sample Records
Power Plant Agents
Sample of agents represented in the dataset:- AES CHIVOR - Multiple CHIVOR units (CHIVOR1-5)
- EMGESA S.A. - BETANIA, ELQUIMBO, GUAVIO, PAGUA plants
- VATIA S.A. - SANTIAGO, INCAUCA1, INGENIOPROVIDENCIA2
- ZF CELSIA - FLORES1, FLORES4B
Usage Example
Related Files
- Master Data: Contains metadata about plants (type: Hydro/Thermal, visible name)
- dDEC Files: Declared available capacity per plant
- OFEI Files: Energy offers per hour