STOR Important Industry Notifications
This data file contains important industry notifications for STOR (Short Term Operating Reserve) service.
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=1dbebd85-6b42-4d8f-8542-16a83d17dc14&limit=5
|
Query example (via SQL statement) |
https://api.neso.energy/api/3/action/datastore_search_sql?sql=SELECT * from "1dbebd85-6b42-4d8f-8542-16a83d17dc14" LIMIT 5
|
A simple ajax (JSONP) request to the data API using jQuery.
var data = { resource_id: '1dbebd85-6b42-4d8f-8542-16a83d17dc14', // 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=1dbebd85-6b42-4d8f-8542-16a83d17dc14&limit=5' fileobj = urllib2.urlopen(url) print fileobj.read()
Data Explorer
Data Explorer
Table Information
Notification Issued Date Time
Title | Notification Issued Date Time |
---|---|
Type | datetime |
Description | The date and time of the notification. |
Comment | UK local time |
Example | 2023-11-15T14:00:05 |
Unit | YYYY-MM-DDTHH:MM:SS |
Service
Title | Service |
---|---|
Type | string |
Description | The service this notification relates to. |
Comment | N/A |
Example | N/A |
Unit | N/A |
Description
Title | Description |
---|---|
Type | string |
Description | Description of the notification. |
Comment | |
Example | DC, DM, DR |
Unit | N/A |
Effective From Date Time
Title | Effective From Date Time |
---|---|
Type | datetime |
Description | The date and time of when the notification will become effective. |
Comment | UK local time |
Example | 2023-11-15T14:00:05 |
Unit | YYYY-MM-DDTHH:MM:SS |
Effective To Date Time
Title | Effective To Date Time |
---|---|
Type | datetime |
Description | The date and time of when the notification is expected to become inactive. |
Comment | UK local time |
Example | 2023-11-15T23:59:59 |
Unit | YYYY-MM-DDTHH:MM:SS |
Notes
Title | Notes |
---|---|
Type | string |
Description | Any related notes for the notification. |
Comment | N/A |
Example | N/A |
Unit | N/A |