Curtailment Events Site Specific

Dataset schema

Click to expand Click to collapse
Customer Unique Identifier
Unique customer ID for anonymised reporting.

No description available for this field.

Name (identifier)
customer_unique_identifier
Type
text
Sample
                       
Event ID
Event ID.

No description available for this field.

Name (identifier)
event_id
Type
text
Sample
                       
Site
Northern Powergrid operational site.

No description available for this field.

Name (identifier)
scheme_name
Type
text
Sample
                       
Start time UTC
Event start time (UTC).

No description available for this field.

Name (identifier)
start_time_utc
Type
decimal
Sample
                       
Start time Local
Event start time (local).

No description available for this field.

Name (identifier)
start_time_local
Type
datetime
Sample
                       
End time UTC
Event end time (UTC).

No description available for this field.

Name (identifier)
end_time_utc
Type
decimal
Sample
                       
End time Local
Event end time (local).

No description available for this field.

Name (identifier)
end_time_local
Type
datetime
Sample
                       
Duration (hours)
Length of event (hours).

No description available for this field.

Name (identifier)
duration_hours
Type
decimal
Sample
                       
Outage related curtailment-Total energy reduction (MWh)
Total energy reduction (MWh) during event.

No description available for this field.

Name (identifier)
outage_related_curtailment_total_energy_reduction_mwh
Type
decimal
Unit
MWh
Sample
                       
Average access reduction (MW)
Average event reduction (MW).

No description available for this field.

Name (identifier)
average_access_reduction_mw
Type
decimal
Unit
MW
Sample
                       
Reason For curtailment
Reason for curtailment event.

No description available for this field.

Name (identifier)
reason_for_curtailment
Type
text
Sample
                       

JSON Schema

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

{
  • "title":"curtailment-events-site-specific@northernpowergrid",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/curtailment-events-site-specific@northernpowergrid"
      }
    ]
    ,
  • "definitions":
    {
    • "curtailment-events-site-specific@northernpowergrid":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/curtailment-events-site-specific@northernpowergrid_records"
            }
          }
        }
      }
      ,
    • "curtailment-events-site-specific@northernpowergrid_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "customer_unique_identifier":
              {
              • "type":"string",
              • "title":"Customer Unique Identifier",
              • "description":"Unique customer ID for anonymised reporting."
              }
              ,
            • "event_id":
              {
              • "type":"string",
              • "title":"Event ID",
              • "description":"Event ID."
              }
              ,
            • "scheme_name":
              {
              • "type":"string",
              • "title":"Site",
              • "description":"Northern Powergrid operational site."
              }
              ,
            • "start_time_utc":
              {
              • "type":"number",
              • "title":"Start time UTC",
              • "description":"Event start time (UTC)."
              }
              ,
            • "start_time_local":
              {
              • "type":"string",
              • "format":"date-time",
              • "title":"Start time Local",
              • "description":"Event start time (local)."
              }
              ,
            • "end_time_utc":
              {
              • "type":"number",
              • "title":"End time UTC",
              • "description":"Event end time (UTC)."
              }
              ,
            • "end_time_local":
              {
              • "type":"string",
              • "format":"date-time",
              • "title":"End time Local",
              • "description":"Event end time (local)."
              }
              ,
            • "duration_hours":
              {
              • "type":"number",
              • "title":"Duration (hours)",
              • "description":"Length of event (hours)."
              }
              ,
            • "outage_related_curtailment_total_energy_reduction_mwh":
              {
              • "type":"number",
              • "title":"Outage related curtailment-Total energy reduction (MWh)",
              • "description":"Total energy reduction (MWh) during event.",
              • "unit":"MWh"
              }
              ,
            • "average_access_reduction_mw":
              {
              • "type":"number",
              • "title":"Average access reduction (MW)",
              • "description":"Average event reduction (MW).",
              • "unit":"MW"
              }
              ,
            • "reason_for_curtailment":
              {
              • "type":"string",
              • "title":"Reason For curtailment",
              • "description":"Reason for curtailment event."
              }
            }
          }
        }
      }
    }
}

Similar datasets