Wind & Solar Energy Data

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
WindCOA
               

No description available for this field.

Name (identifier)
windcoa
Type
decimal
Sample
                       
WindEOA
               

No description available for this field.

Name (identifier)
windeoa
Type
decimal
Sample
                       
WindSOA
               

No description available for this field.

Name (identifier)
windsoa
Type
decimal
Sample
                       
WindWOA
               

No description available for this field.

Name (identifier)
windwoa
Type
decimal
Sample
                       
SolarCOA
               

No description available for this field.

Name (identifier)
solarcoa
Type
decimal
Sample
                       
SolarEOA
               

No description available for this field.

Name (identifier)
solareoa
Type
decimal
Sample
                       
SolarSOA
               

No description available for this field.

Name (identifier)
solarsoa
Type
decimal
Sample
                       
SolarWOA
               

No description available for this field.

Name (identifier)
solarwoa
Type
decimal
Sample
                       
Unit of Measure
               

No description available for this field.

Name (identifier)
unit_of_measure
Type
text
Sample
                       

JSON Schema

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

{
  • "title":"wind-solar-energy-data",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/wind-solar-energy-data"
      }
    ]
    ,
  • "definitions":
    {
    • "wind-solar-energy-data":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/wind-solar-energy-data_records"
            }
          }
        }
      }
      ,
    • "wind-solar-energy-data_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "windcoa":
              {
              • "type":"number",
              • "title":"WindCOA",
              • "description":""
              }
              ,
            • "windeoa":
              {
              • "type":"number",
              • "title":"WindEOA",
              • "description":""
              }
              ,
            • "windsoa":
              {
              • "type":"number",
              • "title":"WindSOA",
              • "description":""
              }
              ,
            • "windwoa":
              {
              • "type":"number",
              • "title":"WindWOA",
              • "description":""
              }
              ,
            • "solarcoa":
              {
              • "type":"number",
              • "title":"SolarCOA",
              • "description":""
              }
              ,
            • "solareoa":
              {
              • "type":"number",
              • "title":"SolarEOA",
              • "description":""
              }
              ,
            • "solarsoa":
              {
              • "type":"number",
              • "title":"SolarSOA",
              • "description":""
              }
              ,
            • "solarwoa":
              {
              • "type":"number",
              • "title":"SolarWOA",
              • "description":""
              }
              ,
            • "unit_of_measure":
              {
              • "type":"string",
              • "title":"Unit of Measure",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets