Weekly 2-52 week National NRAPM Forecast
Probability of seeing a load factor on Wind that would cause a National NRAPM (Negative Reserve Active Power Margin)
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=42377a3d-e202-475f-9069-dcd4d1fae952&limit=5
|
Query example (via SQL statement) |
https://api.neso.energy/api/3/action/datastore_search_sql?sql=SELECT * from "42377a3d-e202-475f-9069-dcd4d1fae952" LIMIT 5
|
A simple ajax (JSONP) request to the data API using jQuery.
var data = { resource_id: '42377a3d-e202-475f-9069-dcd4d1fae952', // 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=42377a3d-e202-475f-9069-dcd4d1fae952&limit=5' fileobj = urllib2.urlopen(url) print fileobj.read()
Data Explorer
Data Explorer
Table Information
Week number
Title | Week Number and Year |
---|---|
Type | string |
Description | The week number and the year. |
Comment | |
Example | 13W20 |
Unit |
Date
Title | Date |
---|---|
Type | date |
Description | Date at which forecast will occur. Given in (Coordinated Universal Time) UTC or UTC+1 during British Summer Time. |
Comment | |
Example | 29/03/2020 |
Unit |
Wind Load Factor required to cause a System Level NRAPM
Title | Wind Load Factor required to cause a Scotland Level NRAPM (Negative Reserve Active Power Margin) |
---|---|
Type | number |
Description | Probability of seeing a load factor on Wind that would cause a NRAPM (Negative Reserve Active Power Margin) in Scotland |
Comment | |
Example | 1.958251654 |
Unit |
Probability of seeing Wind load factor above
Title | Probability of seeing Wind load factor above |
---|---|
Type | number |
Description | Forecast Wind Load Factor required to cause a System Level NRAPM (Negative Reserve Active Power Margin) |
Comment | |
Example | 0.022513441 |
Unit |