tRESP Generation Pathways per RESP Nation and Region
This file provides tRESP Pathways for generation building blocks for each RESP nation and region. It contains values for a single Short-Term Pathway (tRESP - Holistic Transition) from 2025 to 2035, which then branches into three long-term tRESP Pathways from 2035 to 2050 covering Holistic Transition, Electric Engagement and Hydrogen Evolution.
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=f295b8b5-8022-433d-b07f-b75b729fb199&limit=5
|
| Query example (via SQL statement) |
https://api.neso.energy/api/3/action/datastore_search_sql?sql=SELECT * from "f295b8b5-8022-433d-b07f-b75b729fb199" LIMIT 5
|
A simple ajax (JSONP) request to the data API using jQuery.
var data = {
resource_id: 'f295b8b5-8022-433d-b07f-b75b729fb199', // 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=f295b8b5-8022-433d-b07f-b75b729fb199&limit=5' fileobj = urllib2.urlopen(url) print fileobj.read()
Data Explorer
Data Explorer
Table Information
Building_block_id
| Title | Building_block_id |
|---|---|
| Type | string |
| Description | Refers to tRESP building block IDs |
| Comment | See file 'list of tRESP Building blocks' published as part of tRESP publication |
| Example | Gen_BB001 |
| Unit |
RESP_region
| Title | RESP_region |
|---|---|
| Type | string |
| Description | Refers to RESP Nation or Region against which the Pathway value has been provided for. |
| Comment | See shapefile 'RESP Nations and Regions Areas' published as part of tRESP publication |
| Example | Central_england |
| Unit |
Pathway
| Title | Pathway |
|---|---|
| Type | string |
| Description | Refers to the name of Pathway - Short-Term Pathway, Holistic Transition, Electric Engagement and Hydrogen Evolution. |
| Comment | |
| Example | tRESP - EE |
| Unit |
Year
| Title | Year |
|---|---|
| Type | integer |
| Description | Refers to the year against which the Pathway value has been provided for, with volume at 31 March. |
| Comment | |
| Example | 2035 |
| Unit |
Value
| Title | Value |
|---|---|
| Type | number |
| Description | tRESP Pathway value |
| Comment | |
| Example | 20.3992222 |
| Unit |
Unit
| Title | Unit |
|---|---|
| Type | string |
| Description | Capacity installed (MW) |
| Comment | |
| Example | MW |
| Unit | Capacity installed (MW) |