Local authority outputs 2020 domestic all scenarios
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=65329e84-6485-400f-af2f-6f07479e343e&limit=5
|
Query example (via SQL statement) |
https://api.neso.energy/api/3/action/datastore_search_sql?sql=SELECT * from "65329e84-6485-400f-af2f-6f07479e343e" LIMIT 5
|
A simple ajax (JSONP) request to the data API using jQuery.
var data = { resource_id: '65329e84-6485-400f-af2f-6f07479e343e', // 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=65329e84-6485-400f-af2f-6f07479e343e&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 | 2020 |
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 |
Comment | |
Example | 906.4443295 |
Unit |
stock DH
Title | stock DH |
---|---|
Type | number |
Description | Number of buildings connected to District Heating |
Comment | |
Example | 2263.524335 |
Unit |
stock Electric resistive
Title | stock Electric resistive |
---|---|
Type | number |
Description | Number of buildings with electric resistive heating |
Comment | |
Example | 447.9440373 |
Unit |
stock Electric storage
Title | stock Electric storage |
---|---|
Type | number |
Description | Number of buildings with electric storage |
Comment | |
Example | 12200.60248 |
Unit |
stock GSHP
Title | stock GSHP |
---|---|
Type | number |
Description | Number of buildings with Ground Source Heat Pumps |
Comment | |
Example | 379.9603653 |
Unit |
stock Gas boiler
Title | stock Gas boiler |
---|---|
Type | number |
Description | Number of buildings with gas boilers |
Comment | |
Example | 100778.0971 |
Unit |
stock Oil boiler
Title | stock Oil boiler |
---|---|
Type | number |
Description | Number of buildings with oil boilers |
Comment | |
Example | 7801.033315 |
Unit |
stock Total
Title | stock Total |
---|---|
Type | number |
Description | Total number of buildings |
Comment | |
Example | 125568.6632 |
Unit |
stock TotalHPs
Title | stock TotalHPs |
---|---|
Type | number |
Description | Total number buildings with all types of Heat Pumps |
Comment | |
Example | 1618.961583 |
Unit |
stock_proportion ASHP
Title | stock_proportion ASHP |
---|---|
Type | number |
Description | Proportion of Buildings with ASHP |
Comment | |
Example | 0.009867121 |
Unit |
stock_proportion Community
Title | stock_proportion Community |
---|---|
Type | number |
Description | Proportion of Buildings connected to community heating schemes |
Comment | |
Example | 0.007218715 |
Unit |
stock_proportion DH
Title | stock_proportion DH |
---|---|
Type | number |
Description | Proportion of Buildings connected to District Heating schemes |
Comment | |
Example | 0.018026188 |
Unit |
stock_proportion Electric resistive
Title | stock_proportion Electric resistive |
---|---|
Type | number |
Description | Proportion of Buildings with Electric resistive heating |
Comment | |
Example | 0.018026188 |
Unit |
stock_proportion Electric storage
Title | stock_proportion Electric storage |
---|---|
Type | number |
Description | Proportion of Buildings with Electric storage heating |
Comment | |
Example | 0.097162797 |
Unit |
stock_proportion GSHP
Title | stock_proportion GSHP |
---|---|
Type | number |
Description | Proportion of Buildings with Ground Source Heat Pumps |
Comment | |
Example | 0.003025917 |
Unit |
stock_proportion Gas boiler
Title | stock_proportion Gas boiler |
---|---|
Type | number |
Description | Proportion of Buildings with Gas Boilers |
Comment | |
Example | 0.802573625 |
Unit |
stock_proportion Oil boiler
Title | stock_proportion Oil boiler |
---|---|
Type | number |
Description | Proportion of Buildings with Oil Boilers |
Comment | |
Example | 0.062125638 |
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 |