SPM LTDS Appendix 5 Embedded Generation (Table 5)

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Supergrid Group 132kV
The identifier of the supergrid group the generator is connected to.

No description available for this field.

Name (identifier)
supergrid_group_132kv
Type
text
Sample
                       
Grid Group 33kV
The identifier of the Grid Group the generator is connected to.

Optional as generators connected to supergrid group will not have this reference.

No description available for this field.

Name (identifier)
grid_group_33kv
Type
text
Sample
                       
Primary Group HV
The identifier of the Primary Group the generator is connected to.

Optional as generators connected to supergrid group or grid group will not have this reference.

No description available for this field.

Name (identifier)
primary_group_hv
Type
text
Sample
                       
Connection Voltage (kV)
The voltage at the Point of Connection to the distribution system.

No description available for this field.

Name (identifier)
connection_voltage_kv
Type
text
Sample
                       
Installed Capacity (MVA)
Installed capacity of the generator.

No description available for this field.

Name (identifier)
installed_capacity_mva
Type
text
Sample
                       
Fuel Type
The technology type of the generation e.g. "CHP", "Wind", "Solar PV", "Battery" etc.

No description available for this field.

Name (identifier)
fuel_type
Type
text
Sample
                       
Connected/Accepted
Whether the generator is actively connected to the network or if their application has been accepted but they are yet to connect.

No description available for this field.

Name (identifier)
connected_accepted
Type
text
Sample
                       

JSON Schema

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

{
  • "title":"spm-ltds-appendix-5-embedded-generation-table-5",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/spm-ltds-appendix-5-embedded-generation-table-5"
      }
    ]
    ,
  • "definitions":
    {
    • "spm-ltds-appendix-5-embedded-generation-table-5":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/spm-ltds-appendix-5-embedded-generation-table-5_records"
            }
          }
        }
      }
      ,
    • "spm-ltds-appendix-5-embedded-generation-table-5_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "supergrid_group_132kv":
              {
              • "type":"string",
              • "title":"Supergrid Group 132kV",
              • "description":"The identifier of the supergrid group the generator is connected to."
              }
              ,
            • "grid_group_33kv":
              {
              • "type":"string",
              • "title":"Grid Group 33kV",
              • "description":"The identifier of the Grid Group the generator is connected to. Optional as generators connected to supergrid group will not have this reference."
              }
              ,
            • "primary_group_hv":
              {
              • "type":"string",
              • "title":"Primary Group HV",
              • "description":"The identifier of the Primary Group the generator is connected to. Optional as generators connected to supergrid group or grid group will not have this reference."
              }
              ,
            • "connection_voltage_kv":
              {
              • "type":"string",
              • "title":"Connection Voltage (kV)",
              • "description":"The voltage at the Point of Connection to the distribution system."
              }
              ,
            • "installed_capacity_mva":
              {
              • "type":"string",
              • "title":"Installed Capacity (MVA)",
              • "description":"Installed capacity of the generator."
              }
              ,
            • "fuel_type":
              {
              • "type":"string",
              • "title":"Fuel Type",
              • "description":"The technology type of the generation e.g. "CHP", "Wind", "Solar PV", "Battery" etc."
              }
              ,
            • "connected_accepted":
              {
              • "type":"string",
              • "title":"Connected/Accepted",
              • "description":"Whether the generator is actively connected to the network or if their application has been accepted but they are yet to connect."
              }
            }
          }
        }
      }
    }
}

Similar datasets