Concentrated Solar Power

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Region
               

No description available for this field.

Name (identifier)
region
Type
text
Sample
                       
Station Name
               

No description available for this field.

Name (identifier)
station_name
Type
text
Sample
                       
2013
               

No description available for this field.

Name (identifier)
2013
Type
decimal
Sample
                       
2014
               

No description available for this field.

Name (identifier)
2014
Type
decimal
Sample
                       
2015
               

No description available for this field.

Name (identifier)
2015
Type
decimal
Sample
                       
2016
               

No description available for this field.

Name (identifier)
2016
Type
decimal
Sample
                       
2017
               

No description available for this field.

Name (identifier)
2017
Type
decimal
Sample
                       
2018
               

No description available for this field.

Name (identifier)
2018
Type
decimal
Sample
                       
2019
               

No description available for this field.

Name (identifier)
2019
Type
decimal
Sample
                       
2020
               

No description available for this field.

Name (identifier)
2020
Type
decimal
Sample
                       

JSON Schema

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

{
  • "title":"solar",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/solar"
      }
    ]
    ,
  • "definitions":
    {
    • "solar":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/solar_records"
            }
          }
        }
      }
      ,
    • "solar_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "2013":
              {
              • "type":"number",
              • "title":"2013",
              • "description":""
              }
              ,
            • "2014":
              {
              • "type":"number",
              • "title":"2014",
              • "description":""
              }
              ,
            • "2015":
              {
              • "type":"number",
              • "title":"2015",
              • "description":""
              }
              ,
            • "2016":
              {
              • "type":"number",
              • "title":"2016",
              • "description":""
              }
              ,
            • "2017":
              {
              • "type":"number",
              • "title":"2017",
              • "description":""
              }
              ,
            • "2018":
              {
              • "type":"number",
              • "title":"2018",
              • "description":""
              }
              ,
            • "2019":
              {
              • "type":"number",
              • "title":"2019",
              • "description":""
              }
              ,
            • "2020":
              {
              • "type":"number",
              • "title":"2020",
              • "description":""
              }
              ,
            • "region":
              {
              • "type":"string",
              • "title":"Region",
              • "description":""
              }
              ,
            • "station_name":
              {
              • "type":"string",
              • "title":"Station Name",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets