Year Ahead Constraint Limits
The data file contains MW constraint limits for main boundaries on the transmission system. The limits were created in March 2021 and cover the financial year April 2021 to March 2022. The forecasts for B6 - SCOTEX and B7 SHARN3 limits have been updated for a fault on the network between 21/06/21 and 26/07/21.
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=362dfb8a-3cac-4332-acfe-57dfb371c852&limit=5
|
| Query example (via SQL statement) |
https://api.neso.energy/api/3/action/datastore_search_sql?sql=SELECT * from "362dfb8a-3cac-4332-acfe-57dfb371c852" LIMIT 5
|
A simple ajax (JSONP) request to the data API using jQuery.
var data = {
resource_id: '362dfb8a-3cac-4332-acfe-57dfb371c852', // 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=362dfb8a-3cac-4332-acfe-57dfb371c852&limit=5' fileobj = urllib2.urlopen(url) print fileobj.read()
Data Explorer
Data Explorer
Table Information
Week
| Title | Week |
|---|---|
| Type | date |
| Description | Week commencing |
| Comment | |
| Example | 2021-03-29 |
| Unit |
B6 - SCOTEX
| Title | B6 - SCOTEX |
|---|---|
| Type | integer |
| Description | Constraint boundary name and MW limit |
| Comment | |
| Example | 4950 |
| Unit | MW |
B6 import - HARETORIM
| Title | B6 import - HARETORIM |
|---|---|
| Type | integer |
| Description | Constraint boundary name and MW limit |
| Comment | |
| Example | 3500 |
| Unit | MW |
B5 - SSE+GRM
| Title | B5 - SSE+GRM |
|---|---|
| Type | integer |
| Description | Constraint boundary name and MW limit |
| Comment | |
| Example | 2300 |
| Unit | MW |
B2 - SSEN-S
| Title | B2 - SSEN-S |
|---|---|
| Type | integer |
| Description | Constraint boundary name and MW limit |
| Comment | |
| Example | 2950 |
| Unit | MW |
B4 - SSE-SP2
| Title | B4 - SSE-SP2 |
|---|---|
| Type | integer |
| Description | Constraint boundary name and MW limit |
| Comment | |
| Example | 2000 |
| Unit | MW |
B5 - NKILGRMO
| Title | B5 - NKILGRMO |
|---|---|
| Type | integer |
| Description | Constraint boundary name and MW limit |
| Comment | |
| Example | 1900 |
| Unit | MW |
SW1 - SWALEX
| Title | SW1 - SWALEX |
|---|---|
| Type | integer |
| Description | Constraint boundary name and MW limit |
| Comment | |
| Example | 3200 |
| Unit | MW |
LE1 - SEIMPPR2
| Title | LE1 - SEIMPPR2 |
|---|---|
| Type | integer |
| Description | Constraint boundary name and MW limit |
| Comment | |
| Example | 3200 |
| Unit | MW |
no equivalent - HUMBEREX
| Title | no equivalent - HUMBEREX |
|---|---|
| Type | integer |
| Description | Constraint boundary name and MW limit |
| Comment | |
| Example | 6500 |
| Unit | MW |
B15 - ESTEX
| Title | B15 - ESTEX |
|---|---|
| Type | integer |
| Description | Constraint boundary name and MW limit |
| Comment | |
| Example | 7000 |
| Unit | MW |
B7 - SSHARN3
| Title | B7 - SSHARN3 |
|---|---|
| Type | integer |
| Description | Constraint boundary name and MW limit |
| Comment | |
| Example | 6600 |
| Unit | MW |