Monthly Operational Metered Wind Output 2021-2022
This file contains the monthly operational wind output for England and Scotland and Wales. It is updated on a monthly basis.
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=e5df03f3-a25b-4df4-a95c-8a709815924b&limit=5
|
Query example (via SQL statement) |
https://api.neso.energy/api/3/action/datastore_search_sql?sql=SELECT * from "e5df03f3-a25b-4df4-a95c-8a709815924b" LIMIT 5
|
A simple ajax (JSONP) request to the data API using jQuery.
var data = { resource_id: 'e5df03f3-a25b-4df4-a95c-8a709815924b', // 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=e5df03f3-a25b-4df4-a95c-8a709815924b&limit=5' fileobj = urllib2.urlopen(url) print fileobj.read()
Data Explorer
Data Explorer
Table Information
Sett_Date
Title | Sett_Date |
---|---|
Type | date |
Description | The date of the metering |
Comment | Settlement Date |
Example | 01/04/2019 |
Unit | Date |
Sett_Period
Title | Sett_Period |
---|---|
Type | integer |
Description | Settlement Period |
Comment | Integer 1 to 48 per Settlement Date |
Example | 1 |
Unit | Settlement Period |
Scottish Wind Output
Title | Scottish Wind Output |
---|---|
Type | number |
Description | Operational Metered MW |
Comment | Number |
Example | 614.578 |
Unit | MW |
England/Wales Wind Output
Title | England/Wales Wind Output |
---|---|
Type | number |
Description | Operational Metered MW |
Comment | Number |
Example | 1680.06 |
Unit | MW |
Total
Title | Total |
---|---|
Type | number |
Description | Total of Scotland and England/Wales Operational Metered MW |
Comment | Number |
Example | 2294.638 |
Unit | MW |