records
Power generated by contracted technical units – aggregated by fuel type publication - data as of 22/05/2024
Dataset schema
Click to expand Click to collapse
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
{
- "title":"ods177",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/ods177"
}
] - "definitions":{
- "ods177":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/ods177_records"
}
}
} - "records":
} - "properties":
- "ods177_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "datetime":,{
- "type":"string",
- "format":"date-time",
- "title":"Datetime",
- "description":"Time at which the interval starts."
} - "resolutioncode":,{
- "type":"string",
- "title":"Resolution code",
- "description":"Length of the time interval expressed in compliance with ISO 8601."
} - "fueltypepublication":,{
- "type":"string",
- "title":"Fuel type publication",
- "description":"Classification of fuels used for production, in the context of production publications on the Elia.be website. The fuel type list used for publication is:NuclearNatural GasOther Fossil Fuels(Diesel, Fuel Oil, Gasoline, Kerosine)BiofuelsWaterSolarWind OffshoreWind OnshoreOther(Waste for incineration, Electricity, Industrial Process Off-Gas, Process Heat)"
} - "generatedpower":,{
- "type":"number",
- "title":"Generated Power",
- "description":"Sum of the generated power of contracted technical units aggregated by Fuel type publication.",
- "unit":"MW"
} - "totalgeneratedpower":{
- "type":"number",
- "title":"Total Generated Power",
- "description":"Sum of the generated power of all contracted technical units.",
- "unit":"MW"
}
} - "datetime":
}
} - "fields":
} - "properties":
} - "ods177":
}