Minimum Temperature Observed By PME MET Stations

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Year
               

No description available for this field.

Name (identifier)
year
Type
date
Sample
                       
Month
               

No description available for this field.

Name (identifier)
month
Type
text
Sample
                       
Region
               

No description available for this field.

Name (identifier)
region
Type
text
Sample
                       
Minimum Temperature (°C)
               

No description available for this field.

Name (identifier)
minimum_temperature
Type
decimal
Sample
                       

JSON Schema

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

{
  • "title":"minimum-temperature-observed-by-pme-met-stations-2009-degree-centigradexls",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/minimum-temperature-observed-by-pme-met-stations-2009-degree-centigradexls"
      }
    ]
    ,
  • "definitions":
    {
    • "minimum-temperature-observed-by-pme-met-stations-2009-degree-centigradexls":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/minimum-temperature-observed-by-pme-met-stations-2009-degree-centigradexls_records"
            }
          }
        }
      }
      ,
    • "minimum-temperature-observed-by-pme-met-stations-2009-degree-centigradexls_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "month":
              {
              • "type":"string",
              • "title":"Month",
              • "description":""
              }
              ,
            • "region":
              {
              • "type":"string",
              • "title":"Region",
              • "description":""
              }
              ,
            • "minimum_temperature":
              {
              • "type":"number",
              • "title":"Minimum Temperature (°C)",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets