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 | Date of Friday of the week |
| Comment | |
| Example | 2025-01-01 |
| Unit |
Min of B4 B5 - Actual
| Title | Min (B4/B5) - Actual |
|---|---|
| Type | number |
| Description | Boundary constraint limit |
| Comment | |
| Example | 3450 |
| Unit | MW |
B6- Actual
| Title | B6 - Actual |
|---|---|
| Type | number |
| Description | Boundary constraint limit |
| Comment | |
| Example | 5000 |
| Unit | MW |
B6a - Actual
| Title | B6a - Actual |
|---|---|
| Type | number |
| Description | Boundary constraint limit |
| Comment | |
| Example | 640 |
| Unit | MW |
B7 - Actual
| Title | B7 - Actual |
|---|---|
| Type | number |
| Description | Boundary constraint limit |
| Comment | |
| Example | 7450 |
| Unit | MW |
GMSNOW - Actual
| Title | GM SNOW - Actual |
|---|---|
| Type | number |
| Description | Boundary constraint limit |
| Comment | |
| Example | 2150 |
| Unit | MW |
LE1 - Actual
| Title | LE1 - Actual |
|---|---|
| Type | number |
| Description | Boundary constraint limit |
| Comment | |
| Example | 7200 |
| Unit | MW |
B9 - Actual
| Title | B9 - Actual |
|---|---|
| Type | number |
| Description | Boundary constraint limit |
| Comment | |
| Example | 10150 |
| Unit | MW |
DRESHEX - Actual
| Title | DRESHEX - Actual |
|---|---|
| Type | number |
| Description | Boundary constraint limit |
| Comment | |
| Example | 8500 |
| Unit | MW |
EC5 - Actual
| Title | EC5 - Actual |
|---|---|
| Type | number |
| Description | Boundary constraint limit |
| Comment | |
| Example | 5000 |
| Unit | MW |
B15 -Actual
| Title | B15 - Actual |
|---|---|
| Type | number |
| Description | Boundary constraint limit |
| Comment | |
| Example | 6600 |
| Unit | MW |
SC -Actual
| Title | SC - Actual |
|---|---|
| Type | number |
| Description | Boundary constraint limit |
| Comment | |
| Example | 7300 |
| Unit | MW |
Min of B4 B5 - Forecast
| Title | Min (B4/B5) -Forecast |
|---|---|
| Type | number |
| Description | Boundary constraint limit |
| Comment | |
| Example | 3450 |
| Unit | MW |
B6- Forecast
| Title | B6 - Forecast |
|---|---|
| Type | number |
| Description | Boundary constraint limit |
| Comment | |
| Example | 5000 |
| Unit | MW |
B6a - Forecast
| Title | B6a - Forecast |
|---|---|
| Type | number |
| Description | Boundary constraint limit |
| Comment | |
| Example | 640 |
| Unit | MW |
B7 - Forecast
| Title | B7 - Forecast |
|---|---|
| Type | number |
| Description | Boundary constraint limit |
| Comment | |
| Example | 7450 |
| Unit | MW |
GMSNOW - Forecast
| Title | GM SNOW - Forecast |
|---|---|
| Type | number |
| Description | Boundary constraint limit |
| Comment | |
| Example | 2150 |
| Unit | MW |
LE1 - Forecast
| Title | LE1 - Forecast |
|---|---|
| Type | number |
| Description | Boundary constraint limit |
| Comment | |
| Example | 7200 |
| Unit | MW |
B9 - Forecast
| Title | B9 - Forecast |
|---|---|
| Type | number |
| Description | Boundary constraint limit |
| Comment | |
| Example | 10150 |
| Unit | MW |
DRESHEX - Forecast
| Title | DRESHEX - Forecast |
|---|---|
| Type | number |
| Description | Boundary constraint limit |
| Comment | |
| Example | 8500 |
| Unit | MW |
EC5 - Forecast
| Title | EC5 - Forecast |
|---|---|
| Type | number |
| Description | Boundary constraint limit |
| Comment | |
| Example | 5000 |
| Unit | MW |
B15 -Forecast
| Title | B15 - Forecast |
|---|---|
| Type | number |
| Description | Boundary constraint limit |
| Comment | |
| Example | 6600 |
| Unit | MW |
SC -Forecast
| Title | SC - Forecast |
|---|---|
| Type | number |
| Description | Boundary constraint limit |
| Comment | |
| Example | 7300 |
| Unit | MW |