Available Capacity & Peak Load By Company

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Year
               

No description available for this field.

Name (identifier)
year
Type
date
Sample
                       
Company
               

No description available for this field.

Name (identifier)
company
Type
text
Sample
                       
Available Capacity(MW)
               

No description available for this field.

Name (identifier)
available_capacity_mw
Type
decimal
Sample
                       
Peak Load(MW)
               

No description available for this field.

Name (identifier)
peak_load_mw
Type
decimal
Sample
                       
Reserve Margin (MW)
               

No description available for this field.

Name (identifier)
reserve_margin_mw
Type
decimal
Sample
                       

JSON Schema

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

{
  • "title":"acities-available-load-peak",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/acities-available-load-peak"
      }
    ]
    ,
  • "definitions":
    {
    • "acities-available-load-peak":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/acities-available-load-peak_records"
            }
          }
        }
      }
      ,
    • "acities-available-load-peak_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "company":
              {
              • "type":"string",
              • "title":"Company",
              • "description":""
              }
              ,
            • "available_capacity_mw":
              {
              • "type":"number",
              • "title":"Available Capacity(MW)",
              • "description":""
              }
              ,
            • "peak_load_mw":
              {
              • "type":"number",
              • "title":"Peak Load(MW)",
              • "description":""
              }
              ,
            • "reserve_margin_mw":
              {
              • "type":"number",
              • "title":"Reserve Margin (MW)",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets