Portfolio Capacities
This data file contains all the installed capacities of each technology within the portoflios used for the resource adequacy study published in 2025. Capacities used for uncertainty and sensitivity analysis used within the study are deviations from Portfolio 1 and are not included within this dataset.
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=c2bba528-b75a-42c5-bb98-3af3a5b3f720&limit=5
|
| Query example (via SQL statement) |
https://api.neso.energy/api/3/action/datastore_search_sql?sql=SELECT * from "c2bba528-b75a-42c5-bb98-3af3a5b3f720" LIMIT 5
|
A simple ajax (JSONP) request to the data API using jQuery.
var data = {
resource_id: 'c2bba528-b75a-42c5-bb98-3af3a5b3f720', // 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=c2bba528-b75a-42c5-bb98-3af3a5b3f720&limit=5' fileobj = urllib2.urlopen(url) print fileobj.read()
Data Explorer
Data Explorer
Table Information
Name
| Title | Portfolio Name |
|---|---|
| Type | string |
| Description | Name of the portfolio as defined in Resource Adequacy study. |
| Comment | |
| Example | Portfolio 1 |
| Unit |
Category
| Title | Category |
|---|---|
| Type | string |
| Description | Technology grouping |
| Comment | |
| Example | Renewables |
| Unit |
Technology
| Title | Technology |
|---|---|
| Type | string |
| Description | Technology type. |
| Comment | |
| Example | Solar |
| Unit |
Future Year
| Title | Spotlight year |
|---|---|
| Type | string |
| Description | Simulated future year in the study. |
| Comment | As the years in the study run from April to March a spotlight year 2035 refers to the spotlight time frame 1 April 2035 to 31 March 2036. |
| Example | 2035/36 |
| Unit |
Installed Capacity (MW)
| Title | Installed Capacity (MW) |
|---|---|
| Type | number |
| Description | The installed capacity value of a given technology, for a given portfolio in a given spotlight year. |
| Comment | |
| Example | 5500 |
| Unit | MW |
Stored energy (MWh)
| Title | Stored Energy (MWh) |
|---|---|
| Type | number |
| Description | The stored energy capacity value of a given technology, for a given portfolio in a given spotlight year. |
| Comment | |
| Example | 28000 |
| Unit | MWh |