Summary of Heat Wave Recurrences and Trends

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Station Name
               

No description available for this field.

Name (identifier)
station_name
Type
text
Sample
                       
Period
               

No description available for this field.

Name (identifier)
period
Type
text
Sample
                       
Heat Wave Recurrence
               

No description available for this field.

Name (identifier)
heat_wave_recurrence
Type
integer
Sample
                       

JSON Schema

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

{
  • "title":"summary-of-heat-wave-recurrences-and-trends",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/summary-of-heat-wave-recurrences-and-trends"
      }
    ]
    ,
  • "definitions":
    {
    • "summary-of-heat-wave-recurrences-and-trends":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/summary-of-heat-wave-recurrences-and-trends_records"
            }
          }
        }
      }
      ,
    • "summary-of-heat-wave-recurrences-and-trends_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "station_name":
              {
              • "type":"string",
              • "title":"Station Name",
              • "description":""
              }
              ,
            • "period":
              {
              • "type":"string",
              • "title":"Period",
              • "description":""
              }
              ,
            • "heat_wave_recurrence":
              {
              • "type":"integer",
              • "title":"Heat Wave Recurrence",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets