tRESP Indicative Demand Pathways per Local Authority for Wales
This file provides indicative tRESP Pathways for demand building blocks per local authority for Wales. It contains values for a single Short-Term tRESP Pathway (tRESP - Holistic Transition) from 2025 to 2035. This then branches into three Long-Term tRESP Pathways from 2035 to 2050 covering Holistic Transition, Electric Engagement and Hydrogen Evolution. The Pathways are presented as "indicative" because the Pathways are defined at the larger tRESP GSP area, and DNOs will disaggregate within those areas to network assets in each local authority. So these pathways are indicative approximate values for a local authority area and should not be used as a target for planning.
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=ccb3dfc8-ab4a-4f32-b944-8eced2e87bff&limit=5
|
| Query example (via SQL statement) |
https://api.neso.energy/api/3/action/datastore_search_sql?sql=SELECT * from "ccb3dfc8-ab4a-4f32-b944-8eced2e87bff" LIMIT 5
|
A simple ajax (JSONP) request to the data API using jQuery.
var data = {
resource_id: 'ccb3dfc8-ab4a-4f32-b944-8eced2e87bff', // 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=ccb3dfc8-ab4a-4f32-b944-8eced2e87bff&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 | Dem_BB005_1 |
| Unit |
LAD24CD
| Title | LAD24CD |
|---|---|
| Type | string |
| Description | This refers to the local authority code for local authority districts (LAD) and unitary authorities (UA) in the United Kingdom as published by Office for National Statistics (ONS) as at 31st December 2024. |
| Comment | |
| Example | W06000001 |
| Unit |
LAD24NM
| Title | LAD24NM |
|---|---|
| Type | string |
| Description | This refers to the local authority name for local authority districts (LAD) and unitary authorities (UA) in the United Kingdom as published by Office for National Statistics (ONS) as at 31st December 2024. |
| Comment | |
| Example | Isle of Anglesey |
| 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 |
Unit
| Title | Unit |
|---|---|
| Type | string |
| Description | Number or square metre (m2) or GWh |
| Comment | |
| Example | GWh |
| Unit | Number or square metre (m2) or GWh |
Value
| Title | Value |
|---|---|
| Type | number |
| Description | Indicative tRESP Pathway value |
| Comment | |
| Example | 4.45375 |
| Unit |