Dynamic Containment 4 Day Forecast - History
Archive of the Dynamic Containment 4 Day Forecast resource - updated daily
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=d5c3b48a-a0a9-4d57-a02a-ac0af09a6298&limit=5
|
Query example (via SQL statement) |
https://api.neso.energy/api/3/action/datastore_search_sql?sql=SELECT * from "d5c3b48a-a0a9-4d57-a02a-ac0af09a6298" LIMIT 5
|
A simple ajax (JSONP) request to the data API using jQuery.
var data = { resource_id: 'd5c3b48a-a0a9-4d57-a02a-ac0af09a6298', // 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=d5c3b48a-a0a9-4d57-a02a-ac0af09a6298&limit=5' fileobj = urllib2.urlopen(url) print fileobj.read()
Data Explorer
Data Explorer
Table Information
Forecast_Created
Title | Forecast created date |
---|---|
Type | date |
Description | Dynamic Containment 4 day forecast creation date |
Comment | |
Example | 20/04/2022 |
Unit | date |
Forecast_Target_Date
Title | Forecast Target Date |
---|---|
Type | date |
Description | Dynamic Containment forecast target date |
Comment | |
Example | 23/04/2022 |
Unit | date |
Service_Type
Title | Service Type |
---|---|
Type | string |
Description | DC-L - dynamic containment low DC-H - dynamic containment high |
Comment | |
Example | DC-L; DC-H |
Unit | text |
EFA_1
Title | EFA 1 |
---|---|
Type | integer |
Description | Megawatts forecasted to be required in EFA 1 (23:00 - 03:00) |
Comment | |
Example | 900 |
Unit | MWs |
EFA_2
Title | EFA 2 |
---|---|
Type | integer |
Description | Megawatts forecasted to be required in EFA 2 (03:00 - 07:00) |
Comment | |
Example | 900 |
Unit | MWs |
EFA_3
Title | EFA 3 |
---|---|
Type | integer |
Description | Megawatts forecasted to be required in EFA 3 (07:00 - 11:00) |
Comment | |
Example | 900 |
Unit | MWs |
EFA_4
Title | EFA 4 |
---|---|
Type | integer |
Description | Megawatts forecasted to be required in EFA 4 (11:00 - 15:00) |
Comment | |
Example | 900 |
Unit | MWs |
EFA_5
Title | EFA 5 |
---|---|
Type | integer |
Description | Megawatts forecasted to be required in EFA 5 (15:00 - 19:00) |
Comment | |
Example | 900 |
Unit | MWs |
EFA_6
Title | EFA 6 |
---|---|
Type | integer |
Description | Megawatts forecasted to be required in EFA 6 (19:00 - 23:00) |
Comment | |
Example | 900 |
Unit | MWs |