STOR Windows
Tabular view of Short Term Operating Reserve (STOR) committed windows across Season 15 to Season 19.
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=90d4a1a4-d311-4a22-9138-84cb7ead2599&limit=5
|
Query example (via SQL statement) |
https://api.neso.energy/api/3/action/datastore_search_sql?sql=SELECT * from "90d4a1a4-d311-4a22-9138-84cb7ead2599" LIMIT 5
|
A simple ajax (JSONP) request to the data API using jQuery.
var data = { resource_id: '90d4a1a4-d311-4a22-9138-84cb7ead2599', // 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=90d4a1a4-d311-4a22-9138-84cb7ead2599&limit=5' fileobj = urllib2.urlopen(url) print fileobj.read()
Data Explorer
Data Explorer
Table Information
Date
Title | Date |
---|---|
Type | date |
Description | Delivery date |
Comment | |
Example | 2025-04-01 |
Unit |
Season
Title | Season |
---|---|
Type | number |
Description | Time frame for which the committed STOR windows apply |
Comment | |
Example | 18.1 |
Unit |
WD/NWD
Title | WD/NWD |
---|---|
Type | string |
Description | Working Day/ Non Working Day |
Comment | |
Example | WD |
Unit |
Window 1 Start Time
Title | Window 1 Start Time |
---|---|
Type | string |
Description | Start time for delivery window 1 |
Comment | |
Example | 18:00 |
Unit |
Window 1 End Time
Title | Window 1 End Time |
---|---|
Type | string |
Description | End time for delivery window 1 |
Comment | |
Example | 19:00 |
Unit |
Window 2 Start Time
Title | Window 2 Start Time |
---|---|
Type | string |
Description | Start time for delivery window 2 |
Comment | |
Example | 20:00 |
Unit |
Window 2 End Time
Title | Window 2 End Time |
---|---|
Type | string |
Description | End time for delivery window 2 |
Comment | |
Example | 21:00 |
Unit |