National Daily 2-14 days NRAPM Forecast
Forecast Megawatt (MW) away from risk of system level NRAPM (Negative Reserve Active Power Margin) Forecast Conditions for 2-14 days ahead for overnight daily minimum 1B and daily minimum 3B.
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=4c391daa-14e2-4991-a476-5539033ebb3d&limit=5
|
Query example (via SQL statement) |
https://api.neso.energy/api/3/action/datastore_search_sql?sql=SELECT * from "4c391daa-14e2-4991-a476-5539033ebb3d" LIMIT 5
|
A simple ajax (JSONP) request to the data API using jQuery.
var data = { resource_id: '4c391daa-14e2-4991-a476-5539033ebb3d', // 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=4c391daa-14e2-4991-a476-5539033ebb3d&limit=5' fileobj = urllib2.urlopen(url) print fileobj.read()
Data Explorer
Data Explorer
Table Information
Date
Title | Date |
---|---|
Type | date |
Description | Forecast Date |
Comment | |
Example | 25/03/2020 |
Unit |
CP
Title | Cardinal Point |
---|---|
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 | DP |
Unit |
MW away from risk of System Level NRAPM (Forecast Conditions)
Title | MW away from risk of System Level NRAPM (Forecast Conditions) |
---|---|
Type | number |
Description | Forecast MW away from risk of System Level NRAPM (Forecast Conditions) for 2-14 days ahead for overnight daily minimum 1B and daily minimum 3B. |
Comment | |
Example | 10302 |
Unit | MW |