ODFM Instructed Volume for 05-07-2020 V2
Following a process failure in sending of enactment communications to providers on the 4th July there were some errors in the ODFM instructed volume shared on the 4th July on the portal. We have now updated this file post event to share the forecast volume of ODFM instructed.
This is the ODFM instructed volume for Sunday. The BMRS Demand forecast has already been adjusted for this.
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=5c507a16-d2f3-44df-b1bb-98acc0d74e1c&limit=5
|
Query example (via SQL statement) |
https://api.neso.energy/api/3/action/datastore_search_sql?sql=SELECT * from "5c507a16-d2f3-44df-b1bb-98acc0d74e1c" LIMIT 5
|
A simple ajax (JSONP) request to the data API using jQuery.
var data = { resource_id: '5c507a16-d2f3-44df-b1bb-98acc0d74e1c', // 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=5c507a16-d2f3-44df-b1bb-98acc0d74e1c&limit=5' fileobj = urllib2.urlopen(url) print fileobj.read()
Data Explorer
Data Explorer
Table Information
Settlement Period
Title | Settlement Period |
---|---|
Type | integer |
Description | A period of 30 minutes beginning on the hour or the half-hour. |
Comment | |
Example | 4 |
Unit |
ODFM Instructed MW
Title | ODFM Instructed MW |
---|---|
Type | integer |
Description | ODFM instructed in MW. |
Comment | |
Example | 776 |
Unit | MW |
Time
Title | Time |
---|---|
Type | time |
Description | Time of when instruction took place. |
Comment | |
Example | 23:00 |
Unit |
Date
Title | Date |
---|---|
Type | date |
Description | Date of ODFM |
Comment | |
Example | 05/07/2020 |
Unit |