Operational Forecasting

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Timestamp
Date/time that the data was recorded - data is provided at half hourly intervals over a 12 month period.

No description available for this field.

Name (identifier)
timestamp
Type
datetime
Sample
                       
time_zone_offset
               

No description available for this field.

Name (identifier)
time_zone_offset
Type
integer
Sample
                       
Net Demand Forecast (MW)
The average demand forecast for each Grid and Primary network group.

No description available for this field.

Name (identifier)
net_demand_forecast_mw
Type
decimal
Sample
                       
Generation Forecast (MW)
The average generation forecast for each Grid and Primary network group.

No description available for this field.

Name (identifier)
total_generation_forecast_mw
Type
integer
Sample
                       
Underlying Demand (MW)
The indicative level of demand in this network group during this half-hour period.

No description available for this field.

Name (identifier)
underlying_demand_forecast_mw
Type
decimal
Sample
                       
group_id
The unique name given to the network demand group supplied by the Primary or Grid transformers.

No description available for this field.

Name (identifier)
group_id
Type
text
Sample
                       
Licence Area
SPD: Licenced Distribution Network Operator (DNO) for Central Belt and South of Scotland up to and including the 33kV network.

SPM: Licenced Distribution Network Operator (DNO) for North Wales, Merseyside, Cheshire and North Shropshire up to and including the 132kV network.

No description available for this field.

Name (identifier)
service_area
Type
text
Sample
                       
District
Our SPD licence area is geographically split into 6 districts and our SPM licence area is geographically split into 5 districts. For further information please refer to: Our Distribution Network - SP Energy Networks.

No description available for this field.

Name (identifier)
district
Type
text
Sample
                       
Network Group Name
In our Scottish Power Manweb (SPM) license, some of our network operates solidly interconnected. For example, geographically dispersed single transformers may supply interconnected network instead of multi-transformer substations. For more information on network arrangements, including both single line schematic diagrams and geographical maps please refer to our Long Term Development Statement (LTDS).

No description available for this field.

Name (identifier)
group_name
Type
text
Sample
                       
Nominal Voltage
Refers to the nominal operating voltage of the network group.

No description available for this field.

Name (identifier)
voltage
Type
text
Sample
                       

JSON Schema

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

{
  • "title":"forecast",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/forecast"
      }
    ]
    ,
  • "definitions":
    {
    • "forecast":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/forecast_records"
            }
          }
        }
      }
      ,
    • "forecast_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "timestamp":
              {
              • "type":"string",
              • "format":"date-time",
              • "title":"Timestamp",
              • "description":"Date/time that the data was recorded - data is provided at half hourly intervals over a 12 month period."
              }
              ,
            • "time_zone_offset":
              {
              • "type":"integer",
              • "title":"time_zone_offset",
              • "description":""
              }
              ,
            • "net_demand_forecast_mw":
              {
              • "type":"number",
              • "title":"Net Demand Forecast (MW)",
              • "description":"The average demand forecast for each Grid and Primary network group."
              }
              ,
            • "total_generation_forecast_mw":
              {
              • "type":"integer",
              • "title":"Generation Forecast (MW)",
              • "description":"The average generation forecast for each Grid and Primary network group."
              }
              ,
            • "underlying_demand_forecast_mw":
              {
              • "type":"number",
              • "title":"Underlying Demand (MW)",
              • "description":"The indicative level of demand in this network group during this half-hour period."
              }
              ,
            • "group_id":
              {
              • "type":"string",
              • "title":"group_id",
              • "description":"The unique name given to the network demand group supplied by the Primary or Grid transformers."
              }
              ,
            • "service_area":
              {
              • "type":"string",
              • "title":"Licence Area",
              • "description":"SPD: Licenced Distribution Network Operator (DNO) for Central Belt and South of Scotland up to and including the 33kV network. SPM: Licenced Distribution Network Operator (DNO) for North Wales, Merseyside, Cheshire and North Shropshire up to and including the 132kV network."
              }
              ,
            • "district":
              {
              • "type":"string",
              • "title":"District",
              • "description":"Our SPD licence area is geographically split into 6 districts and our SPM licence area is geographically split into 5 districts. For further information please refer to: Our Distribution Network - SP Energy Networks."
              }
              ,
            • "group_name":
              {
              • "type":"string",
              • "title":"Network Group Name",
              • "description":"In our Scottish Power Manweb (SPM) license, some of our network operates solidly interconnected. For example, geographically dispersed single transformers may supply interconnected network instead of multi-transformer substations. For more information on network arrangements, including both single line schematic diagrams and geographical maps please refer to our Long Term Development Statement (LTDS)."
              }
              ,
            • "voltage":
              {
              • "type":"string",
              • "title":"Nominal Voltage",
              • "description":"Refers to the nominal operating voltage of the network group."
              }
            }
          }
        }
      }
    }
}

Similar datasets