Regional Breakdown of 2023 FES: Demand Side Response (DSR)
Forecast data from 2022-2050 of Demand Side Response (DSR) of the FES dataset (electricity only), showing regional results
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=a6138c38-d173-4040-b853-de659c660e38&limit=5
|
Query example (via SQL statement) |
https://api.neso.energy/api/3/action/datastore_search_sql?sql=SELECT * from "a6138c38-d173-4040-b853-de659c660e38" LIMIT 5
|
A simple ajax (JSONP) request to the data API using jQuery.
var data = { resource_id: 'a6138c38-d173-4040-b853-de659c660e38', // 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=a6138c38-d173-4040-b853-de659c660e38&limit=5' fileobj = urllib2.urlopen(url) print fileobj.read()
Data Explorer
Data Explorer
Table Information
scenario
Title | FES Scenario |
---|---|
Type | string |
Description | The scenario to which this data corresponds. |
Comment | LW: Leading the Way CT: Consumer Transformation ST: System Transformation SP: Steady Progression |
Example | SP |
Unit | N/A |
GSP
Title | Grid Supply Point |
---|---|
Type | string |
Description | Connection location to the electricity system. Also incudes direct connection to the National Electricity Transmission System. |
Comment | Short code names are used for GSPs i.e. "ABTH_1" for Aberthaw 132kV. |
Example | ABTH_1 |
Unit | N/A |
DSR
Title | Demand Side Response |
---|---|
Type | number |
Description | Expected change in demand at winter peak due to DSR at this connection location. |
Comment | |
Example | 100 |
Unit | MW |
year
Title | Year |
---|---|
Type | integer |
Description | Two character value indicating the fiscal year that this data relates to i.e. "25" = 2025/26, "50" = 2050/51. |
Comment | Fiscal year is taken as starting 1st April and running until 31st March the following year. |
Example | 45 |
Unit | N/A |