SPM LTDS Appendix 1 Circuit Data (Table 1)

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
S/S Group
The identifier for the substation group a substation is within.

No description available for this field.

Name (identifier)
s_s_group
Type
text
Sample
                       
S/S or Busbar Name Node 1
The human readable name of the substation or busbar that node 1 is associated with.

No description available for this field.

Name (identifier)
s_s_or_busbar_name_node_1
Type
text
Sample
                       
Node 1
Independent Parliamentary Standards Authority (IPSA) identifier for the node 1 end of a branch circuit.

No description available for this field.

Name (identifier)
node_1
Type
text
Sample
                       
S/S or Busbar Name Node 2
The human readable name of the substation or busbar that node 2 is associated with.

No description available for this field.

Name (identifier)
s_s_or_busbar_name_node_2
Type
text
Sample
                       
Node 2
Independent Parliamentary Standards Authority (IPSA) identifier for the node 2 end of a branch circuit.

No description available for this field.

Name (identifier)
node_2
Type
text
Sample
                       
Operating Voltage (kV)
The operating voltage of the circuit.

No description available for this field.

Name (identifier)
operating_voltage_kv
Type
integer
Sample
                       
Positive Sequence Impedance R % on (100 MVA Base)
Positive sequence resistance of the circuit, per unit on a 100MVA base.

No description available for this field.

Name (identifier)
positive_sequence_impedance_r_on_100_mva_base
Type
decimal
Sample
                       
Positive Sequence Impedance X (% on 100 MVA Base)
Positive sequence reactance of the transformer, per unit on a 100MVA base.

No description available for this field.

Name (identifier)
positive_sequence_impedance_x_on_100_mva_base
Type
decimal
Sample
                       
Susceptance B (% on 100 MVA Base)
Positive susceptance reactance of the circuit, per unit on a 100MVA base.

No description available for this field.

Name (identifier)
susceptance_b_on_100_mva_base
Type
decimal
Sample
                       
Zero Sequence Impedance R % on (100 MVA Base)
Zero sequence resistance of the circuit, per unit on a 100MVA base.

No description available for this field.

Name (identifier)
zero_sequence_impedance_r_on_100_mva_base
Type
decimal
Sample
                       
Zero Sequence Impedance X (% on 100 MVA Base)
Zero sequence reactance of the circuit, per unit on a 100MVA base.

No description available for this field.

Name (identifier)
zero_sequence_impedance_x_on_100_mva_base
Type
decimal
Sample
                       
Winter Rating (MVA)
Minimum rated section in the circuit (i.e. limiting series element) using winter ratings.

No description available for this field.

Name (identifier)
winter_rating_mva
Type
decimal
Sample
                       
Spring/Autumn Rating (MVA)
Minimum rated section in the circuit (i.e. limiting series element) using spring/autumn ratings.

No description available for this field.

Name (identifier)
spring_autumn_rating_mva
Type
decimal
Sample
                       
Summer Rating (MVA)
Minimum rated section in the circuit (i.e. limiting series element) using summer ratings.

No description available for this field.

Name (identifier)
summer_rating_mva
Type
decimal
Sample
                       
Circuit Length (km)
Length of circuit in kilometres.

No description available for this field.

Name (identifier)
circuit_length_km
Type
decimal
Sample
                       

JSON Schema

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

{
  • "title":"spm-ltds-appendix-1-circuit-data-table-1",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/spm-ltds-appendix-1-circuit-data-table-1"
      }
    ]
    ,
  • "definitions":
    {
    • "spm-ltds-appendix-1-circuit-data-table-1":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/spm-ltds-appendix-1-circuit-data-table-1_records"
            }
          }
        }
      }
      ,
    • "spm-ltds-appendix-1-circuit-data-table-1_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "s_s_group":
              {
              • "type":"string",
              • "title":"S/S Group",
              • "description":"The identifier for the substation group a substation is within."
              }
              ,
            • "s_s_or_busbar_name_node_1":
              {
              • "type":"string",
              • "title":"S/S or Busbar Name Node 1",
              • "description":"The human readable name of the substation or busbar that node 1 is associated with."
              }
              ,
            • "node_1":
              {
              • "type":"string",
              • "title":"Node 1",
              • "description":"Independent Parliamentary Standards Authority (IPSA) identifier for the node 1 end of a branch circuit."
              }
              ,
            • "s_s_or_busbar_name_node_2":
              {
              • "type":"string",
              • "title":"S/S or Busbar Name Node 2",
              • "description":"The human readable name of the substation or busbar that node 2 is associated with."
              }
              ,
            • "node_2":
              {
              • "type":"string",
              • "title":"Node 2",
              • "description":"Independent Parliamentary Standards Authority (IPSA) identifier for the node 2 end of a branch circuit."
              }
              ,
            • "operating_voltage_kv":
              {
              • "type":"integer",
              • "title":"Operating Voltage (kV)",
              • "description":"The operating voltage of the circuit."
              }
              ,
            • "positive_sequence_impedance_r_on_100_mva_base":
              {
              • "type":"number",
              • "title":"Positive Sequence Impedance R % on (100 MVA Base)",
              • "description":"Positive sequence resistance of the circuit, per unit on a 100MVA base."
              }
              ,
            • "positive_sequence_impedance_x_on_100_mva_base":
              {
              • "type":"number",
              • "title":"Positive Sequence Impedance X (% on 100 MVA Base)",
              • "description":"Positive sequence reactance of the transformer, per unit on a 100MVA base."
              }
              ,
            • "susceptance_b_on_100_mva_base":
              {
              • "type":"number",
              • "title":"Susceptance B (% on 100 MVA Base)",
              • "description":"Positive susceptance reactance of the circuit, per unit on a 100MVA base."
              }
              ,
            • "zero_sequence_impedance_r_on_100_mva_base":
              {
              • "type":"number",
              • "title":"Zero Sequence Impedance R % on (100 MVA Base)",
              • "description":"Zero sequence resistance of the circuit, per unit on a 100MVA base."
              }
              ,
            • "zero_sequence_impedance_x_on_100_mva_base":
              {
              • "type":"number",
              • "title":"Zero Sequence Impedance X (% on 100 MVA Base)",
              • "description":"Zero sequence reactance of the circuit, per unit on a 100MVA base."
              }
              ,
            • "winter_rating_mva":
              {
              • "type":"number",
              • "title":"Winter Rating (MVA)",
              • "description":"Minimum rated section in the circuit (i.e. limiting series element) using winter ratings."
              }
              ,
            • "spring_autumn_rating_mva":
              {
              • "type":"number",
              • "title":"Spring/Autumn Rating (MVA)",
              • "description":"Minimum rated section in the circuit (i.e. limiting series element) using spring/autumn ratings."
              }
              ,
            • "summer_rating_mva":
              {
              • "type":"number",
              • "title":"Summer Rating (MVA)",
              • "description":"Minimum rated section in the circuit (i.e. limiting series element) using summer ratings."
              }
              ,
            • "circuit_length_km":
              {
              • "type":"number",
              • "title":"Circuit Length (km)",
              • "description":"Length of circuit in kilometres."
              }
            }
          }
        }
      }
    }
}

Reuses

Click to expand Click to collapse

Submit a reuse

Click to expand Click to collapse

Your last name will be publicly displayed with your reuse

Your first name will be publicly displayed with your reuse

Your email will not be published publicly and will only be used by the administrators to contact you.

Short description of your work (max. 50 characters)

A longer description of what you achieved using this dataset (max. 1000 characters)

An URL where your work can be accessed publicly

 or 

(optional) An URL or an image which illustrates your work

false

Similar datasets