Weekly Operational Planning Margin Requirement (OPMR)
The weekly Operational Planning Margin Requirement (OPMR) is published on a weekly basis and contains a view of 2-52 weeks ahead forecast for the OPMR.
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=c08419f5-a28d-4e35-87a4-676d7eb05713&limit=5
|
Query example (via SQL statement) |
https://api.neso.energy/api/3/action/datastore_search_sql?sql=SELECT * from "c08419f5-a28d-4e35-87a4-676d7eb05713" LIMIT 5
|
A simple ajax (JSONP) request to the data API using jQuery.
var data = { resource_id: 'c08419f5-a28d-4e35-87a4-676d7eb05713', // 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=c08419f5-a28d-4e35-87a4-676d7eb05713&limit=5' fileobj = urllib2.urlopen(url) print fileobj.read()
Data Explorer
Data Explorer
Table Information
ENG.Week
Title | ENG.Week |
---|---|
Type | integer |
Description | Engineering Week ISO |
Comment | |
Example | 5 |
Unit |
ENG.Year
Title | ENG.Year |
---|---|
Type | integer |
Description | Year as defined by the engineering calendar |
Comment | |
Example | 2021 |
Unit |
Publish Date
Title | Publish Date |
---|---|
Type | date |
Description | The date the forecast was made on |
Comment | |
Example | 2021-01-18 |
Unit |
Peak Demand Forecast
Title | Peak Demand Forecast |
---|---|
Type | integer |
Description | Demand forecast peak for the week |
Comment | |
Example | 50000 |
Unit | MW |
Generator Availability
Title | Generator Availability |
---|---|
Type | integer |
Description | Sum of Generator Availability for the given time in the week |
Comment | |
Example | 55000 |
Unit | MW |
Maximum I/C Import
Title | Maximum I/C Import |
---|---|
Type | integer |
Description | Maximum import level that could be achieved on our interconnectors |
Comment | |
Example | 4000 |
Unit | MW |
Maximum I/C Export
Title | Maximum I/C Export |
---|---|
Type | integer |
Description | Maximum export level that could be achieved on our interconnectors |
Comment | |
Example | 4000 |
Unit | MW |
Generation Availability Margin
Title | Generation Availability Margin |
---|---|
Type | integer |
Description | Available generation minus demand |
Comment | |
Example | 10000 |
Unit | MW |
Operating Reserve provided by I/Cs
Title | Operating Reserve provided by I/Cs |
---|---|
Type | integer |
Description | The amount of operating reserve that is provided by our interconnectors |
Comment | |
Example | 182 |
Unit | MW |
OPMR total
Title | OPMR total |
---|---|
Type | integer |
Description | Amount of generation required for OMPR |
Comment | |
Example | 4000 |
Unit | MW |
Constrained Plant
Title | Constrained Plant |
---|---|
Type | integer |
Description | Generation not able to be used due to network limitations |
Comment | |
Example | 2000 |
Unit | MW |
National Surplus
Title | National Surplus |
---|---|
Type | integer |
Description | National Surplus |
Comment | |
Example | 8000 |
Unit | MW |
Minimum Demand Forecast
Title | Minimum Demand Forecast |
---|---|
Type | integer |
Description | Lowest demand of the week |
Comment | |
Example | 16000 |
Unit | MW |
High Freq Response Requirement
Title | High Freq Response Requirement |
---|---|
Type | integer |
Description | MW used for Response provided within 10 seconds of an event |
Comment | |
Example | 716 |
Unit | MW |
Negative Reserve
Title | Negative Reserve |
---|---|
Type | integer |
Description | Total negative reserve requirement |
Comment | |
Example | 2603 |
Unit | MW |