NDP Part 2: Network Scenario Headroom Report SPD
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":"spd-nshr-data-workbook",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/spd-nshr-data-workbook"
}
] - "definitions":{
- "spd-nshr-data-workbook":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/spd-nshr-data-workbook_records"
}
}
} - "records":
} - "properties":
- "spd-nshr-data-workbook_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "substation_group":,{
- "type":"string",
- "title":"Substation/Group",
- "description":"The name or identifier of the substation or substation group."
} - "voltage_kv":,{
- "type":"number",
- "title":"Voltage (kV)",
- "description":"The voltages at the Substation(s) in Kilovolts (kV)"
} - "grid_grid_group":,{
- "type":"string",
- "title":"Grid/Grid Group",
- "description":"The name or identifier of the GSP this Substation(s) are within."
} - "scenario":,{
- "type":"string",
- "title":"Scenario",
- "description":"This specifies the scenario. Low - Low Scenario BV - Baseline Scenario high - High Scenario"
} - "year":,{
- "type":"string",
- "title":"Year",
- "description":"This specifies the year - DFES starting position is the last complete calendar year, and forecasts per year, out to 2050. 2022 - As peak demand is key to our modelling, the year corresponds to the winter of that year (i.e. 'December 2022') when the peak is likely to happen, although more widely it corresponds and takes data from the financial year ending the following March in line with regulatory reporting - e.g. 2022 = 2022/23. The first year is historic data. Following years are predominantly forecast data. "
} - "headroom_mw":,{
- "type":"number",
- "title":"Headroom (MW)",
- "description":"This gives the data value in Megawatts."
} - "headroom_type":,{
- "type":"string",
- "title":"Headroom Type",
- "description":"This specifies the headroom type that is forecast. Generation (Synchronous) - This is the available generation headroom for a synchronous machine. This is not necessarily equal to the contractually available headroom shown in connection heatmaps. Generation (Fully Rated Converter) - This is the available generation headroom for a Fully Rated Converter. This is not necessarily equal to the contractually available headroom shown in connection heatmaps. Demand - This is the demand headroom available before reinforcement and/or flexibility is required. A positive number indicated spare capacity and a negative number indicates a forecast constraint."
} - "gsp":,{
- "type":"string",
- "title":"GSP",
- "description":""
} - "primary_substation":{
- "type":"string",
- "title":"Primary_Substation",
- "description":""
}
} - "substation_group":
}
} - "fields":
} - "properties":
} - "spd-nshr-data-workbook":
}