24 Months ahead constraint limits
This file contains 24 months ahead constraint limits for the main boundaries on the transmission system on weekly basis and is updated on a monthly basis.
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=3c359e33-3dac-4bdd-87d1-efbf4cbc2f07&limit=5
|
| Query example (via SQL statement) |
https://api.neso.energy/api/3/action/datastore_search_sql?sql=SELECT * from "3c359e33-3dac-4bdd-87d1-efbf4cbc2f07" LIMIT 5
|
A simple ajax (JSONP) request to the data API using jQuery.
var data = {
resource_id: '3c359e33-3dac-4bdd-87d1-efbf4cbc2f07', // 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=3c359e33-3dac-4bdd-87d1-efbf4cbc2f07&limit=5' fileobj = urllib2.urlopen(url) print fileobj.read()
Data Explorer
Data Explorer
Table Information
YEAR
| Title | Year |
|---|---|
| Type | year |
| Description | Time series - Year |
| Comment | |
| Example | |
| Unit |
Week No
| Title | Week Number |
|---|---|
| Type | number |
| Description | The week number (1-52) for which the limit is applicable. |
| Comment | |
| Example | |
| Unit |
DRESHEX1
| Title | DRESHEX1 |
|---|---|
| Type | integer |
| Description | Boundary capability for DRESHEX1 |
| Comment | |
| Example | |
| Unit | MW |
ESTEX
| Title | ESTEX |
|---|---|
| Type | integer |
| Description | Boundary capability for ESTEX |
| Comment | |
| Example | |
| Unit | MW |
FLOWSTH
| Title | FLOWSTH |
|---|---|
| Type | integer |
| Description | Boundary capability for FLOWSTH |
| Comment | |
| Example | |
| Unit | MW |
GM+ SNOW5A
| Title | GM+ SNOW5A |
|---|---|
| Type | integer |
| Description | Boundary capability for GM+ SNOW5A |
| Comment | |
| Example | |
| Unit | MW |
NKILGRMO
| Title | NKILGRMO |
|---|---|
| Type | integer |
| Description | Boundary capability for GM+ NKILGRMO |
| Comment | |
| Example | |
| Unit |
SCOTEX
| Title | SCOTEX |
|---|---|
| Type | integer |
| Description | Boundary capability for SCOTEX |
| Comment | |
| Example | |
| Unit | MW |
SEIMPPR2
| Title | SEIMPPR2 |
|---|---|
| Type | integer |
| Description | Boundary capability for SEIMPPR2 |
| Comment | |
| Example | |
| Unit | MW |
SSE+GRM
| Title | SSE+GRM |
|---|---|
| Type | integer |
| Description | Boundary capability for SSE+GRM |
| Comment | |
| Example | |
| Unit | MW |
SSEN-S
| Title | SSEN-S |
|---|---|
| Type | integer |
| Description | Boundary capability for SSEN-S |
| Comment | |
| Example | |
| Unit | MW |
SSE-SP2
| Title | SSE-SP2 |
|---|---|
| Type | integer |
| Description | Boundary capability for SSE-SP2 |
| Comment | |
| Example | |
| Unit | MW |
SSHARN3
| Title | SSHARN3 |
|---|---|
| Type | integer |
| Description | Boundary capability for SSHARN3 |
| Comment | |
| Example | |
| Unit | MW |