30 Day Carbon Intensity by GSP

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Site
Northern Powergrid operational site.

No description available for this field.

Name (identifier)
site
Type
text
Sample
                       
Timestamp
Timestamp for record, covering the previous half hour (ie 9:30 covers the timeslot 9:00-9:30).

No description available for this field.

Name (identifier)
timestamp
Type
datetime
Sample
                       
Site Power Flow
The power flow totalled from each transformer on the site.

No description available for this field.

Name (identifier)
tx
Type
decimal
Unit
kW
Sample
                       
Resultant Carbon Intensity
The carbon intensity of generation connected to this operational site.

No description available for this field.

Name (identifier)
resultant_gco2_kwh
Type
decimal
Unit
gCo2/KWh
Sample
                       
NESO Carbon Intensity
The carbon intensity provided by NESO for this sites location.

No description available for this field.

Name (identifier)
neco2intensity
Type
integer
Unit
gCo2/KWh
Sample
                       

JSON Schema

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

{
  • "title":"30_day_gsp_carbon_intensity",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/30_day_gsp_carbon_intensity"
      }
    ]
    ,
  • "definitions":
    {
    • "30_day_gsp_carbon_intensity":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/30_day_gsp_carbon_intensity_records"
            }
          }
        }
      }
      ,
    • "30_day_gsp_carbon_intensity_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "site":
              {
              • "type":"string",
              • "title":"Site",
              • "description":"Northern Powergrid operational site."
              }
              ,
            • "timestamp":
              {
              • "type":"string",
              • "format":"date-time",
              • "title":"Timestamp",
              • "description":"Timestamp for record, covering the previous half hour (ie 9:30 covers the timeslot 9:00-9:30)."
              }
              ,
            • "tx":
              {
              • "type":"number",
              • "title":"Site Power Flow",
              • "description":"The power flow totalled from each transformer on the site.",
              • "unit":"kW"
              }
              ,
            • "resultant_gco2_kwh":
              {
              • "type":"number",
              • "title":"Resultant Carbon Intensity",
              • "description":"The carbon intensity of generation connected to this operational site.",
              • "unit":"gCo2/KWh"
              }
              ,
            • "neco2intensity":
              {
              • "type":"integer",
              • "title":"NESO Carbon Intensity",
              • "description":"The carbon intensity provided by NESO for this sites location.",
              • "unit":"gCo2/KWh"
              }
            }
          }
        }
      }
    }
}

Similar datasets