World Solar Photovoltaic Regional Costs
Dataset schema
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"
}
}
} - "records":
} - "properties":
- "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":""
}
} - "region":
}
} - "fields":
} - "properties":
} - "solor-pv-dataset":