records
Measured and forecasted total load on the Belgian grid (Historical data)
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":"ods001",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/ods001"
}
] - "definitions":{
- "ods001":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/ods001_records"
}
}
} - "records":
} - "properties":
- "ods001_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."
} - "totalload":,{
- "type":"number",
- "title":"Total Load",
- "description":"All the electrical loads on the Elia grid and on the distribution systems connected to it. It also takes account of the estimated power losses. The total load is based on a combination of computation, measurements and extrapolations. In case one or more of the inputs is missing, the data shows blanks. ",
- "unit":"0"
} - "mostrecentforecast":,{
- "type":"number",
- "title":"Most recent forecast",
- "description":"Most recently forecasted volume of the total load on the Belgian grid.",
- "unit":"MW"
} - "mostrecentconfidence10":,{
- "type":"number",
- "title":"Most recent P10",
- "description":"Lower limit of the 80% confidence interval for the most recently forecasted total load on the Belgian grid.",
- "unit":"MW"
} - "mostrecentconfidence90":,{
- "type":"number",
- "title":"Most recent P90",
- "description":"Upper limit of the 80% confidence interval for the most recently forecasted total load on the Belgian grid.",
- "unit":"MW"
} - "dayaheadforecast":,{
- "type":"number",
- "title":"Day-ahead 6PM forecast",
- "description":"Day-ahead forecasted total load on the Belgian grid.",
- "unit":"MW"
} - "dayaheadconfidence10":,{
- "type":"number",
- "title":"Day-ahead 6PM P10",
- "description":"Lower limit of the 80% confidence interval for the day-ahead forecasted total load on the Belgian grid.",
- "unit":"MW"
} - "dayaheadconfidence90":,{
- "type":"number",
- "title":"Day-ahead 6PM P90",
- "description":"Upper limit of the 80% confidence interval for the day-ahead forecasted total load on the Belgian grid.",
- "unit":"MW"
} - "weekaheadforecast":{
- "type":"number",
- "title":"Week-ahead forecast",
- "description":"Week-ahead forecasted total load on the Belgian grid. ",
- "unit":"MW"
}
} - "datetime":
}
} - "fields":
} - "properties":
} - "ods001":
}