Grid Supply Points Overview

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
DNO
               

No description available for this field.

Name (identifier)
dno
Type
text
Sample
                       
Site Functional Location
               

No description available for this field.

Name (identifier)
floc
Type
text
Sample
                       
Grid Supply Point (GSP)
               

No description available for this field.

Name (identifier)
gsp
Type
text
Sample
                       
Minimum Observed Power Flow
The Maximum and Minimum Power Flow comes from UK Power Networks' own analysis of the power flow through that GSP in the previous year.

No description available for this field.

Name (identifier)
minimum_observed_power_flow
Type
decimal
Unit
MW
Sample
                       
Maximum Observed Power Flow
The Maximum and Minimum Power Flow comes from UK Power Networks' own analysis of the power flow through that GSP in the previous year.

No description available for this field.

Name (identifier)
maximum_observed_power_flow
Type
decimal
Sample
                       
Asset Import Limit
The Asset Import Limit and Asset Export Limit is calculated based on the Supergrid transformer capacities available at the GSP, and are provided for indicative purposes only and may not reflect the actual capacity at the GSP.

No description available for this field.

Name (identifier)
asset_import_limit
Type
text
Sample
                       
Asset Export Limit
The Asset Import Limit and Asset Export Limit is calculated based on the Supergrid transformer capacities available at the GSP, and are provided for indicative purposes only and may not reflect the actual capacity at the GSP.

No description available for this field.

Name (identifier)
asset_export_limit
Type
integer
Sample
                       
Technical Limit Import Summer
This is the agreed limit between UKPN and NGESO for the allowed level of Summer import at this GSP before curtailment, in MW. This is May to August inclusive.

No description available for this field.

Name (identifier)
technical_limit_import_summer
Type
text
Sample
                       
Technical Limit Import Winter
This is the agreed limit between UKPN and NGESO for the allowed level of Winter import at this GSP before curtailment, in MW. This is November to March inclusive.

No description available for this field.

Name (identifier)
technical_limit_import_winter
Type
text
Sample
                       
Technical Limit Import Access Period
This is the agreed limit between UKPN and NGESO for the allowed level of import during the Access Period (week 13 - week 43) at this GSP before curtailment, in MW.

No description available for this field.

Name (identifier)
technical_limit_import_access_period
Type
text
Sample
                       
Technical Limit Export
This is the agreed limit between UKPN and NGESO for the allowed level of export at this GSP before curtailment, in MW.

No description available for this field.

Name (identifier)
technical_limit_export
Type
text
Sample
                       
Export Capacity Utilisation
The Export and Import Capacity Utilisation is calculated as a ratio of the maximum and minimum demand and the capacity at the GSP, which where possible is the technical limits and where not possible, the asset capacity.

No description available for this field.

Name (identifier)
export_capacity_utilisation
Type
decimal
Unit
%
Sample
                       
Import Capacity Utilisation
The Export and Import Capacity Utilisation is calculated as a ratio of the maximum and minimum demand and the capacity at the GSP, which where possible is the technical limits and where not possible, the asset capacity.

No description available for this field.

Name (identifier)
import_capacity_utilisation
Type
decimal
Unit
%
Sample
                       
Technical Limits Available
The Technical Limits Available field provides a status on whether this site has an agreed limit to manage customers on a curtailable-connection ahead of transmission reinforcements - green means Technical Limits are available, red means unavailable. Where available, the below table shows the limits applied.

No description available for this field.

Name (identifier)
technical_limits_available
Type
text
Sample
                       
Geo Point
               

No description available for this field.

Name (identifier)
geo_point_2d
Type
geo point
Sample
                       

JSON Schema

The following JSON object is a standardized description of your dataset's schema. More about JSON schema.

{
  • "title":"ukpn-grid-supply-points-overview@ukpowernetworks",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/ukpn-grid-supply-points-overview@ukpowernetworks"
      }
    ]
    ,
  • "definitions":
    {
    • "ukpn-grid-supply-points-overview@ukpowernetworks":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/ukpn-grid-supply-points-overview@ukpowernetworks_records"
            }
          }
        }
      }
      ,
    • "geoJSON":
      {
      • "title":"Geo JSON object",
      • "description":"Schema for a Geo JSON object",
      • "type":"object",
      • "required":
        [
        • "type"
        ]
        ,
      • "properties":
        {
        • "crs":
          {
          • "$ref":"#/definitions/crs"
          }
          ,
        • "bbox":
          {
          • "$ref":"#/definitions/bbox"
          }
        }
        ,
      • "oneOf":
        [
        • {
          • "$ref":"#/definitions/geometry"
          }
          ,
        • {
          • "$ref":"#/definitions/geometryCollection"
          }
          ,
        • {
          • "$ref":"#/definitions/feature"
          }
          ,
        • {
          • "$ref":"#/definitions/featureCollection"
          }
        ]
      }
      ,
    • "bbox":
      {
      • "description":"A bounding box as defined by GeoJSON",
      • "type":"array",
      • "items":
        {
        • "type":"number"
        }
      }
      ,
    • "crs":
      {
      • "title":"crs",
      • "description":"a Coordinate Reference System object",
      • "type":
        [
        • "object",
        • "null"
        ]
        ,
      • "required":
        [
        • "type",
        • "properties"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "type":"string"
          }
          ,
        • "properties":
          {
          • "type":"object"
          }
        }
        ,
      • "additionalProperties":false,
      • "oneOf":
        [
        • {
          • "$ref":"#/definitions/namedCrs"
          }
          ,
        • {
          • "$ref":"#/definitions/linkedCrs"
          }
        ]
      }
      ,
    • "namedCrs":
      {
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "name"
            ]
          }
          ,
        • "properties":
          {
          • "required":
            [
            • "name"
            ]
            ,
          • "additionalProperties":false,
          • "properties":
            {
            • "name":
              {
              • "type":"string"
              }
            }
          }
        }
      }
      ,
    • "linkedObject":
      {
      • "type":"object",
      • "required":
        [
        • "href"
        ]
        ,
      • "properties":
        {
        • "href":
          {
          • "type":"string",
          • "format":"uri"
          }
          ,
        • "type":
          {
          • "type":"string",
          • "description":"Suggested values: proj4, ogjwkt, esriwkt"
          }
        }
      }
      ,
    • "linkedCrs":
      {
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "link"
            ]
          }
          ,
        • "properties":
          {
          • "$ref":"#/definitions/linkedObject"
          }
        }
      }
      ,
    • "geometryCollection":
      {
      • "title":"GeometryCollection",
      • "description":"A collection of geometry objects",
      • "required":
        [
        • "geometries"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "GeometryCollection"
            ]
          }
          ,
        • "geometries":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"http://json-schema.org/geojson/geometry.json#"
            }
          }
        }
      }
      ,
    • "feature":
      {
      • "title":"Feature",
      • "description":"A Geo JSON feature object",
      • "required":
        [
        • "geometry",
        • "properties"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "Feature"
            ]
          }
          ,
        • "geometry":
          {
          • "oneOf":
            [
            • {
              • "type":"null"
              }
              ,
            • {
              • "$ref":"#/definitions/geometry"
              }
            ]
          }
          ,
        • "properties":
          {
          • "type":
            [
            • "object",
            • "null"
            ]
          }
          ,
        • "id":
          {
            }
          }
        }
        ,
      • "featureCollection":
        {
        • "title":"FeatureCollection",
        • "description":"A Geo JSON feature collection",
        • "required":
          [
          • "features"
          ]
          ,
        • "properties":
          {
          • "type":
            {
            • "enum":
              [
              • "FeatureCollection"
              ]
            }
            ,
          • "features":
            {
            • "type":"array",
            • "items":
              {
              • "$ref":"#/definitions/feature"
              }
            }
          }
        }
        ,
      • "geometry":
        {
        • "title":"geometry",
        • "description":"One geometry as defined by GeoJSON",
        • "type":"object",
        • "required":
          [
          • "type",
          • "coordinates"
          ]
          ,
        • "oneOf":
          [
          • {
            • "title":"Point",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "Point"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/position"
                }
              }
            }
            ,
          • {
            • "title":"MultiPoint",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiPoint"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/positionArray"
                }
              }
            }
            ,
          • {
            • "title":"LineString",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "LineString"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/lineString"
                }
              }
            }
            ,
          • {
            • "title":"MultiLineString",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiLineString"
                  ]
                }
                ,
              • "coordinates":
                {
                • "type":"array",
                • "items":
                  {
                  • "$ref":"#/definitions/lineString"
                  }
                }
              }
            }
            ,
          • {
            • "title":"Polygon",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "Polygon"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/polygon"
                }
              }
            }
            ,
          • {
            • "title":"MultiPolygon",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiPolygon"
                  ]
                }
                ,
              • "coordinates":
                {
                • "type":"array",
                • "items":
                  {
                  • "$ref":"#/definitions/polygon"
                  }
                }
              }
            }
          ]
          ,
        • "position":
          {
          • "description":"A single position",
          • "type":"array",
          • "minItems":2,
          • "items":
            [
            • {
              • "type":"number"
              }
              ,
            • {
              • "type":"number"
              }
            ]
            ,
          • "additionalItems":false
          }
          ,
        • "positionArray":
          {
          • "description":"An array of positions",
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/position"
            }
          }
          ,
        • "lineString":
          {
          • "description":"An array of two or more positions",
          • "allOf":
            [
            • {
              • "$ref":"#/definitions/positionArray"
              }
              ,
            • {
              • "minItems":2
              }
            ]
          }
          ,
        • "linearRing":
          {
          • "description":"An array of four positions where the first equals the last",
          • "allOf":
            [
            • {
              • "$ref":"#/definitions/positionArray"
              }
              ,
            • {
              • "minItems":4
              }
            ]
          }
          ,
        • "polygon":
          {
          • "description":"An array of linear rings",
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/linearRing"
            }
          }
        }
        ,
      • "ukpn-grid-supply-points-overview@ukpowernetworks_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "dno":
                {
                • "type":"string",
                • "title":"DNO",
                • "description":""
                }
                ,
              • "floc":
                {
                • "type":"string",
                • "title":"Site Functional Location",
                • "description":""
                }
                ,
              • "gsp":
                {
                • "type":"string",
                • "title":"Grid Supply Point (GSP)",
                • "description":""
                }
                ,
              • "minimum_observed_power_flow":
                {
                • "type":"number",
                • "title":"Minimum Observed Power Flow",
                • "description":"The Maximum and Minimum Power Flow comes from UK Power Networks' own analysis of the power flow through that GSP in the previous year.",
                • "unit":"MW"
                }
                ,
              • "maximum_observed_power_flow":
                {
                • "type":"number",
                • "title":"Maximum Observed Power Flow",
                • "description":"The Maximum and Minimum Power Flow comes from UK Power Networks' own analysis of the power flow through that GSP in the previous year."
                }
                ,
              • "asset_import_limit":
                {
                • "type":"string",
                • "title":"Asset Import Limit",
                • "description":"The Asset Import Limit and Asset Export Limit is calculated based on the Supergrid transformer capacities available at the GSP, and are provided for indicative purposes only and may not reflect the actual capacity at the GSP."
                }
                ,
              • "asset_export_limit":
                {
                • "type":"integer",
                • "title":"Asset Export Limit",
                • "description":"The Asset Import Limit and Asset Export Limit is calculated based on the Supergrid transformer capacities available at the GSP, and are provided for indicative purposes only and may not reflect the actual capacity at the GSP."
                }
                ,
              • "technical_limit_import_summer":
                {
                • "type":"string",
                • "title":"Technical Limit Import Summer",
                • "description":"This is the agreed limit between UKPN and NGESO for the allowed level of Summer import at this GSP before curtailment, in MW. This is May to August inclusive."
                }
                ,
              • "technical_limit_import_winter":
                {
                • "type":"string",
                • "title":"Technical Limit Import Winter",
                • "description":"This is the agreed limit between UKPN and NGESO for the allowed level of Winter import at this GSP before curtailment, in MW. This is November to March inclusive."
                }
                ,
              • "technical_limit_import_access_period":
                {
                • "type":"string",
                • "title":"Technical Limit Import Access Period",
                • "description":"This is the agreed limit between UKPN and NGESO for the allowed level of import during the Access Period (week 13 - week 43) at this GSP before curtailment, in MW."
                }
                ,
              • "technical_limit_export":
                {
                • "type":"string",
                • "title":"Technical Limit Export",
                • "description":"This is the agreed limit between UKPN and NGESO for the allowed level of export at this GSP before curtailment, in MW."
                }
                ,
              • "export_capacity_utilisation":
                {
                • "type":"number",
                • "title":"Export Capacity Utilisation",
                • "description":"The Export and Import Capacity Utilisation is calculated as a ratio of the maximum and minimum demand and the capacity at the GSP, which where possible is the technical limits and where not possible, the asset capacity.",
                • "unit":"%"
                }
                ,
              • "import_capacity_utilisation":
                {
                • "type":"number",
                • "title":"Import Capacity Utilisation",
                • "description":"The Export and Import Capacity Utilisation is calculated as a ratio of the maximum and minimum demand and the capacity at the GSP, which where possible is the technical limits and where not possible, the asset capacity.",
                • "unit":"%"
                }
                ,
              • "technical_limits_available":
                {
                • "type":"string",
                • "title":"Technical Limits Available",
                • "description":"The Technical Limits Available field provides a status on whether this site has an agreed limit to manage customers on a curtailable-connection ahead of transmission reinforcements - green means Technical Limits are available, red means unavailable. Where available, the below table shows the limits applied."
                }
                ,
              • "geo_point_2d":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"Geo Point",
                • "description":""
                }
              }
            }
          }
        }
      }
    }

    Similar datasets