Distribution Network Live Outages

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Fault ID
 A unique identifier assigned to each fault incident.

No description available for this field.

Name (identifier)
fault_id
Type
text
Sample
                       
DNO Licence
 The license number of the Distribution Network Operator responsible for the network area where the fault occurred.

No description available for this field.

Name (identifier)
licence_area
Type
text
Sample
                       
Region
 The geographical area or region where the outage incident took place.

No description available for this field.

Name (identifier)
region
Type
text
Sample
                       
Incident Status
 The current status of the outage incident (e.g., ongoing, resolved).

No description available for this field.

Name (identifier)
status
Type
text
Sample
                       
Planned
 Indicates whether the outage was planned (yes/no).

No description available for this field.

Name (identifier)
planned
Type
boolean
Sample
                       
Planned Outage Start
 The scheduled start date and time for planned outages.

No description available for this field.

Name (identifier)
planned_outage_start_date
Type
datetime
Sample
                       
Fault Reported Date
 The date and time when the fault was reported.

No description available for this field.

Name (identifier)
date_of_reported_fault
Type
datetime
Sample
                       
Estimated Time of Restoration
 The estimated date and time by which the service is expected to be restored.

No description available for this field.

Name (identifier)
etr
Type
datetime
Sample
                       
Voltage
 The voltage level of the network affected by the outage (e.g., LV, HV).

No description available for this field.

Name (identifier)
voltage
Type
text
Sample
                       
Postcode Sector
 The postal code of the location affected by the outage.

No description available for this field.

Name (identifier)
postcode_sector
Type
text
Sample
                       

JSON Schema

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

{
  • "title":"distribution-network-live-outages",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/distribution-network-live-outages"
      }
    ]
    ,
  • "definitions":
    {
    • "distribution-network-live-outages":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/distribution-network-live-outages_records"
            }
          }
        }
      }
      ,
    • "distribution-network-live-outages_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "fault_id":
              {
              • "type":"string",
              • "title":"Fault ID",
              • "description":" A unique identifier assigned to each fault incident."
              }
              ,
            • "licence_area":
              {
              • "type":"string",
              • "title":"DNO Licence",
              • "description":" The license number of the Distribution Network Operator responsible for the network area where the fault occurred."
              }
              ,
            • "region":
              {
              • "type":"string",
              • "title":"Region",
              • "description":" The geographical area or region where the outage incident took place."
              }
              ,
            • "status":
              {
              • "type":"string",
              • "title":"Incident Status",
              • "description":" The current status of the outage incident (e.g., ongoing, resolved)."
              }
              ,
            • "planned":
              {
              • "type":"string",
              • "title":"Planned",
              • "description":" Indicates whether the outage was planned (yes/no)."
              }
              ,
            • "planned_outage_start_date":
              {
              • "type":"string",
              • "format":"date-time",
              • "title":"Planned Outage Start",
              • "description":" The scheduled start date and time for planned outages."
              }
              ,
            • "date_of_reported_fault":
              {
              • "type":"string",
              • "format":"date-time",
              • "title":"Fault Reported Date",
              • "description":" The date and time when the fault was reported."
              }
              ,
            • "etr":
              {
              • "type":"string",
              • "format":"date-time",
              • "title":"Estimated Time of Restoration",
              • "description":" The estimated date and time by which the service is expected to be restored."
              }
              ,
            • "voltage":
              {
              • "type":"string",
              • "title":"Voltage",
              • "description":" The voltage level of the network affected by the outage (e.g., LV, HV)."
              }
              ,
            • "postcode_sector":
              {
              • "type":"string",
              • "title":"Postcode Sector",
              • "description":" The postal code of the location affected by the outage."
              }
            }
          }
        }
      }
    }
}

Similar datasets