records

records

Active filters Clear all

No active filters

Filters

Temperature change on land

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Area
               

No description available for this field.

Name (identifier)
area
Type
text
Sample
                       
Element
               

No description available for this field.

Name (identifier)
element
Type
text
Sample
                       
Months
               

No description available for this field.

Name (identifier)
months
Type
text
Sample
                       
Year
               

No description available for this field.

Name (identifier)
year
Type
date
Sample
                       
Unit
               

No description available for this field.

Name (identifier)
unit
Type
text
Sample
                       
Value
               

No description available for this field.

Name (identifier)
value
Type
decimal
Sample
                       
Flag
               

No description available for this field.

Name (identifier)
flag
Type
text
Sample
                       
Flag Description
               

No description available for this field.

Name (identifier)
flag_description
Type
text
Sample
                       

JSON Schema

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

{
  • "title":"temperature-change-on-land",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/temperature-change-on-land"
      }
    ]
    ,
  • "definitions":
    {
    • "temperature-change-on-land":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/temperature-change-on-land_records"
            }
          }
        }
      }
      ,
    • "temperature-change-on-land_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "area":
              {
              • "type":"string",
              • "title":"Area",
              • "description":""
              }
              ,
            • "element":
              {
              • "type":"string",
              • "title":"Element",
              • "description":""
              }
              ,
            • "months":
              {
              • "type":"string",
              • "title":"Months",
              • "description":""
              }
              ,
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "unit":
              {
              • "type":"string",
              • "title":"Unit",
              • "description":""
              }
              ,
            • "value":
              {
              • "type":"number",
              • "title":"Value",
              • "description":""
              }
              ,
            • "flag":
              {
              • "type":"string",
              • "title":"Flag",
              • "description":""
              }
              ,
            • "flag_description":
              {
              • "type":"string",
              • "title":"Flag Description",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets