Data Centre Demand Profiles
Dataset schema
Click to expand Click to collapse
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"
}
}
} - "records":
} - "properties":
- "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":"%"
}
} - "anonymised_name":
}
} - "fields":
} - "properties":
} - "ukpn-data-centre-demand-profiles":
}