Network congestion Forecast and Actual data
This dataset presents weekly constraint limits (MW) for major transmission boundaries, spanning a rolling six-month window forward and backward from the published date.
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=aa9d4303-b7ec-4881-be07-16bad8824ab6&limit=5
|
| Query example (via SQL statement) |
https://api.neso.energy/api/3/action/datastore_search_sql?sql=SELECT * from "aa9d4303-b7ec-4881-be07-16bad8824ab6" LIMIT 5
|
A simple ajax (JSONP) request to the data API using jQuery.
var data = {
resource_id: 'aa9d4303-b7ec-4881-be07-16bad8824ab6', // 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=aa9d4303-b7ec-4881-be07-16bad8824ab6&limit=5' fileobj = urllib2.urlopen(url) print fileobj.read()
Data Explorer
Data Explorer
Table Information
Date
| Title | Date |
|---|---|
| Type | date |
| Description | |
| Comment | |
| Example | 2025-01-01 |
| Unit |
Min of B4 B5 - Actual
| Title | Min of B4 B5 - Actual |
|---|---|
| Type | number |
| Description | minimum of Actual B4/B5 boundary constraint limit |
| Comment | |
| Example | 2450 |
| Unit | MW |
B6 - Actual
| Title | B6 - Actual |
|---|---|
| Type | number |
| Description | Actual B6 boundary constraint limit |
| Comment | |
| Example | 2450 |
| Unit | MW |
B6a - Actual
| Title | B6a - Actual |
|---|---|
| Type | number |
| Description | Actual B6a boundary constraint limit |
| Comment | |
| Example | 2450 |
| Unit | MW |
B7 - Actual
| Title | B7 - Actual |
|---|---|
| Type | number |
| Description | Actual B7 boundary constraint limit |
| Comment | |
| Example | 2450 |
| Unit | MW |
GMSNOW - Actual
| Title | GMSNOW - Actual |
|---|---|
| Type | number |
| Description | Actual GMSNOW boundary constraint limit |
| Comment | |
| Example | 2450 |
| Unit | MW |
LE1 - Actual
| Title | LE1 - Actual |
|---|---|
| Type | number |
| Description | Actual LE1 boundary constraint limit |
| Comment | |
| Example | 2450 |
| Unit | MW |
B9 - Actual
| Title | B9 - Actual |
|---|---|
| Type | number |
| Description | Actual B9 boundary constraint limit |
| Comment | |
| Example | 2450 |
| Unit | MW |
DRESHEX - Actual
| Title | DRESHEX - Actual |
|---|---|
| Type | number |
| Description | Actual DRESHEX boundary constraint limit |
| Comment | |
| Example | 2450 |
| Unit | MW |
EC5 - Actual
| Title | EC5 - Actual |
|---|---|
| Type | number |
| Description | Actual EC5 boundary constraint limit |
| Comment | |
| Example | 2450 |
| Unit | MW |
B15 - Actual
| Title | B15 - Actual |
|---|---|
| Type | number |
| Description | Actual B15 boundary constraint limit |
| Comment | |
| Example | 2450 |
| Unit | MW |
SC - Actual
| Title | SC - Actual |
|---|---|
| Type | number |
| Description | Actual SC boundary constraint limit |
| Comment | |
| Example | 2450 |
| Unit | MW |
Min of B4 B5 - Forecast
| Title | Min of B4 B5 - Forecast |
|---|---|
| Type | number |
| Description | minimum of forecasted ( YA/MT) B4/B5 boundary constraint limit |
| Comment | |
| Example | 2450 |
| Unit | MW |
B6 - Forecast
| Title | B6 - Forecast |
|---|---|
| Type | number |
| Description | forecasted ( YA/MT) B6 boundary constraint limit |
| Comment | |
| Example | 2450 |
| Unit | MW |
B6a - Forecast
| Title | B6a - Forecast |
|---|---|
| Type | number |
| Description | forecasted ( YA/MT) B6a boundary constraint limit |
| Comment | |
| Example | 2450 |
| Unit | MW |
B7 - Forecast
| Title | B7 - Forecast |
|---|---|
| Type | number |
| Description | forecasted ( YA/MT) B7 boundary constraint limit |
| Comment | |
| Example | 2450 |
| Unit | MW |
GMSNOW - Forecast
| Title | GMSNOW - Forecast |
|---|---|
| Type | number |
| Description | forecasted ( YA/MT) GMSNOW boundary constraint limit |
| Comment | |
| Example | 2450 |
| Unit | MW |
LE1 - Forecast
| Title | LE1 - Forecast |
|---|---|
| Type | number |
| Description | forecasted ( YA/MT) LE1 boundary constraint limit |
| Comment | |
| Example | 2450 |
| Unit | MW |
B9 - Forecast
| Title | B9 - Forecast |
|---|---|
| Type | number |
| Description | forecasted ( YA/MT) B9 boundary constraint limit |
| Comment | |
| Example | 2450 |
| Unit | MW |
DRESHEX - Forecast
| Title | DRESHEX - Forecast |
|---|---|
| Type | number |
| Description | forecasted ( YA/MT) DRESHEX boundary constraint limit |
| Comment | |
| Example | 2450 |
| Unit | MW |
EC5 - Forecast
| Title | EC5 - Forecast |
|---|---|
| Type | number |
| Description | forecasted ( YA/MT) EC5 boundary constraint limit |
| Comment | |
| Example | 2450 |
| Unit | MW |
B15 - Forecast
| Title | B15 -Forecast |
|---|---|
| Type | number |
| Description | forecasted ( YA/MT) B15 boundary constraint limit |
| Comment | |
| Example | 2450 |
| Unit | MW |
SC - Forecast
| Title | SC-Forecast |
|---|---|
| Type | number |
| Description | forecasted ( YA/MT) SC boundary constraint limit |
| Comment | |
| Example | 2450 |
| Unit | MW |