records

records

Active filters Clear all

No active filters

Filters

NPg Network Development Report - Upcoming Flexibility Services

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Scheme Status
               

No description available for this field.

Name (identifier)
scheme_status
Type
text
Sample
                       
Licence Area
               

No description available for this field.

Name (identifier)
licence_area
Type
text
Sample
                       
Northern Powergrid Operational Region
               

No description available for this field.

Name (identifier)
northern_powergrid_operational_region
Type
text
Sample
                       
Grid Supply Point
               

No description available for this field.

Name (identifier)
grid_supply_point
Type
text
Sample
                       
GSP Name Match
               

No description available for this field.

Name (identifier)
gsp_name_match
Type
text
Sample
                       
GSP Postcode
               

No description available for this field.

Name (identifier)
gsp_postcode
Type
text
Sample
                       
Number of BSPs at GSP
               

No description available for this field.

Name (identifier)
number_of_bsps_at_gsp
Type
decimal
Sample
                       
Number of Primary Substations at GSP
               

No description available for this field.

Name (identifier)
number_of_primary_substations_at_gsp
Type
decimal
Sample
                       
Number of Customers at GSP
               

No description available for this field.

Name (identifier)
number_of_customers_at_gsp
Type
integer
Sample
                       
Upcoming Flexibility Needs Substation
               

No description available for this field.

Name (identifier)
upcoming_flexibility_needs_substation
Type
text
Sample
                       
Substation Postcode
               

No description available for this field.

Name (identifier)
substation_postcode
Type
text
Sample
                       
Postal Sectors Supplied from Substation
               

No description available for this field.

Name (identifier)
postal_sectors_supplied_from_substation
Type
text
Sample
                       
Driver
               

No description available for this field.

Name (identifier)
driver
Type
text
Sample
                       
Flexibility Needs Start Year
               

No description available for this field.

Name (identifier)
flexibility_needs_start_year
Type
date
Sample
                       
Row Number
               

No description available for this field.

Name (identifier)
row_number
Type
decimal
Sample
                       
name
               

No description available for this field.

Name (identifier)
name
Type
text
Sample
                       
Geo Shape
               

No description available for this field.

Name (identifier)
geo_shape
Type
geo shape
Sample
                       
geo_point_2d
               

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":"npg-network-development-report-upcoming-flexibility-services",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/npg-network-development-report-upcoming-flexibility-services"
      }
    ]
    ,
  • "definitions":
    {
    • "npg-network-development-report-upcoming-flexibility-services":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/npg-network-development-report-upcoming-flexibility-services_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-network-development-report-upcoming-flexibility-services_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "scheme_status":
                {
                • "type":"string",
                • "title":"Scheme Status",
                • "description":""
                }
                ,
              • "licence_area":
                {
                • "type":"string",
                • "title":"Licence Area",
                • "description":""
                }
                ,
              • "northern_powergrid_operational_region":
                {
                • "type":"string",
                • "title":"Northern Powergrid Operational Region",
                • "description":""
                }
                ,
              • "grid_supply_point":
                {
                • "type":"string",
                • "title":"Grid Supply Point",
                • "description":""
                }
                ,
              • "gsp_name_match":
                {
                • "type":"string",
                • "title":"GSP Name Match",
                • "description":""
                }
                ,
              • "gsp_postcode":
                {
                • "type":"string",
                • "title":"GSP Postcode",
                • "description":""
                }
                ,
              • "number_of_bsps_at_gsp":
                {
                • "type":"number",
                • "title":"Number of BSPs at GSP",
                • "description":""
                }
                ,
              • "number_of_primary_substations_at_gsp":
                {
                • "type":"number",
                • "title":"Number of Primary Substations at GSP",
                • "description":""
                }
                ,
              • "number_of_customers_at_gsp":
                {
                • "type":"integer",
                • "title":"Number of Customers at GSP",
                • "description":""
                }
                ,
              • "upcoming_flexibility_needs_substation":
                {
                • "type":"string",
                • "title":"Upcoming Flexibility Needs Substation",
                • "description":""
                }
                ,
              • "substation_postcode":
                {
                • "type":"string",
                • "title":"Substation Postcode",
                • "description":""
                }
                ,
              • "postal_sectors_supplied_from_substation":
                {
                • "type":"string",
                • "title":"Postal Sectors Supplied from Substation",
                • "description":""
                }
                ,
              • "driver":
                {
                • "type":"string",
                • "title":"Driver",
                • "description":""
                }
                ,
              • "flexibility_needs_start_year":
                {
                • "type":"string",
                • "format":"date",
                • "title":"Flexibility Needs Start Year",
                • "description":""
                }
                ,
              • "row_number":
                {
                • "type":"number",
                • "title":"Row Number",
                • "description":""
                }
                ,
              • "name":
                {
                • "type":"string",
                • "title":"name",
                • "description":""
                }
                ,
              • "geo_shape":
                {
                • "type":"object",
                • "oneOf":
                  [
                  • {
                    • "$ref":"#/definitions/geometry"
                    }
                  ]
                  ,
                • "title":"Geo Shape",
                • "description":""
                }
                ,
              • "geo_point_2d":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"geo_point_2d",
                • "description":""
                }
              }
            }
          }
        }
      }
    }

    Similar datasets