records

records

Active filters Clear all

No active filters

Filters

NPg Network Development Plan - Thermal Generation Headroom

Dataset schema

Click to expand Click to collapse
Licence Area
Northern Powergrid licence area: Northeast or Yorkshire.

No description available for this field.

Name (identifier)
licence_area
Type
text
Sample
                       
Substation Name
Refers to the NPg Primary or BSP substation for which thermal demand headroom is being modelled downstream of.

No description available for this field.

Name (identifier)
substation_name
Type
text
Sample
                       
Voltage (kV)
Output voltage for site.

No description available for this field.

Name (identifier)
voltage_kv
Type
decimal
Unit
kV
Sample
                       
Supply Voltage (kV)
Voltage supplying the site.

No description available for this field.

Name (identifier)
supply_voltage_kv
Type
decimal
Unit
kV
Sample
                       
BSP Group
               

No description available for this field.

Name (identifier)
bsp_group
Type
text
Sample
                       
Substation Location
               

No description available for this field.

Name (identifier)
substation_location
Type
text
Sample
                       
Bulk Supply Point or Primary
Bulk Supply Point Group

No description available for this field.

Name (identifier)
bulk_supply_point_or_primary
Type
text
Sample
                       
GSP Group
               

No description available for this field.

Name (identifier)
gsp_group
Type
text
Sample
                       
Scenario Name
Refers to which of the four National Grid (2023) and single NPg anticipated scenarios this row models: Consumer Transformation, Falling Short, Leading the Way, System Transformation, or NPg Best View.

No description available for this field.

Name (identifier)
scenario_name
Type
text
Sample
                       
Generation Headroom Capacity (MW) 2025
               

No description available for this field.

Name (identifier)
generation_headroom_capacity_mw_2025
Type
decimal
Unit
MW
Sample
                       
Generation Headroom Capacity (MW) 2026
               

No description available for this field.

Name (identifier)
generation_headroom_capacity_mw_2026
Type
decimal
Unit
MW
Sample
                       
Generation Headroom Capacity (MW) 2027
               

No description available for this field.

Name (identifier)
generation_headroom_capacity_mw_2027
Type
decimal
Unit
MW
Sample
                       
Generation Headroom Capacity (MW) 2028
               

No description available for this field.

Name (identifier)
generation_headroom_capacity_mw_2028
Type
decimal
Unit
MW
Sample
                       
Generation Headroom Capacity (MW) 2029
               

No description available for this field.

Name (identifier)
generation_headroom_capacity_mw_2029
Type
decimal
Unit
MW
Sample
                       
Generation Headroom Capacity (MW) 2030
               

No description available for this field.

Name (identifier)
generation_headroom_capacity_mw_2030
Type
decimal
Unit
MW
Sample
                       
Generation Headroom Capacity (MW) 2035
               

No description available for this field.

Name (identifier)
generation_headroom_capacity_mw_2035
Type
decimal
Unit
MW
Sample
                       
Generation Headroom Capacity (MW) 2040
               

No description available for this field.

Name (identifier)
generation_headroom_capacity_mw_2040
Type
decimal
Unit
MW
Sample
                       
Generation Headroom Capacity (MW) 2045
               

No description available for this field.

Name (identifier)
generation_headroom_capacity_mw_2045
Type
decimal
Unit
MW
Sample
                       
Generation Headroom Capacity (MW) 2050
               

No description available for this field.

Name (identifier)
generation_headroom_capacity_mw_2050
Type
decimal
Unit
MW
Sample
                       
Row Number
               

No description available for this field.

Name (identifier)
row_number
Type
text
Sample
                       
Geo Point
               

No description available for this field.

Name (identifier)
geo_point_2d
Type
geo point
Sample
                       
Geo Shape
The overall shape of the geographic area downstream of the substation measured for.

No description available for this field.

Name (identifier)
geo_shape
Type
geo shape
Sample
                       

JSON Schema

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

{
  • "title":"npg_ndp_generation_headroom",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/npg_ndp_generation_headroom"
      }
    ]
    ,
  • "definitions":
    {
    • "npg_ndp_generation_headroom":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/npg_ndp_generation_headroom_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"
            }
          }
        }
        ,
      • "npg_ndp_generation_headroom_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "licence_area":
                {
                • "type":"string",
                • "title":"Licence Area",
                • "description":"Northern Powergrid licence area: Northeast or Yorkshire."
                }
                ,
              • "substation_name":
                {
                • "type":"string",
                • "title":"Substation Name",
                • "description":"Refers to the NPg Primary or BSP substation for which thermal demand headroom is being modelled downstream of."
                }
                ,
              • "voltage_kv":
                {
                • "type":"number",
                • "title":"Voltage (kV)",
                • "description":"Output voltage for site.",
                • "unit":"kV"
                }
                ,
              • "supply_voltage_kv":
                {
                • "type":"number",
                • "title":"Supply Voltage (kV)",
                • "description":"Voltage supplying the site.",
                • "unit":"kV"
                }
                ,
              • "bsp_group":
                {
                • "type":"string",
                • "title":"BSP Group",
                • "description":""
                }
                ,
              • "substation_location":
                {
                • "type":"string",
                • "title":"Substation Location",
                • "description":""
                }
                ,
              • "bulk_supply_point_or_primary":
                {
                • "type":"string",
                • "title":"Bulk Supply Point or Primary",
                • "description":"Bulk Supply Point Group"
                }
                ,
              • "gsp_group":
                {
                • "type":"string",
                • "title":"GSP Group",
                • "description":""
                }
                ,
              • "scenario_name":
                {
                • "type":"string",
                • "title":"Scenario Name",
                • "description":"Refers to which of the four National Grid (2023) and single NPg anticipated scenarios this row models: Consumer Transformation, Falling Short, Leading the Way, System Transformation, or NPg Best View."
                }
                ,
              • "generation_headroom_capacity_mw_2025":
                {
                • "type":"number",
                • "title":"Generation Headroom Capacity (MW) 2025",
                • "description":"",
                • "unit":"MW"
                }
                ,
              • "generation_headroom_capacity_mw_2026":
                {
                • "type":"number",
                • "title":"Generation Headroom Capacity (MW) 2026",
                • "description":"",
                • "unit":"MW"
                }
                ,
              • "generation_headroom_capacity_mw_2027":
                {
                • "type":"number",
                • "title":"Generation Headroom Capacity (MW) 2027",
                • "description":"",
                • "unit":"MW"
                }
                ,
              • "generation_headroom_capacity_mw_2028":
                {
                • "type":"number",
                • "title":"Generation Headroom Capacity (MW) 2028",
                • "description":"",
                • "unit":"MW"
                }
                ,
              • "generation_headroom_capacity_mw_2029":
                {
                • "type":"number",
                • "title":"Generation Headroom Capacity (MW) 2029",
                • "description":"",
                • "unit":"MW"
                }
                ,
              • "generation_headroom_capacity_mw_2030":
                {
                • "type":"number",
                • "title":"Generation Headroom Capacity (MW) 2030",
                • "description":"",
                • "unit":"MW"
                }
                ,
              • "generation_headroom_capacity_mw_2035":
                {
                • "type":"number",
                • "title":"Generation Headroom Capacity (MW) 2035",
                • "description":"",
                • "unit":"MW"
                }
                ,
              • "generation_headroom_capacity_mw_2040":
                {
                • "type":"number",
                • "title":"Generation Headroom Capacity (MW) 2040",
                • "description":"",
                • "unit":"MW"
                }
                ,
              • "generation_headroom_capacity_mw_2045":
                {
                • "type":"number",
                • "title":"Generation Headroom Capacity (MW) 2045",
                • "description":"",
                • "unit":"MW"
                }
                ,
              • "generation_headroom_capacity_mw_2050":
                {
                • "type":"number",
                • "title":"Generation Headroom Capacity (MW) 2050",
                • "description":"",
                • "unit":"MW"
                }
                ,
              • "row_number":
                {
                • "type":"string",
                • "title":"Row Number",
                • "description":""
                }
                ,
              • "geo_point_2d":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"Geo Point",
                • "description":""
                }
                ,
              • "geo_shape":
                {
                • "type":"object",
                • "oneOf":
                  [
                  • {
                    • "$ref":"#/definitions/geometry"
                    }
                  ]
                  ,
                • "title":"Geo Shape",
                • "description":"The overall shape of the geographic area downstream of the substation measured for."
                }
              }
            }
          }
        }
      }
    }

    Similar datasets