Transmission Generation Heat Map

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
ProjectID
A Unique project identification code used to identify a project and its different connection phases.

No description available for this field.

Name (identifier)
projectid
Type
text
Sample
                       
ProjectName
The Project's name. This may be duplicated where a project has multiple connection phases.

No description available for this field.

Name (identifier)
projectname
Type
text
Sample
                       
ConnectionSite
The connection point of a project. This may be an existing or planned substation.

No description available for this field.

Name (identifier)
connectionsite
Type
text
Sample
                       
MWConnected
The total Megawatts connected for the project.

No description available for this field.

Name (identifier)
mwconnected
Type
decimal
Sample
                       
MW_IncreaseDecrease
The planned Megawatt total that is contracted to connect in future for a given project or phase of a project.

No description available for this field.

Name (identifier)
mw_increasedecrease
Type
decimal
Sample
                       
CumulativeTotalCapacity_MW
The total of connected and contracted Megawatt capacity for a given project, including the previous connection phases.

No description available for this field.

Name (identifier)
cumulativetotalcapacity_mw
Type
decimal
Sample
                       
MWEffectiveFrom
The date the project is expected to connect and contribute its generation/ load to the network.

No description available for this field.

Name (identifier)
mweffectivefrom
Type
date
Sample
                       
ProjectStatus
The contract stage of the project. This ranges from early planning stages such as scoping and awaiting consents to the project being built and fully connected to the network.

No description available for this field.

Name (identifier)
projectstatus
Type
text
Sample
                       
PlantType
The type(s) of generators or loads that are present in this project.

No description available for this field.

Name (identifier)
planttype
Type
text
Sample
                       
Coordinates
Location of the project using British National Grid coordinates.

No description available for this field.

Name (identifier)
coordinates
Type
text
Sample
                       
X
The X coordinate.

No description available for this field.

Name (identifier)
x
Type
integer
Sample
                       
Y
The Y coordinate.

No description available for this field.

Name (identifier)
y
Type
integer
Sample
                       

JSON Schema

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

{
  • "title":"transmission-generation-heat-map0",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/transmission-generation-heat-map0"
      }
    ]
    ,
  • "definitions":
    {
    • "transmission-generation-heat-map0":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/transmission-generation-heat-map0_records"
            }
          }
        }
      }
      ,
    • "transmission-generation-heat-map0_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "projectid":
              {
              • "type":"string",
              • "title":"ProjectID",
              • "description":"A Unique project identification code used to identify a project and its different connection phases."
              }
              ,
            • "projectname":
              {
              • "type":"string",
              • "title":"ProjectName",
              • "description":"The Project's name. This may be duplicated where a project has multiple connection phases."
              }
              ,
            • "connectionsite":
              {
              • "type":"string",
              • "title":"ConnectionSite",
              • "description":"The connection point of a project. This may be an existing or planned substation."
              }
              ,
            • "mwconnected":
              {
              • "type":"number",
              • "title":"MWConnected",
              • "description":"The total Megawatts connected for the project."
              }
              ,
            • "mw_increasedecrease":
              {
              • "type":"number",
              • "title":"MW_IncreaseDecrease",
              • "description":"The planned Megawatt total that is contracted to connect in future for a given project or phase of a project."
              }
              ,
            • "cumulativetotalcapacity_mw":
              {
              • "type":"number",
              • "title":"CumulativeTotalCapacity_MW",
              • "description":"The total of connected and contracted Megawatt capacity for a given project, including the previous connection phases."
              }
              ,
            • "mweffectivefrom":
              {
              • "type":"string",
              • "format":"date",
              • "title":"MWEffectiveFrom",
              • "description":"The date the project is expected to connect and contribute its generation/ load to the network."
              }
              ,
            • "projectstatus":
              {
              • "type":"string",
              • "title":"ProjectStatus",
              • "description":"The contract stage of the project. This ranges from early planning stages such as scoping and awaiting consents to the project being built and fully connected to the network."
              }
              ,
            • "planttype":
              {
              • "type":"string",
              • "title":"PlantType",
              • "description":"The type(s) of generators or loads that are present in this project."
              }
              ,
            • "coordinates":
              {
              • "type":"string",
              • "title":"Coordinates",
              • "description":"Location of the project using British National Grid coordinates."
              }
              ,
            • "x":
              {
              • "type":"integer",
              • "title":"X",
              • "description":"The X coordinate."
              }
              ,
            • "y":
              {
              • "type":"integer",
              • "title":"Y",
              • "description":"The Y coordinate."
              }
            }
          }
        }
      }
    }
}

Similar datasets