Single Digital View GSP Overview
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":"gsp-overview",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/gsp-overview"
}
] - "definitions":{
- "gsp-overview":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/gsp-overview_records"
}
}
} - "records":
} - "properties":
- "gsp-overview_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "gsp":,{
- "type":"string",
- "title":"GSP",
- "description":"Electricity routed from the transmission system into a distribution substation via a GSP."
} - "license":,{
- "type":"string",
- "title":"License",
- "description":"SPD: Licenced Distribution Network Operator (DNO) for Central Belt and South of Scotland up to and including the 33kV network. SPM: Licenced Distribution Network Operator (DNO) for North Wales, Merseyside, Cheshire and North Shropshire up to and including the 132kV network."
} - "generation_connected_mw":,{
- "type":"string",
- "title":"Generation Connected (MW)",
- "description":"Total capacity of existing generation connections made on the GSP."
} - "developer_capacity_available_mw":,{
- "type":"string",
- "title":"Developer Capacity Available (MW)",
- "description":"Amount of power that the customer scheme can export (generate) that is currently accessible."
} - "td_boundary_capacity_notes":,{
- "type":"string",
- "title":"TD Boundary Capacity Notes",
- "description":"A brief note of any schemes in place to allow customers to connect ahead of any transmission constraints. This includes Active Network Management (ANM), Technical Limits, Load Management Schemes (LMS) and Generation Export Management Scheme (GEMS). "
} - "transmission_reinforcement_expected_completion_date":,{
- "type":"string",
- "title":"Transmission Reinforcement Expected Completion Date",
- "description":"Approximate estimate of when our reinforcement overhead and underground networks are replaced with increased capacity to facilitate ongoing demand. "
} - "gsp_technical_export_limit_mw":,{
- "type":"string",
- "title":"GSP Technical Export Limit (MW)",
- "description":"Calculated based on the gross GSP minimum demand (not including contribution from embedded power stations). A single export technical limit is provided here to cover the entire year for the GSP."
} - "gsp_technical_import_limit_winter_mw":,{
- "type":"string",
- "title":"GSP Technical Import Limit Winter (MW)",
- "description":"Calculated based on the gross GSP demand data for the GSP minimum demand during Winter. For the purposes of Technical Limits this is between 1st December and 28th February (inclusive)."
} - "gsp_technical_import_limit_summer_solar_max_mw":,{
- "type":"string",
- "title":"GSP Technical Import Limit Summer (Solar Max) (MW)",
- "description":"Calculated based on the gross minimum GSP demand in Summer. This cardinal point should represent a time within the cardinal point where solar PV output is at a maximum output. For the purposes of Technical Limits this is between 1st June and 31st August (inclusive)."
} - "gsp_technical_import_limit_summer_solar_min_mw":,{
- "type":"string",
- "title":"GSP Technical Import Limit Summer (Solar Min) (MW)",
- "description":"Calculated based on the gross minimum GSP demand in Summer. This cardinal point should represent a time within the cardinal point where solar PV output is at a lower output. For the purposes of Technical Limits this is between 1st June and 31st August (inclusive)."
} - "generator_type":,{
- "type":"string",
- "title":"Generator Type",
- "description":"Generation source(s) / technology type(s) in the customer scheme."
} - "export_capacity_mw":,{
- "type":"number",
- "title":"Export Capacity MW",
- "description":"Agreed maximum amount of power that the customer scheme can export (generate)."
} - "unique_id":{
- "type":"number",
- "title":"Unique ID",
- "description":""
}
} - "gsp":
}
} - "fields":
} - "properties":
} - "gsp-overview":
}