SPD LTDS Appendix 7 Substation Abbreviation Codes (Table 7)

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
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
                       
Code
Powerfactory code used to identify substation.

Made up of 4 letter abbreviation and a number to show voltage.

No description available for this field.

Name (identifier)
code
Type
text
Sample
                       
Associated GSP
Grid Supply Point (GSP) associated with substation.

No description available for this field.

Name (identifier)
associated_gsp
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-7-substation-abbreviation-codes-table-7",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/spd-ltds-appendix-7-substation-abbreviation-codes-table-7"
      }
    ]
    ,
  • "definitions":
    {
    • "spd-ltds-appendix-7-substation-abbreviation-codes-table-7":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/spd-ltds-appendix-7-substation-abbreviation-codes-table-7_records"
            }
          }
        }
      }
      ,
    • "spd-ltds-appendix-7-substation-abbreviation-codes-table-7_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "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."
              }
              ,
            • "code":
              {
              • "type":"string",
              • "title":"Code",
              • "description":"Powerfactory code used to identify substation. Made up of 4 letter abbreviation and a number to show voltage."
              }
              ,
            • "associated_gsp":
              {
              • "type":"string",
              • "title":"Associated GSP",
              • "description":"Grid Supply Point (GSP) associated with substation."
              }
            }
          }
        }
      }
    }
}

Similar datasets