Thermal Constraint Costs Data 22-23
Out turn system costs for thermal constraints across a number of significant constraint boundaries for 22-23 financial year.
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=476b8d39-5eda-425c-9756-73ddfd36dc4d&limit=5
|
Query example (via SQL statement) |
https://api.neso.energy/api/3/action/datastore_search_sql?sql=SELECT * from "476b8d39-5eda-425c-9756-73ddfd36dc4d" LIMIT 5
|
A simple ajax (JSONP) request to the data API using jQuery.
var data = { resource_id: '476b8d39-5eda-425c-9756-73ddfd36dc4d', // 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=476b8d39-5eda-425c-9756-73ddfd36dc4d&limit=5' fileobj = urllib2.urlopen(url) print fileobj.read()
Data Explorer
Data Explorer
Table Information
Settlement Date
Title | Settlement Date |
---|---|
Type | date |
Description | The date the constraint costs belong to. |
Comment | |
Example | 2021-04-01 |
Unit | ISO 8601 |
Constraint Group
Title | Constraint Group |
---|---|
Type | string |
Description | The name of the constraint. |
Comment | |
Example | ESTEX |
Unit |
Daily Cost (GBP)
Title | Daily Cost (GBP) |
---|---|
Type | integer |
Description | The daily spend in GBP for the constraint. This is an integer (rounded). |
Comment | |
Example | 2,132,332 |
Unit | £ |