tRESP Generation Pathways per Grid Supply Point Area
This file provides tRESP Pathways for generation building blocks by tRESP Grid Supply Point (GSP) area. 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=970b7a25-6086-4b07-b109-b01ae43ae78c&limit=5
|
| Query example (via SQL statement) |
https://api.neso.energy/api/3/action/datastore_search_sql?sql=SELECT * from "970b7a25-6086-4b07-b109-b01ae43ae78c" LIMIT 5
|
A simple ajax (JSONP) request to the data API using jQuery.
var data = {
resource_id: '970b7a25-6086-4b07-b109-b01ae43ae78c', // 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=970b7a25-6086-4b07-b109-b01ae43ae78c&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 ID. |
| Comment | See file 'Lists of tRESP Pathways Building Blocks and of tRESP GSP areas with names' published as part of tRESP publication. |
| Example | Gen_BB001 |
| Unit |
tRESP_GSP_area
| Title | tRESP_GSP_area |
|---|---|
| Type | string |
| Description | Refers to tRESP Grid Supply Point (GSP) area used to define the specific tRESP Pathway. |
| Comment | See shapefile 'tRESP Grid Supply Point (GSP) Areas' published as part of tRESP publication |
| Example | BASI_in_H@BRLE_1|FLEE_1 |
| Unit |
Pathway
| Title | Pathway |
|---|---|
| Type | string |
| Description | Refers to the name of tRESP Pathways: Holistic Transition (HT), Electric Engagement (EE) and Hydrogen Evolution (HE). The single Short-Term Pathway covering the period 2025-2035 (tRESP - HT) branches into three Long-Term Pathways (tRESP - HT, tRESP - HE and tRESP - EE) to account for greater uncertainty between 2035-2050. |
| Comment | |
| Example | tRESP - HT |
| 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 | 2026 |
| Unit |
Value
| Title | Value |
|---|---|
| Type | number |
| Description | tRESP Pathway value |
| Comment | |
| Example | 0.2211 |
| Unit |
Unit
| Title | Unit |
|---|---|
| Type | string |
| Description | Capacity installed (MW) |
| Comment | |
| Example | MW |
| Unit | Capacity installed (MW) |
DNO_licence_area
| Title | DNO_licence_area |
|---|---|
| Type | string |
| Description | Refers to the DNO licence area against which the Pathway value has been provided for. |
| Comment | |
| Example | SSEN South |
| Unit |