Grid Transformer Power Flow Historic Monthly

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
timestamp
               

No description available for this field.

Name (identifier)
timestamp
Type
date
Sample
                       
license_area
               

No description available for this field.

Name (identifier)
license_area
Type
text
Sample
                       
grid_supply_point
               

No description available for this field.

Name (identifier)
grid_supply_point
Type
text
Sample
                       
ltds_name
               

No description available for this field.

Name (identifier)
ltds_name
Type
text
Sample
                       
tx_description
               

No description available for this field.

Name (identifier)
tx_description
Type
text
Sample
                       
tx_id
               

No description available for this field.

Name (identifier)
tx_id
Type
text
Sample
                       
category
               

No description available for this field.

Name (identifier)
category
Type
text
Sample
                       
hv_ltds_node
               

No description available for this field.

Name (identifier)
hv_ltds_node
Type
text
Sample
                       
lv_ltds_node
               

No description available for this field.

Name (identifier)
lv_ltds_node
Type
text
Sample
                       
redacted
               

No description available for this field.

Name (identifier)
redacted
Type
text
Sample
                       
nominal_voltage
               

No description available for this field.

Name (identifier)
nominal_voltage
Type
integer
Sample
                       
active_power_month_min_mw
               

No description available for this field.

Name (identifier)
active_power_month_min_mw
Type
decimal
Sample
                       
active_power_month_mean_mw
               

No description available for this field.

Name (identifier)
active_power_month_mean_mw
Type
decimal
Sample
                       
active_power_month_max_mw
               

No description available for this field.

Name (identifier)
active_power_month_max_mw
Type
decimal
Sample
                       
active_power_month_p95_mw
               

No description available for this field.

Name (identifier)
active_power_month_p95_mw
Type
decimal
Sample
                       
active_power_month_p90_mw
               

No description available for this field.

Name (identifier)
active_power_month_p90_mw
Type
decimal
Sample
                       
active_power_month_p50_mw
               

No description available for this field.

Name (identifier)
active_power_month_p50_mw
Type
decimal
Sample
                       
active_power_month_p10_mw
               

No description available for this field.

Name (identifier)
active_power_month_p10_mw
Type
decimal
Sample
                       
active_power_month_p05_mw
               

No description available for this field.

Name (identifier)
active_power_month_p05_mw
Type
decimal
Sample
                       
current_month_min_amps
               

No description available for this field.

Name (identifier)
current_month_min_amps
Type
decimal
Sample
                       
current_month_mean_amps
               

No description available for this field.

Name (identifier)
current_month_mean_amps
Type
decimal
Sample
                       
current_month_max_amps
               

No description available for this field.

Name (identifier)
current_month_max_amps
Type
decimal
Sample
                       
current_month_p95_amps
               

No description available for this field.

Name (identifier)
current_month_p95_amps
Type
decimal
Sample
                       
current_month_p90_amps
               

No description available for this field.

Name (identifier)
current_month_p90_amps
Type
decimal
Sample
                       
current_month_p50_amps
               

No description available for this field.

Name (identifier)
current_month_p50_amps
Type
decimal
Sample
                       
current_month_p10_amps
               

No description available for this field.

Name (identifier)
current_month_p10_amps
Type
decimal
Sample
                       
current_month_p05_amps
               

No description available for this field.

Name (identifier)
current_month_p05_amps
Type
decimal
Sample
                       

JSON Schema

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

{
  • "title":"ukpn-grid-transformer-operational-data-monthly",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/ukpn-grid-transformer-operational-data-monthly"
      }
    ]
    ,
  • "definitions":
    {
    • "ukpn-grid-transformer-operational-data-monthly":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/ukpn-grid-transformer-operational-data-monthly_records"
            }
          }
        }
      }
      ,
    • "ukpn-grid-transformer-operational-data-monthly_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "timestamp":
              {
              • "type":"string",
              • "format":"date",
              • "title":"timestamp",
              • "description":""
              }
              ,
            • "license_area":
              {
              • "type":"string",
              • "title":"license_area",
              • "description":""
              }
              ,
            • "grid_supply_point":
              {
              • "type":"string",
              • "title":"grid_supply_point",
              • "description":""
              }
              ,
            • "ltds_name":
              {
              • "type":"string",
              • "title":"ltds_name",
              • "description":""
              }
              ,
            • "tx_description":
              {
              • "type":"string",
              • "title":"tx_description",
              • "description":""
              }
              ,
            • "tx_id":
              {
              • "type":"string",
              • "title":"tx_id",
              • "description":""
              }
              ,
            • "category":
              {
              • "type":"string",
              • "title":"category",
              • "description":""
              }
              ,
            • "hv_ltds_node":
              {
              • "type":"string",
              • "title":"hv_ltds_node",
              • "description":""
              }
              ,
            • "lv_ltds_node":
              {
              • "type":"string",
              • "title":"lv_ltds_node",
              • "description":""
              }
              ,
            • "redacted":
              {
              • "type":"string",
              • "title":"redacted",
              • "description":""
              }
              ,
            • "nominal_voltage":
              {
              • "type":"integer",
              • "title":"nominal_voltage",
              • "description":""
              }
              ,
            • "active_power_month_min_mw":
              {
              • "type":"number",
              • "title":"active_power_month_min_mw",
              • "description":""
              }
              ,
            • "active_power_month_mean_mw":
              {
              • "type":"number",
              • "title":"active_power_month_mean_mw",
              • "description":""
              }
              ,
            • "active_power_month_max_mw":
              {
              • "type":"number",
              • "title":"active_power_month_max_mw",
              • "description":""
              }
              ,
            • "active_power_month_p95_mw":
              {
              • "type":"number",
              • "title":"active_power_month_p95_mw",
              • "description":""
              }
              ,
            • "active_power_month_p90_mw":
              {
              • "type":"number",
              • "title":"active_power_month_p90_mw",
              • "description":""
              }
              ,
            • "active_power_month_p50_mw":
              {
              • "type":"number",
              • "title":"active_power_month_p50_mw",
              • "description":""
              }
              ,
            • "active_power_month_p10_mw":
              {
              • "type":"number",
              • "title":"active_power_month_p10_mw",
              • "description":""
              }
              ,
            • "active_power_month_p05_mw":
              {
              • "type":"number",
              • "title":"active_power_month_p05_mw",
              • "description":""
              }
              ,
            • "current_month_min_amps":
              {
              • "type":"number",
              • "title":"current_month_min_amps",
              • "description":""
              }
              ,
            • "current_month_mean_amps":
              {
              • "type":"number",
              • "title":"current_month_mean_amps",
              • "description":""
              }
              ,
            • "current_month_max_amps":
              {
              • "type":"number",
              • "title":"current_month_max_amps",
              • "description":""
              }
              ,
            • "current_month_p95_amps":
              {
              • "type":"number",
              • "title":"current_month_p95_amps",
              • "description":""
              }
              ,
            • "current_month_p90_amps":
              {
              • "type":"number",
              • "title":"current_month_p90_amps",
              • "description":""
              }
              ,
            • "current_month_p50_amps":
              {
              • "type":"number",
              • "title":"current_month_p50_amps",
              • "description":""
              }
              ,
            • "current_month_p10_amps":
              {
              • "type":"number",
              • "title":"current_month_p10_amps",
              • "description":""
              }
              ,
            • "current_month_p05_amps":
              {
              • "type":"number",
              • "title":"current_month_p05_amps",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets