World Solar Photovoltaic Installations

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Country
               

No description available for this field.

Name (identifier)
country
Type
text
Sample
                       
Year
               

No description available for this field.

Name (identifier)
year
Type
date
Sample
                       
Annual Installations (MW)
               

No description available for this field.

Name (identifier)
annual_installations_mw
Type
decimal
Sample
                       
Cumulative Installations (MW)
               

No description available for this field.

Name (identifier)
cumulative_installations_mw
Type
decimal
Sample
                       

JSON Schema

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

{
  • "title":"world-solar-pv-installations-1992-2014",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/world-solar-pv-installations-1992-2014"
      }
    ]
    ,
  • "definitions":
    {
    • "world-solar-pv-installations-1992-2014":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/world-solar-pv-installations-1992-2014_records"
            }
          }
        }
      }
      ,
    • "world-solar-pv-installations-1992-2014_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "country":
              {
              • "type":"string",
              • "title":"Country",
              • "description":""
              }
              ,
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "annual_installations_mw":
              {
              • "type":"number",
              • "title":"Annual Installations (MW)",
              • "description":""
              }
              ,
            • "cumulative_installations_mw":
              {
              • "type":"number",
              • "title":"Cumulative Installations (MW)",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets