FES 22 local authority outputs 2020 domestic all scenarios
FES 22 residential heat results from our spatial heat model for 2020
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=c3dd66ab-cb07-4e4d-bbab-d79074ea1713&limit=5
|
| Query example (via SQL statement) |
https://api.neso.energy/api/3/action/datastore_search_sql?sql=SELECT * from "c3dd66ab-cb07-4e4d-bbab-d79074ea1713" LIMIT 5
|
A simple ajax (JSONP) request to the data API using jQuery.
var data = {
resource_id: 'c3dd66ab-cb07-4e4d-bbab-d79074ea1713', // 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=c3dd66ab-cb07-4e4d-bbab-d79074ea1713&limit=5' fileobj = urllib2.urlopen(url) print fileobj.read()
Data Explorer
Data Explorer
Table Information
CODE_x
| Title | CODE_x |
|---|---|
| Type | string |
| Description | Code for the local authority |
| Comment | |
| Example | S12000033 |
| Unit |
Local_Authority
| Title | Local_Authority |
|---|---|
| Type | string |
| Description | Name of the local authority |
| Comment | |
| Example | Aberdeen City |
| Unit |
Year
| Title | Year |
|---|---|
| Type | year |
| Description | Year within the FES Scenarios |
| Comment | |
| Example | 2030 |
| Unit |
Scenario
| Title | Scenario |
|---|---|
| Type | string |
| Description | One of the four FES Scenarios |
| Comment | |
| Example | CT |
| Unit |
Sector
| Title | Sector |
|---|---|
| Type | string |
| Description | Domestic or Industrial & Commerical sector |
| Comment | |
| Example | domestic |
| Unit |
stock ASHP
| Title | stock ASHP |
|---|---|
| Type | number |
| Description | number of buildings with Air Source Heat Pumps |
| Comment | |
| Example | 1239.001218 |
| Unit |
stock Community
| Title | stock Community |
|---|---|
| Type | number |
| Description | Number of buildings connected to Community heating schemes |
| Comment | |
| Example | 447.9440373 |
| Unit |
stock DH
| Title | stock DH |
|---|---|
| Type | number |
| Description | Number of buildings connected to District Heating schemes |
| Comment | |
| Example | 12200.60248 |
| Unit |
stock Electric resistive
| Title | stock Electric resistive |
|---|---|
| Type | number |
| Description | Number of buildings with electric resistive heating |
| Comment | |
| Example | 379.9603653 |
| Unit |
stock Electric storage
| Title | stock Electric storage |
|---|---|
| Type | number |
| Description | Number of buildings with electric storage systems |
| Comment | |
| Example | 100778.0971 |
| Unit |
stock GSHP
| Title | stock GSHP |
|---|---|
| Type | number |
| Description | Number of buildings with ground source heat pumps |
| Comment | |
| Example | 7801.033315 |
| Unit |
stock Gas boiler
| Title | stock Gas boiler |
|---|---|
| Type | number |
| Description | Number of buildings with gas boilers |
| Comment | |
| Example | 125568.6632 |
| Unit |
stock Oil boiler
| Title | stock Oil boiler |
|---|---|
| Type | number |
| Description | Proportion of Buildingswith oil boilers |
| Comment | |
| Example | 0.007218715 |
| Unit |
stock Total
| Title | stock Total |
|---|---|
| Type | number |
| Description | Total number of buildings |
| Comment | |
| Example | 0.018026188 |
| Unit |
stock TotalHPs
| Title | stock TotalHPs |
|---|---|
| Type | number |
| Description | Number of buildings with all types of heat pumps |
| Comment | |
| Example | 0.097162797 |
| Unit |
stock_proportion ASHP
| Title | stock_proportion ASHP |
|---|---|
| Type | number |
| Description | Proportion of Buildings with Air source heat pumps |
| Comment | |
| Example | 0.003025917 |
| Unit |
stock_proportion Community
| Title | stock_proportion Community |
|---|---|
| Type | number |
| Description | Proportion of Buildings connected to community heating schemes |
| Comment | |
| Example | 0.012893038 |
| Unit |
stock_proportion DH
| Title | stock_proportion DH |
|---|---|
| Type | number |
| Description | Proportion of Buildings connected to district heating schemes |
| Comment | |
| Example | 0.012893038 |
| Unit |
stock_proportion Electric resistive
| Title | stock_proportion Electric resistive |
|---|---|
| Type | number |
| Description | Proportion of Buildings with electric resistive heating |
| Comment | |
| Example | 0.012893038 |
| Unit |
stock_proportion Electric storage
| Title | stock_proportion Electric storage |
|---|---|
| Type | number |
| Description | Proportion of Buildings with electric storage devices |
| Comment | |
| Example | 0.012893038 |
| Unit |
stock_proportion GSHP
| Title | stock_proportion GSHP |
|---|---|
| Type | number |
| Description | Proportion of Buildings with ground source heat pumps |
| Comment | |
| Example | 0.012893038 |
| Unit |
stock_proportion Gas boiler
| Title | stock_proportion Gas boiler |
|---|---|
| Type | number |
| Description | Proportion of Buildings with gas boilers |
| Comment | |
| Example | 0.012893038 |
| Unit |
stock_proportion Oil boiler
| Title | stock_proportion Oil boiler |
|---|---|
| Type | number |
| Description | Proportion of Buildings with oil boilers |
| Comment | |
| Example | 0.012893038 |
| Unit |
stock_proportion TotalHPs
| Title | stock_proportion TotalHPs |
|---|---|
| Type | number |
| Description | Proportion of Buildings with all types of heat pumps |
| Comment | |
| Example | 0.012893038 |
| Unit |