FES 2024 Grid Supply Point Info
Information about Grid Supply Points
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=21c2b09c-24ff-4837-a3b1-b6aea88f8124&limit=5
|
Query example (via SQL statement) |
https://api.neso.energy/api/3/action/datastore_search_sql?sql=SELECT * from "21c2b09c-24ff-4837-a3b1-b6aea88f8124" LIMIT 5
|
A simple ajax (JSONP) request to the data API using jQuery.
var data = { resource_id: '21c2b09c-24ff-4837-a3b1-b6aea88f8124', // 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=21c2b09c-24ff-4837-a3b1-b6aea88f8124&limit=5' fileobj = urllib2.urlopen(url) print fileobj.read()
Data Explorer
Data Explorer
Table Information
GSP ID
Title | Grid Supply Point ID |
---|---|
Type | string |
Description | Name for this location in our regional breakdown of FES data. Elexon GSP names are used where possible. See comments within file where this is not the case. |
Comment | |
Example | ABTH_1 |
Unit | N/A |
GSP Group
Title | Grid Supply Point Group |
---|---|
Type | string |
Description | The larger grouping for this GSP, corresponding to a DNO licence area |
Comment | |
Example | _K |
Unit | N/A |
Minor FLOP
Title | Minor FLOP zone ID |
---|---|
Type | string |
Description | The area that this GSP falls within. FLOP zones are defined in the National Grid ESO ETYS publication. |
Comment | |
Example | H2 |
Unit | N/A |
Name
Title | Name |
---|---|
Type | string |
Description | Long form name of this Grid Supply Point |
Comment | |
Example | Aberthaw |
Unit |
Latitude
Title | Lattitude |
---|---|
Type | number |
Description | Numerical value given approximate location of the GSP |
Comment | |
Example | 51.385 |
Unit |
Longitude
Title | Longitude |
---|---|
Type | number |
Description | Numerical value given approximate location of the GSP |
Comment | |
Example | -3.403 |
Unit |
Comments
Title | Comments |
---|---|
Type | string |
Description | Any additional information about this GSP e.g. where non-Elexon names have been used |
Comment | |
Example | |
Unit |