records
Intraday net transfer capacity - between Belgium and United Kingdom
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":"ods011",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/ods011"
}
] - "definitions":{
- "ods011":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/ods011_records"
}
}
} - "records":
} - "properties":
- "ods011_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."
} - "country":,{
- "type":"string",
- "title":"Country",
- "description":"The name of the country. "
} - "direction":,{
- "type":"string",
- "title":"Direction",
- "description":"A categorization of measurement properties based on the direction of the energy flow. For example: outgoing, ingoing, flow."
} - "nettransfercapacity":{
- "type":"integer",
- "title":"Net Transfer Capacity (NTC)",
- "description":"Transfer capacity forecast agreed by Elia and its neighbouring transmission system operators (TSOs) for imports and exports across Belgium’s borders. Visit Transmission capacity at borders for more information on the calculation method. EU Regulation 543/2013 refers to net transfer capacity as forecasted capacity.",
- "unit":"MW"
}
} - "datetime":
}
} - "fields":
} - "properties":
} - "ods011":
}