2-14 Days Ahead Cardinal Point Forecast
This is our 2-14 days ahead national demand forecast, updated twice daily. National Demand is the Great Britain generation requirement and is the sum of metered generation based on the operational generation metering from the Transmission Network Operators, but excludes generation required to meet station load, pump storage pumping and interconnector exports.
CKAN Data API
Access resource data via a web API with powerful query support.
Further information in the main CKAN Data API and DataStore documentation.
The Data API can be accessed via the following actions of the CKAN action API.
Query example (first 5 results) |
---|
https://api.neso.energy/api/3/action/datastore_search?resource_id=9af18ed4-efc8-4779-bef5-c0927fee9b0a&limit=5
|
Query example (via SQL statement) |
https://api.neso.energy/api/3/action/datastore_search_sql?sql=SELECT * from "9af18ed4-efc8-4779-bef5-c0927fee9b0a" LIMIT 5
|
A simple ajax (JSONP) request to the data API using jQuery.
var data = { resource_id: '9af18ed4-efc8-4779-bef5-c0927fee9b0a', // the resource id limit: 5 // get 5 results }; $.ajax({ url: 'https://api.neso.energy/api/3/action/datastore_search', data: data, dataType: 'jsonp', success: function(data) { alert('Total results found: ' + data.result.total) } });
A simple ajax (JSONP) request to the data API using jQuery.
import urllib2 url = 'https://api.neso.energy/api/3/action/datastore_search?resource_id=9af18ed4-efc8-4779-bef5-c0927fee9b0a&limit=5' fileobj = urllib2.urlopen(url) print fileobj.read()
Data Explorer
Data Explorer
Table Information
DAYSAHEAD
Title | 2-14 Day Ahead Demand Forecast |
---|---|
Type | integer |
Description | Unique number describing what day the demand forecast is for i.e. "4" for 4 Day Ahead forecast. |
Comment | |
Example | 4 |
Unit |
TARGETDATE
Title | Forecast Date |
---|---|
Type | date |
Description | The date the demand forecast is for i.e. D+4 for 4 Day Ahead. |
Comment | |
Example | 20200930 |
Unit |
FORECASTDEMAND
Title | Demand Forecast |
---|---|
Type | integer |
Description | National 2-14 day ahead demand forecast values. |
Comment | |
Example | 32610 |
Unit | MW |
CARDINALPOINT
Title | Cardinal Point (CP) |
---|---|
Type | string |
Description | Electricity demand fluctuates during a day depending on how much energy people, businesses and industries are using at that moment in time. As this electricity demand goes up and down, we get characteristic peaks and troughs, with some of these peaks and troughs appearing every single day at similar times. These we call cardinal points and are the points during the day that we forecast demand for. |
Comment | |
Example | 2A |
Unit |
CP_TYPE
Title | Cardinal Point (CP) Type |
---|---|
Type | string |
Description | Fixed, Trough, Peak. Cardinal point (CP) can either be Fixed (F) i.e. occur at a fixed time during the day, Trough (T) i.e. minimum demands during the day or Peak (P) i.e. maximum demands during the day. |
Comment | |
Example | P |
Unit |
CP_ST_TIME
Title | Cardinal Point (CP) Standard Time |
---|---|
Type | number |
Description | Time UTC, The time when a particular cardinal point (CP) starts during the day. |
Comment | |
Example | 1700 |
Unit |
CP_END_TIME
Title | Cardinal Point (CP) End Time |
---|---|
Type | number |
Description | Time UTC, The time when a particular cardinal point (CP) ends during the day. |
Comment | |
Example | 1930 |
Unit |
F_Point
Title | Forecasting Point |
---|---|
Type | string |
Description | Publishing forecasts of forecasting points: overnight demand minimum, daytime demand maximum, daytime demand minimum and evening demand maximum. |
Comment | |
Example | DM |
Unit |