Planned Changes and Issues Log
This table provides details of scheduled changes and known issues that we are currently working to address. If you are aware of any issues not captured in this table please report to [email protected]
NOTE: The table has now been sorted in descending order meaning new planned changes or issues will now appear on the top.
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=23021dfa-a3b8-4f62-93bc-b60186c53fa4&limit=5
|
| Query example (via SQL statement) |
https://api.neso.energy/api/3/action/datastore_search_sql?sql=SELECT * from "23021dfa-a3b8-4f62-93bc-b60186c53fa4" LIMIT 5
|
A simple ajax (JSONP) request to the data API using jQuery.
var data = {
resource_id: '23021dfa-a3b8-4f62-93bc-b60186c53fa4', // 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=23021dfa-a3b8-4f62-93bc-b60186c53fa4&limit=5' fileobj = urllib2.urlopen(url) print fileobj.read()
Data Explorer
Data Explorer
Table Information
po
| Title | Item |
|---|---|
| Type | number |
| Description | Item Number |
| Comment | N/A |
| Example | 57 |
| Unit | N/A |
Change_Issue_Title
| Title | Change Issue Title |
|---|---|
| Type | string |
| Description | Title of the issue |
| Comment | Date parsing patch - Site wide. |
| Example | Data Portal enhancements |
| Unit | N/A |
Description
| Title | Description |
|---|---|
| Type | string |
| Description | Description of the issue |
| Comment | Planned maintenance |
| Example | Temporary technical issues |
| Unit | N/A |
Dataset_Specific
| Title | Dataset Specific |
|---|---|
| Type | string |
| Description | Is the issue related to a specific dataset |
| Comment | |
| Example | DFS |
| Unit | N/A |
File_Specific
| Title | File Specific |
|---|---|
| Type | string |
| Description | Is the issue related to a specific file |
| Comment | N/A |
| Example | N/A |
| Unit | N/A |
Status
| Title | Status |
|---|---|
| Type | string |
| Description | The status of the issue |
| Comment | N/A |
| Example | Pending |
| Unit | N/A |
Change_DateTime_From
| Title | Change Date Time From |
|---|---|
| Type | datetime |
| Description | The date and time of when the issue will occur |
| Comment | N/A |
| Example | 2021-01-05T04:00:00Z |
| Unit | IS0 8601 - UTC |
Change_DateTime_To
| Title | Change Date Time To |
|---|---|
| Type | datetime |
| Description | The date and time of when the issue will be fixed |
| Comment | N/A |
| Example | 2021-01-05T04:00:00Z |
| Unit | IS0 8601 - UTC |
Last_Updated
| Title | Last Updated |
|---|---|
| Type | datetime |
| Description | The previous date and time this dataset was updated |
| Comment | N/A |
| Example | 2021-01-05T04:00:00Z |
| Unit | IS0 8601 - UTC |
Notes
| Title | Notes |
|---|---|
| Type | string |
| Description | Any related notes for the item |
| Comment | N/A |
| Example | Approximate time |
| Unit | N/A |