30 Day Carbon Intensity by GSP
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":"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"
}
}
} - "records":
} - "properties":
- "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"
}
} - "site":
}
} - "fields":
} - "properties":
} - "30_day_gsp_carbon_intensity":
}