World Solar Photovoltaic Regional Costs

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Region
Commercial

No description available for this field.

Name (identifier)
region
Type
text
Sample
                       
Country
               

No description available for this field.

Name (identifier)
country
Type
text
Sample
                       
Scale
               

No description available for this field.

Name (identifier)
scale
Type
text
Sample
                       
Year
               

No description available for this field.

Name (identifier)
year
Type
date
Sample
                       
LCOE - Levelized Cost of Electricity
               

No description available for this field.

Name (identifier)
lcoe
Type
decimal
Sample
                       
Capex $/W
               

No description available for this field.

Name (identifier)
capex
Type
decimal
Unit
$
Sample
                       
Source
               

No description available for this field.

Name (identifier)
source
Type
text
Sample
                       
Source Link
               

No description available for this field.

Name (identifier)
source_link
Type
text
Sample
                       
Source Details
               

No description available for this field.

Name (identifier)
source_details
Type
text
Sample
                       
Financial
               

No description available for this field.

Name (identifier)
financial
Type
text
Sample
                       
Annual Panel Degradation
Percentage

No description available for this field.

Name (identifier)
annual_panel_degradation
Type
text
Unit
%
Sample
                       
Technology
               

No description available for this field.

Name (identifier)
technology
Type
text
Sample
                       
Module Efficiency
Percentage

No description available for this field.

Name (identifier)
module_efficiency
Type
decimal
Sample
                       
Capacity Factor or Solar Condition
Percentage

No description available for this field.

Name (identifier)
capacity_factor_or_solar_condition
Type
text
Sample
                       
Comments
               

No description available for this field.

Name (identifier)
comments
Type
text
Sample
                       

JSON Schema

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

{
  • "title":"solor-pv-dataset",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/solor-pv-dataset"
      }
    ]
    ,
  • "definitions":
    {
    • "solor-pv-dataset":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/solor-pv-dataset_records"
            }
          }
        }
      }
      ,
    • "solor-pv-dataset_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "region":
              {
              • "type":"string",
              • "title":"Region",
              • "description":"Commercial"
              }
              ,
            • "country":
              {
              • "type":"string",
              • "title":"Country",
              • "description":""
              }
              ,
            • "scale":
              {
              • "type":"string",
              • "title":"Scale",
              • "description":""
              }
              ,
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "lcoe":
              {
              • "type":"number",
              • "title":"LCOE - Levelized Cost of Electricity",
              • "description":""
              }
              ,
            • "capex":
              {
              • "type":"number",
              • "title":"Capex $/W",
              • "description":"",
              • "unit":"$"
              }
              ,
            • "source":
              {
              • "type":"string",
              • "title":"Source",
              • "description":""
              }
              ,
            • "source_link":
              {
              • "type":"string",
              • "title":"Source Link",
              • "description":""
              }
              ,
            • "source_details":
              {
              • "type":"string",
              • "title":"Source Details",
              • "description":""
              }
              ,
            • "financial":
              {
              • "type":"string",
              • "title":"Financial",
              • "description":""
              }
              ,
            • "annual_panel_degradation":
              {
              • "type":"string",
              • "title":"Annual Panel Degradation",
              • "description":"Percentage",
              • "unit":"%"
              }
              ,
            • "technology":
              {
              • "type":"string",
              • "title":"Technology",
              • "description":""
              }
              ,
            • "module_efficiency":
              {
              • "type":"number",
              • "title":"Module Efficiency",
              • "description":"Percentage"
              }
              ,
            • "capacity_factor_or_solar_condition":
              {
              • "type":"string",
              • "title":"Capacity Factor or Solar Condition",
              • "description":"Percentage"
              }
              ,
            • "comments":
              {
              • "type":"string",
              • "title":"Comments",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets