SPD DFES Totals by Substation

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Substation
This specifies the substation that the forecast is for.

[Substation name] - Substation name

No description available for this field.

Name (identifier)
substation
Type
text
Sample
                       
Substation Level
This specifies the type of substation.

PSS - Primary substation (33kV/HV)
GSP - Grid supply ppint (33kV supply point)

No description available for this field.

Name (identifier)
substation_level
Type
text
Sample
                       
Technology
This specifies the technology type that forecast is being provided for.

Total generation - All generation types.
Wind - Wind generation – total of both onshore and offshore turbines
PV - Both 'SOLAR-DG ' and 'SOLAR-BTM' types (see Table 1 for definitions)
Storage - Both 'STORAGE-DG ' and 'STORAGE-BTM' types (see Table 1 for definitions)
Total peak demand - All demand types
Heat pumps - All heat pump types
Residential EVs - Residential EVs / EVs that charge at domestic properties
Total EVs - All EV types

No description available for this field.

Name (identifier)
technology
Type
text
Sample
                       
Attribute
This specifies the attribute (or metric) that is forecast.

Installed generation capacity - This is total capacity of the generation installed. This is not necessarily equal to the export capacity or the amount that will be generating at any one time.
Peak demand (with flex) - The contribution to the most onerous averaged half hourly period(s) over the course of the year. Assumes that some peak demand is avoided by consumers switching their electricity use to avoid peak times (demand flexibility).
Peak demand (without flex) - The contribution to the most onerous averaged half hourly period(s) over the course of the year. Modelled without the impact of demand flexibility.
Total number - The total number of installations (for LCTs only)

No description available for this field.

Name (identifier)
attribute
Type
text
Sample
                       
Units
This specifies the unit that the attribute is measured in.

MW - Megawatts (power or rate of energy transfer)
Number - The number of LCTs

No description available for this field.

Name (identifier)
units
Type
text
Sample
                       
Scenario
This specifies the scenario.

HT - Holistic Transition
EE - Electric Engagement
HE - Hydrogen Evolution
CF - Counterfactual

No description available for this field.

Name (identifier)
scenario
Type
text
Sample
                       
Year
This specifies the year - DFES starting position is the last complete calendar year, and forecasts per year, out to 2050.

As peak demand is key to our modelling, the year corresponds to winter of that year (i.e. 2022 corresponds to 'December 2022') when the peak is likely to happen, although more widely it overlaps with 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.

No description available for this field.

Name (identifier)
year
Type
date
Sample
                       
Value
This gives the data value, type: float.

No description available for this field.

Name (identifier)
value
Type
decimal
Sample
                       
concat_subname_level
               

No description available for this field.

Name (identifier)
concat_subname_level
Type
text
Sample
                       

JSON Schema

The following JSON object is a standardized description of your dataset's schema. More about JSON schema.

{
  • "title":"spd-dfes-site-forecasts",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/spd-dfes-site-forecasts"
      }
    ]
    ,
  • "definitions":
    {
    • "spd-dfes-site-forecasts":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/spd-dfes-site-forecasts_records"
            }
          }
        }
      }
      ,
    • "spd-dfes-site-forecasts_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "substation":
              {
              • "type":"string",
              • "title":"Substation",
              • "description":"This specifies the substation that the forecast is for. [Substation name] - Substation name "
              }
              ,
            • "substation_level":
              {
              • "type":"string",
              • "title":"Substation Level",
              • "description":"This specifies the type of substation. PSS - Primary substation (33kV/HV) GSP - Grid supply ppint (33kV supply point)"
              }
              ,
            • "technology":
              {
              • "type":"string",
              • "title":"Technology",
              • "description":"This specifies the technology type that forecast is being provided for. Total generation - All generation types. Wind - Wind generation – total of both onshore and offshore turbines PV - Both 'SOLAR-DG ' and 'SOLAR-BTM' types (see Table 1 for definitions) Storage - Both 'STORAGE-DG ' and 'STORAGE-BTM' types (see Table 1 for definitions) Total peak demand - All demand types Heat pumps - All heat pump types Residential EVs - Residential EVs / EVs that charge at domestic properties Total EVs - All EV types"
              }
              ,
            • "attribute":
              {
              • "type":"string",
              • "title":"Attribute",
              • "description":"This specifies the attribute (or metric) that is forecast. Installed generation capacity - This is total capacity of the generation installed. This is not necessarily equal to the export capacity or the amount that will be generating at any one time. Peak demand (with flex) - The contribution to the most onerous averaged half hourly period(s) over the course of the year. Assumes that some peak demand is avoided by consumers switching their electricity use to avoid peak times (demand flexibility). Peak demand (without flex) - The contribution to the most onerous averaged half hourly period(s) over the course of the year. Modelled without the impact of demand flexibility. Total number - The total number of installations (for LCTs only)"
              }
              ,
            • "units":
              {
              • "type":"string",
              • "title":"Units",
              • "description":"This specifies the unit that the attribute is measured in. MW - Megawatts (power or rate of energy transfer) Number - The number of LCTs "
              }
              ,
            • "scenario":
              {
              • "type":"string",
              • "title":"Scenario",
              • "description":"This specifies the scenario. HT - Holistic Transition EE - Electric Engagement HE - Hydrogen Evolution CF - Counterfactual"
              }
              ,
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":"This specifies the year - DFES starting position is the last complete calendar year, and forecasts per year, out to 2050. As peak demand is key to our modelling, the year corresponds to winter of that year (i.e. 2022 corresponds to 'December 2022') when the peak is likely to happen, although more widely it overlaps with 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."
              }
              ,
            • "value":
              {
              • "type":"number",
              • "title":"Value",
              • "description":"This gives the data value, type: float."
              }
              ,
            • "concat_subname_level":
              {
              • "type":"string",
              • "title":"concat_subname_level",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets