Example output half-hourly demand profiles
This dataset contains two example output profiles from the tool for an average January day. Run 1 is for is a gas combi-boiler and run 2 is an air-source heat pump (air-to-water). This file includes the half-hourly aggregated profile data for heat and electricity/gas demand.
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=27522340-008d-4c82-97c1-17eeb7ed1b6a&limit=5
|
| Query example (via SQL statement) |
https://api.neso.energy/api/3/action/datastore_search_sql?sql=SELECT * from "27522340-008d-4c82-97c1-17eeb7ed1b6a" LIMIT 5
|
A simple ajax (JSONP) request to the data API using jQuery.
var data = {
resource_id: '27522340-008d-4c82-97c1-17eeb7ed1b6a', // 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=27522340-008d-4c82-97c1-17eeb7ed1b6a&limit=5' fileobj = urllib2.urlopen(url) print fileobj.read()
Data Explorer
Data Explorer
Table Information
run_id
| Title | run_id |
|---|---|
| Type | string |
| Description | A run ID which associates the output profile data with the list of input parameters in the accompanying data file. |
| Comment | |
| Example | |
| Unit |
building_archetype
| Title | building_archetype |
|---|---|
| Type | string |
| Description | The dwelling type selected from the preset list of 12 building archetypes in the tool. |
| Comment | |
| Example | |
| Unit |
month
| Title | month |
|---|---|
| Type | string |
| Description | The month selected |
| Comment | |
| Example | |
| Unit |
hh_period
| Title | hh_period |
|---|---|
| Type | integer |
| Description | The half-hour period (1 to 48) |
| Comment | |
| Example | |
| Unit |
start_of_hh_period
| Title | start_of_hh_period |
|---|---|
| Type | datetime |
| Description | The time (hh:mm) corresponding to the start of the half hour period. |
| Comment | |
| Example | |
| Unit | HH:MM |
heater_output_space_heat
| Title | heater_output_space_heat |
|---|---|
| Type | number |
| Description | Half-hourly aggregated heat demand for space heating in kWh. |
| Comment | |
| Example | |
| Unit | kWh |
gas_space_heat
| Title | gas_space_heat |
|---|---|
| Type | number |
| Description | Half-hourly aggregated gas demand for space heating in kWh. |
| Comment | |
| Example | |
| Unit | kWh |
avg_COP_space_heat
| Title | avg_COP_space_heat |
|---|---|
| Type | number |
| Description | Half-hourly aggregated average coefficient of performance (COP) for space heating. |
| Comment | |
| Example | |
| Unit |
electricity_space_heat
| Title | electricity_space_heat |
|---|---|
| Type | number |
| Description | Half-hourly aggregated electricity demand for space heating in kWh. |
| Comment | |
| Example | |
| Unit | kWh |
heater_output_dhw
| Title | heater_output_dhw |
|---|---|
| Type | number |
| Description | Half-hourly aggregated heat demand for domestic hot water in kWh. |
| Comment | |
| Example | |
| Unit | kWh |
gas_dhw
| Title | gas_dhw |
|---|---|
| Type | number |
| Description | Half-hourly aggregated gas demand for domestic hot water in kWh. |
| Comment | |
| Example | |
| Unit | kWh |
avg_COP_dhw
| Title | avg_COP_dhw |
|---|---|
| Type | number |
| Description | Half-hourly aggregated average coefficient of performance (COP) for domestic hot water. |
| Comment | |
| Example | |
| Unit |
electricity_dhw
| Title | electricity_dhw |
|---|---|
| Type | number |
| Description | Half-hourly aggregated electricity demand for domestic hot water in kWh. |
| Comment | |
| Example | |
| Unit | kWh |
total_heater_output
| Title | total_heater_output |
|---|---|
| Type | number |
| Description | Total half-hourly aggregated heat demand in kWh. |
| Comment | |
| Example | |
| Unit | kWh |
total_gas
| Title | total_gas |
|---|---|
| Type | number |
| Description | Total half-hourly aggregated gas demand in kWh. |
| Comment | |
| Example | |
| Unit | kWh |
total_electricity
| Title | total_electricity |
|---|---|
| Type | number |
| Description | Total half-hourly aggregated electricity demand for in kWh. |
| Comment | |
| Example | |
| Unit | kWh |