SPD LTDS Appendix 5 Embedded Generation (Table 5)

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Grid Supply Point
The unique name of the Grid Supply Point (GSP) a  substation is within.

No description available for this field.

Name (identifier)
grid_supply_point
Type
text
Sample
                       
Substation
An electrical substation is a subsidiary station of a distribution system where voltage is transformed from high to low or the reverse using transformers and/or where circuit switching takes place.

No description available for this field.

Name (identifier)
substation
Type
text
Sample
                       
Site Name
Name of generation site.

No description available for this field.

Name (identifier)
site_name
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
integer
Sample
                       
Installed Capacity (MW)
Installed generation capacity in MW.

No description available for this field.

Name (identifier)
installed_capacity_mw
Type
decimal
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":"spd-ltds-appendix-5-embedded-generation-table-5",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/spd-ltds-appendix-5-embedded-generation-table-5"
      }
    ]
    ,
  • "definitions":
    {
    • "spd-ltds-appendix-5-embedded-generation-table-5":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/spd-ltds-appendix-5-embedded-generation-table-5_records"
            }
          }
        }
      }
      ,
    • "spd-ltds-appendix-5-embedded-generation-table-5_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "grid_supply_point":
              {
              • "type":"string",
              • "title":"Grid Supply Point",
              • "description":"The unique name of the Grid Supply Point (GSP) a substation is within."
              }
              ,
            • "substation":
              {
              • "type":"string",
              • "title":"Substation",
              • "description":"An electrical substation is a subsidiary station of a distribution system where voltage is transformed from high to low or the reverse using transformers and/or where circuit switching takes place."
              }
              ,
            • "site_name":
              {
              • "type":"string",
              • "title":"Site Name",
              • "description":"Name of generation site."
              }
              ,
            • "connection_voltage_kv":
              {
              • "type":"integer",
              • "title":"Connection Voltage (kV)",
              • "description":"The voltage at the Point of Connection to the distribution system."
              }
              ,
            • "installed_capacity_mw":
              {
              • "type":"number",
              • "title":"Installed Capacity (MW)",
              • "description":"Installed generation capacity in MW."
              }
              ,
            • "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