DFES Primary Data

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
GROUP
               

No description available for this field.

Name (identifier)
group
Type
text
Sample
                       
GROUP NUMBER
               

No description available for this field.

Name (identifier)
group_number
Type
text
Sample
                       
X
               

No description available for this field.

Name (identifier)
x
Type
text
Sample
                       
Y
               

No description available for this field.

Name (identifier)
y
Type
text
Sample
                       
YEAR
               

No description available for this field.

Name (identifier)
year
Type
text
Sample
                       
SCENARIO
               

No description available for this field.

Name (identifier)
scenario
Type
text
Sample
                       
PRIMARY SUBSTATION - MAXIMUM DEMAND (MVA)
               

No description available for this field.

Name (identifier)
primary_substation_maximum_demand_mva
Type
decimal
Sample
                       
PRIMARY SUBSTATION - DOMESTIC HEAT PUMPS (UNITS)
               

No description available for this field.

Name (identifier)
primary_substation_domestic_heat_pumps_units
Type
decimal
Sample
                       
PRIMARY SUBSTATION - NON-DOMESTIC HEAT PUMPS (UNITS)
               

No description available for this field.

Name (identifier)
primary_substation_non_domestic_heat_pumps_units
Type
decimal
Sample
                       
PRIMARY SUBSTATION - ELECTRIC VEHICLES - CARS & VANS (UNITS)
               

No description available for this field.

Name (identifier)
primary_substation_electric_vehicles_cars_vans_units
Type
decimal
Sample
                       
PRIMARY SUBSTATION - MINIMUM DEMAND (MVA)
               

No description available for this field.

Name (identifier)
primary_substation_minimum_demand_mva
Type
decimal
Sample
                       
PRIMARY SUBSTATION - INSTALLED BATTERY STORAGE CAPACITY (MW)
               

No description available for this field.

Name (identifier)
primary_substation_installed_battery_storage_capacity_mw
Type
decimal
Sample
                       
PRIMARY SUBSTATION - TOTAL INSTALLED DISTRIBUTED GENERATION CAPACITY (MW)
               

No description available for this field.

Name (identifier)
primary_substation_total_installed_distributed_generation_capacity_mw
Type
decimal
Sample
                       
PRIMARY SUBSTATION - TOTAL ENERGY DEMAND CONSUMPTION (MWh)
               

No description available for this field.

Name (identifier)
primary_substation_total_energy_demand_consumption_mwh
Type
decimal
Sample
                       
PRIMARY SUBSTATION - MAXIMUM FLEXIBILITY SERVICE REQUIREMENTS (MW)
               

No description available for this field.

Name (identifier)
primary_substation_maximum_flexibility_service_requirements_mw
Type
decimal
Sample
                       
PRIMARY SUBSTATION - FLEXIBILITY SERVICE REQUIREMENTS (MWh)
               

No description available for this field.

Name (identifier)
primary_substation_flexibility_service_requirements_mwh
Type
decimal
Sample
                       
PRIMARY SUBSTATION - DOMESTIC DISTRICT HEATING ENERGY CONUMPTION (MWh)
               

No description available for this field.

Name (identifier)
primary_substation_domestic_district_heating_energy_conumption_mwh
Type
decimal
Sample
                       
PRIMARY SUBSTATION - NON-DOMESTIC DISTRICT HEATING ENERGY CONUMPTION (MWh)
               

No description available for this field.

Name (identifier)
primary_substation_non_domestic_district_heating_energy_conumption_mwh
Type
decimal
Sample
                       
geopoint
               

No description available for this field.

Name (identifier)
geopoint
Type
geo point
Sample
                       

JSON Schema

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

{
  • "title":"dfes-2023-primary-data0",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/dfes-2023-primary-data0"
      }
    ]
    ,
  • "definitions":
    {
    • "dfes-2023-primary-data0":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/dfes-2023-primary-data0_records"
            }
          }
        }
      }
      ,
    • "geoJSON":
      {
      • "title":"Geo JSON object",
      • "description":"Schema for a Geo JSON object",
      • "type":"object",
      • "required":
        [
        • "type"
        ]
        ,
      • "properties":
        {
        • "crs":
          {
          • "$ref":"#/definitions/crs"
          }
          ,
        • "bbox":
          {
          • "$ref":"#/definitions/bbox"
          }
        }
        ,
      • "oneOf":
        [
        • {
          • "$ref":"#/definitions/geometry"
          }
          ,
        • {
          • "$ref":"#/definitions/geometryCollection"
          }
          ,
        • {
          • "$ref":"#/definitions/feature"
          }
          ,
        • {
          • "$ref":"#/definitions/featureCollection"
          }
        ]
      }
      ,
    • "bbox":
      {
      • "description":"A bounding box as defined by GeoJSON",
      • "type":"array",
      • "items":
        {
        • "type":"number"
        }
      }
      ,
    • "crs":
      {
      • "title":"crs",
      • "description":"a Coordinate Reference System object",
      • "type":
        [
        • "object",
        • "null"
        ]
        ,
      • "required":
        [
        • "type",
        • "properties"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "type":"string"
          }
          ,
        • "properties":
          {
          • "type":"object"
          }
        }
        ,
      • "additionalProperties":false,
      • "oneOf":
        [
        • {
          • "$ref":"#/definitions/namedCrs"
          }
          ,
        • {
          • "$ref":"#/definitions/linkedCrs"
          }
        ]
      }
      ,
    • "namedCrs":
      {
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "name"
            ]
          }
          ,
        • "properties":
          {
          • "required":
            [
            • "name"
            ]
            ,
          • "additionalProperties":false,
          • "properties":
            {
            • "name":
              {
              • "type":"string"
              }
            }
          }
        }
      }
      ,
    • "linkedObject":
      {
      • "type":"object",
      • "required":
        [
        • "href"
        ]
        ,
      • "properties":
        {
        • "href":
          {
          • "type":"string",
          • "format":"uri"
          }
          ,
        • "type":
          {
          • "type":"string",
          • "description":"Suggested values: proj4, ogjwkt, esriwkt"
          }
        }
      }
      ,
    • "linkedCrs":
      {
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "link"
            ]
          }
          ,
        • "properties":
          {
          • "$ref":"#/definitions/linkedObject"
          }
        }
      }
      ,
    • "geometryCollection":
      {
      • "title":"GeometryCollection",
      • "description":"A collection of geometry objects",
      • "required":
        [
        • "geometries"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "GeometryCollection"
            ]
          }
          ,
        • "geometries":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"http://json-schema.org/geojson/geometry.json#"
            }
          }
        }
      }
      ,
    • "feature":
      {
      • "title":"Feature",
      • "description":"A Geo JSON feature object",
      • "required":
        [
        • "geometry",
        • "properties"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "Feature"
            ]
          }
          ,
        • "geometry":
          {
          • "oneOf":
            [
            • {
              • "type":"null"
              }
              ,
            • {
              • "$ref":"#/definitions/geometry"
              }
            ]
          }
          ,
        • "properties":
          {
          • "type":
            [
            • "object",
            • "null"
            ]
          }
          ,
        • "id":
          {
            }
          }
        }
        ,
      • "featureCollection":
        {
        • "title":"FeatureCollection",
        • "description":"A Geo JSON feature collection",
        • "required":
          [
          • "features"
          ]
          ,
        • "properties":
          {
          • "type":
            {
            • "enum":
              [
              • "FeatureCollection"
              ]
            }
            ,
          • "features":
            {
            • "type":"array",
            • "items":
              {
              • "$ref":"#/definitions/feature"
              }
            }
          }
        }
        ,
      • "geometry":
        {
        • "title":"geometry",
        • "description":"One geometry as defined by GeoJSON",
        • "type":"object",
        • "required":
          [
          • "type",
          • "coordinates"
          ]
          ,
        • "oneOf":
          [
          • {
            • "title":"Point",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "Point"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/position"
                }
              }
            }
            ,
          • {
            • "title":"MultiPoint",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiPoint"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/positionArray"
                }
              }
            }
            ,
          • {
            • "title":"LineString",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "LineString"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/lineString"
                }
              }
            }
            ,
          • {
            • "title":"MultiLineString",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiLineString"
                  ]
                }
                ,
              • "coordinates":
                {
                • "type":"array",
                • "items":
                  {
                  • "$ref":"#/definitions/lineString"
                  }
                }
              }
            }
            ,
          • {
            • "title":"Polygon",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "Polygon"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/polygon"
                }
              }
            }
            ,
          • {
            • "title":"MultiPolygon",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiPolygon"
                  ]
                }
                ,
              • "coordinates":
                {
                • "type":"array",
                • "items":
                  {
                  • "$ref":"#/definitions/polygon"
                  }
                }
              }
            }
          ]
          ,
        • "position":
          {
          • "description":"A single position",
          • "type":"array",
          • "minItems":2,
          • "items":
            [
            • {
              • "type":"number"
              }
              ,
            • {
              • "type":"number"
              }
            ]
            ,
          • "additionalItems":false
          }
          ,
        • "positionArray":
          {
          • "description":"An array of positions",
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/position"
            }
          }
          ,
        • "lineString":
          {
          • "description":"An array of two or more positions",
          • "allOf":
            [
            • {
              • "$ref":"#/definitions/positionArray"
              }
              ,
            • {
              • "minItems":2
              }
            ]
          }
          ,
        • "linearRing":
          {
          • "description":"An array of four positions where the first equals the last",
          • "allOf":
            [
            • {
              • "$ref":"#/definitions/positionArray"
              }
              ,
            • {
              • "minItems":4
              }
            ]
          }
          ,
        • "polygon":
          {
          • "description":"An array of linear rings",
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/linearRing"
            }
          }
        }
        ,
      • "dfes-2023-primary-data0_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "group":
                {
                • "type":"string",
                • "title":"GROUP",
                • "description":""
                }
                ,
              • "group_number":
                {
                • "type":"string",
                • "title":"GROUP NUMBER",
                • "description":""
                }
                ,
              • "x":
                {
                • "type":"string",
                • "title":"X",
                • "description":""
                }
                ,
              • "y":
                {
                • "type":"string",
                • "title":"Y",
                • "description":""
                }
                ,
              • "year":
                {
                • "type":"string",
                • "title":"YEAR",
                • "description":""
                }
                ,
              • "scenario":
                {
                • "type":"string",
                • "title":"SCENARIO",
                • "description":""
                }
                ,
              • "primary_substation_maximum_demand_mva":
                {
                • "type":"number",
                • "title":"PRIMARY SUBSTATION - MAXIMUM DEMAND (MVA)",
                • "description":""
                }
                ,
              • "primary_substation_domestic_heat_pumps_units":
                {
                • "type":"number",
                • "title":"PRIMARY SUBSTATION - DOMESTIC HEAT PUMPS (UNITS)",
                • "description":""
                }
                ,
              • "primary_substation_non_domestic_heat_pumps_units":
                {
                • "type":"number",
                • "title":"PRIMARY SUBSTATION - NON-DOMESTIC HEAT PUMPS (UNITS)",
                • "description":""
                }
                ,
              • "primary_substation_electric_vehicles_cars_vans_units":
                {
                • "type":"number",
                • "title":"PRIMARY SUBSTATION - ELECTRIC VEHICLES - CARS & VANS (UNITS)",
                • "description":""
                }
                ,
              • "primary_substation_minimum_demand_mva":
                {
                • "type":"number",
                • "title":"PRIMARY SUBSTATION - MINIMUM DEMAND (MVA)",
                • "description":""
                }
                ,
              • "primary_substation_installed_battery_storage_capacity_mw":
                {
                • "type":"number",
                • "title":"PRIMARY SUBSTATION - INSTALLED BATTERY STORAGE CAPACITY (MW)",
                • "description":""
                }
                ,
              • "primary_substation_total_installed_distributed_generation_capacity_mw":
                {
                • "type":"number",
                • "title":"PRIMARY SUBSTATION - TOTAL INSTALLED DISTRIBUTED GENERATION CAPACITY (MW) ",
                • "description":""
                }
                ,
              • "primary_substation_total_energy_demand_consumption_mwh":
                {
                • "type":"number",
                • "title":"PRIMARY SUBSTATION - TOTAL ENERGY DEMAND CONSUMPTION (MWh)",
                • "description":""
                }
                ,
              • "primary_substation_maximum_flexibility_service_requirements_mw":
                {
                • "type":"number",
                • "title":"PRIMARY SUBSTATION - MAXIMUM FLEXIBILITY SERVICE REQUIREMENTS (MW)",
                • "description":""
                }
                ,
              • "primary_substation_flexibility_service_requirements_mwh":
                {
                • "type":"number",
                • "title":"PRIMARY SUBSTATION - FLEXIBILITY SERVICE REQUIREMENTS (MWh)",
                • "description":""
                }
                ,
              • "primary_substation_domestic_district_heating_energy_conumption_mwh":
                {
                • "type":"number",
                • "title":"PRIMARY SUBSTATION - DOMESTIC DISTRICT HEATING ENERGY CONUMPTION (MWh)",
                • "description":""
                }
                ,
              • "primary_substation_non_domestic_district_heating_energy_conumption_mwh":
                {
                • "type":"number",
                • "title":"PRIMARY SUBSTATION - NON-DOMESTIC DISTRICT HEATING ENERGY CONUMPTION (MWh)",
                • "description":""
                }
                ,
              • "geopoint":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"geopoint",
                • "description":""
                }
              }
            }
          }
        }
      }
    }

    Similar datasets