Historical Outturn Voltage Costs 2020-2021
This provides outturn system costs for maintaining voltage levels on the network, along with a network diagram which displays the different voltage requirement areas.
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=1b47a532-9f22-49c1-ae2a-d84dcc6d7408&limit=5
|
Query example (via SQL statement) |
https://api.neso.energy/api/3/action/datastore_search_sql?sql=SELECT * from "1b47a532-9f22-49c1-ae2a-d84dcc6d7408" LIMIT 5
|
A simple ajax (JSONP) request to the data API using jQuery.
var data = { resource_id: '1b47a532-9f22-49c1-ae2a-d84dcc6d7408', // 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=1b47a532-9f22-49c1-ae2a-d84dcc6d7408&limit=5' fileobj = urllib2.urlopen(url) print fileobj.read()
Map of outturn voltage costs
Data Explorer
Data Explorer
Data Explorer
Table Information
Settlement Month
Title | Settlement Month |
---|---|
Type | date |
Description | Total cost per Settlement Month. Date presented visually as 01/MMM/YYYY but represents the whole 'Month'. |
Comment | |
Example | 01/09/2019 |
Unit |
Voltage Constraint Group
Title | Voltage Constraint Group |
---|---|
Type | string |
Description | Defined voltage requirement areas. |
Comment | Voltage levels across the network need to be maintained across these 19 voltage requirement areas. |
Example | Dumfries & Galloway |
Unit |
Sync Costs (£m)
Title | Sync Costs |
---|---|
Type | number |
Description | Costs in the balancing mechanism to run the unit. From trades and balancing mechanism actionss |
Comment | |
Example | 0 |
Unit | £(m) |
Utilisation Costs (£m)
Title | Utilisation Costs (£m) |
---|---|
Type | number |
Description | AS costs for voltage. |
Comment | Payments to increase or decrease Mvars |
Example | 0.097390738 |
Unit | £(m) |
Coordinates
Title | Coordinates |
---|---|
Type | geopoint |
Description | Co-ordinates to geographically map the Voltage Constraint Group area. |
Comment | |
Example | (54.495568, -2.7246094) |
Unit |