Data Centre Demand Profiles

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Anonymised Name
The anonymised name attributed to an operational data centre site identified in UK Power Networks' licence area.

No description available for this field.

Name (identifier)
anonymised_name
Type
text
Sample
                       
Data Centre Type (Derived)
UK Power Networks' view on whether the data centre is an "Enterprise" data centre (i.e. company-owned and operated), or a "Co-Located" data centre (i.e. one company owns the data centre, but other customers operate IT load in the premises as tenants).

No description available for this field.

Name (identifier)
data_centre_type_derived
Type
text
Sample
                       
Cleansed Voltage Level
The voltage level of the meter points attributed to a data centre site. The terms "extra high voltage", "high voltage", and "low voltage" are defined in the UKPN Open Data Portal Glossary.

No description available for this field.

Name (identifier)
cleansed_voltage_level
Type
text
Sample
                       
Datetime (Local)
The local time and date in Great Britain. This is Greenwich Mean Time (GMT) for the winter months, and British Summer Time (BST) for the summer months. More information on clock changes in the UK can be found on the UK Government's website: https://www.gov.uk/when-do-the-clocks-change

No description available for this field.

Name (identifier)
datetime_local
Type
datetime
Sample
                       
Overall Data Centre Half Hourly Utilisation
The sum of the observed active power demands across all meter points attributed to a data centre site, divided by the sum of the maximum import capacities for all meter points attributed to a same data centre site (rounded)

No description available for this field.

Name (identifier)
rounded_data_centre_half_hourly_utilisation
Type
decimal
Unit
%
Sample
                       

JSON Schema

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

{
  • "title":"ukpn-data-centre-demand-profiles",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/ukpn-data-centre-demand-profiles"
      }
    ]
    ,
  • "definitions":
    {
    • "ukpn-data-centre-demand-profiles":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/ukpn-data-centre-demand-profiles_records"
            }
          }
        }
      }
      ,
    • "ukpn-data-centre-demand-profiles_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "anonymised_name":
              {
              • "type":"string",
              • "title":"Anonymised Name",
              • "description":"The anonymised name attributed to an operational data centre site identified in UK Power Networks' licence area."
              }
              ,
            • "data_centre_type_derived":
              {
              • "type":"string",
              • "title":"Data Centre Type (Derived)",
              • "description":"UK Power Networks' view on whether the data centre is an "Enterprise" data centre (i.e. company-owned and operated), or a "Co-Located" data centre (i.e. one company owns the data centre, but other customers operate IT load in the premises as tenants)."
              }
              ,
            • "cleansed_voltage_level":
              {
              • "type":"string",
              • "title":"Cleansed Voltage Level",
              • "description":"The voltage level of the meter points attributed to a data centre site. The terms "extra high voltage", "high voltage", and "low voltage" are defined in the UKPN Open Data Portal Glossary."
              }
              ,
            • "datetime_local":
              {
              • "type":"string",
              • "format":"date-time",
              • "title":"Datetime (Local)",
              • "description":"The local time and date in Great Britain. This is Greenwich Mean Time (GMT) for the winter months, and British Summer Time (BST) for the summer months. More information on clock changes in the UK can be found on the UK Government's website: https://www.gov.uk/when-do-the-clocks-change"
              }
              ,
            • "rounded_data_centre_half_hourly_utilisation":
              {
              • "type":"number",
              • "title":"Overall Data Centre Half Hourly Utilisation",
              • "description":"The sum of the observed active power demands across all meter points attributed to a data centre site, divided by the sum of the maximum import capacities for all meter points attributed to a same data centre site (rounded)",
              • "unit":"%"
              }
            }
          }
        }
      }
    }
}

Similar datasets