List of input parameters used for generating the example profiles
This data 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 list of input parameters used to generate the profiles.
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=b809e59a-e681-4ecb-af07-80997abbbd6f&limit=5
|
| Query example (via SQL statement) |
https://api.neso.energy/api/3/action/datastore_search_sql?sql=SELECT * from "b809e59a-e681-4ecb-af07-80997abbbd6f" LIMIT 5
|
A simple ajax (JSONP) request to the data API using jQuery.
var data = {
resource_id: 'b809e59a-e681-4ecb-af07-80997abbbd6f', // 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=b809e59a-e681-4ecb-af07-80997abbbd6f&limit=5' fileobj = urllib2.urlopen(url) print fileobj.read()
Data Explorer
Data Explorer
Table Information
parameter
| Title | Parameter |
|---|---|
| Type | string |
| Description | List of parameter names |
| Comment | |
| Example | |
| Unit |
run_1
| Title | run_1 |
|---|---|
| Type | string |
| Description | All selected input parameters for profile run_1. |
| Comment | |
| Example | |
| Unit |
run_2
| Title | run_2 |
|---|---|
| Type | string |
| Description | All selected input parameters for profile run_2. |
| Comment | |
| Example | |
| Unit |