Transmission Generation Heat Map
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":"transmission-generation-heat-map0",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/transmission-generation-heat-map0"
}
] - "definitions":{
- "transmission-generation-heat-map0":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/transmission-generation-heat-map0_records"
}
}
} - "records":
} - "properties":
- "transmission-generation-heat-map0_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "projectid":,{
- "type":"string",
- "title":"ProjectID",
- "description":"A Unique project identification code used to identify a project and its different connection phases."
} - "projectname":,{
- "type":"string",
- "title":"ProjectName",
- "description":"The Project's name. This may be duplicated where a project has multiple connection phases."
} - "connectionsite":,{
- "type":"string",
- "title":"ConnectionSite",
- "description":"The connection point of a project. This may be an existing or planned substation."
} - "mwconnected":,{
- "type":"number",
- "title":"MWConnected",
- "description":"The total Megawatts connected for the project."
} - "mw_increasedecrease":,{
- "type":"number",
- "title":"MW_IncreaseDecrease",
- "description":"The planned Megawatt total that is contracted to connect in future for a given project or phase of a project."
} - "cumulativetotalcapacity_mw":,{
- "type":"number",
- "title":"CumulativeTotalCapacity_MW",
- "description":"The total of connected and contracted Megawatt capacity for a given project, including the previous connection phases."
} - "mweffectivefrom":,{
- "type":"string",
- "format":"date",
- "title":"MWEffectiveFrom",
- "description":"The date the project is expected to connect and contribute its generation/ load to the network."
} - "projectstatus":,{
- "type":"string",
- "title":"ProjectStatus",
- "description":"The contract stage of the project. This ranges from early planning stages such as scoping and awaiting consents to the project being built and fully connected to the network."
} - "planttype":,{
- "type":"string",
- "title":"PlantType",
- "description":"The type(s) of generators or loads that are present in this project."
} - "coordinates":,{
- "type":"string",
- "title":"Coordinates",
- "description":"Location of the project using British National Grid coordinates."
} - "x":,{
- "type":"integer",
- "title":"X",
- "description":"The X coordinate."
} - "y":{
- "type":"integer",
- "title":"Y",
- "description":"The Y coordinate."
}
} - "projectid":
}
} - "fields":
} - "properties":
} - "transmission-generation-heat-map0":
}