SPM Flexibility Requirements 2024-2028
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":"spm-heat-map-flexibility",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/spm-heat-map-flexibility"
}
] - "definitions":{
- "spm-heat-map-flexibility":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/spm-heat-map-flexibility_records"
}
}
} - "records":
} - "properties":
- "spm-heat-map-flexibility_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "index":,{
- "type":"number",
- "title":"index",
- "description":""
} - "substation":,{
- "type":"string",
- "title":"Substation",
- "description":"Name of substation in associated Constraint Zone where a flexibility requirement has been identified."
} - "scenario":,{
- "type":"string",
- "title":"Scenario",
- "description":"Based on the Distribution Future Energy Scenarios (DFES). These scenarios are used to model and analyze the potential impacts on the distribution network, helping to ensure that it can accommodate future energy demands and support the transition to a low-carbon economy. These scenarios help in planning and investment decisions by considering various factors such as technology adoption, policy changes, and market trends."
} - "financial_year":,{
- "type":"string",
- "title":"Financial Year",
- "description":"The financial year in which the flexible capacity is required and utilised."
} - "capacity":,{
- "type":"number",
- "title":"Capacity",
- "description":"Specified MW of flexible capacity required on the network."
} - "risk_total":,{
- "type":"number",
- "title":"Risk Total",
- "description":"Estimated number of hours in which a constrained zone could potentially require dispatched flexibility."
} - "mwh":,{
- "type":"number",
- "title":"MWh",
- "description":"Specified MWh Volume of flexibility required on the network per hour."
} - "estimate_value":,{
- "type":"number",
- "title":"Estimate Value",
- "description":"",
- "unit":"£"
} - "voltage":{
- "type":"integer",
- "title":"Voltage",
- "description":"Voltage of specified substation where a constraint or flexibility requirement has been identified."
}
} - "index":
}
} - "fields":
} - "properties":
} - "spm-heat-map-flexibility":
}