tRESP Demand Pathways per Grid Supply Point Area
This file provides tRESP Pathways for demand 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=d616d330-4829-4f8a-b74b-00a57b41bc20&limit=5
|
| Query example (via SQL statement) |
https://api.neso.energy/api/3/action/datastore_search_sql?sql=SELECT * from "d616d330-4829-4f8a-b74b-00a57b41bc20" LIMIT 5
|
A simple ajax (JSONP) request to the data API using jQuery.
var data = {
resource_id: 'd616d330-4829-4f8a-b74b-00a57b41bc20', // 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=d616d330-4829-4f8a-b74b-00a57b41bc20&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 'list of tRESP Building blocks' published as part of tRESP publication |
| Example | Dem_BB005_1 |
| 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 Pathway - Short-Term Pathway, Holistic Transition, Electric Engagement and Hydrogen Evolution. |
| 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 | 2025 |
| Unit |
Value
| Title | Value |
|---|---|
| Type | number |
| Description | tRESP Pathway value |
| Comment | |
| Example | 5.250734 |
| Unit |
Unit
| Title | Unit |
|---|---|
| Type | string |
| Description | Number or square metre (m2) or GWh |
| Comment | |
| Example | GWh |
| Unit | Number or square metre (m2) or GWh |
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 |