Operational Forecasting
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":"forecast",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/forecast"
}
] - "definitions":{
- "forecast":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/forecast_records"
}
}
} - "records":
} - "properties":
- "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."
}
} - "timestamp":
}
} - "fields":
} - "properties":
} - "forecast":
}