Frequency of Sandstorms Per Year/Month

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
                       
Months
               

No description available for this field.

Name (identifier)
months
Type
text
Sample
                       
Number of Times
               

No description available for this field.

Name (identifier)
number_of_times_
Type
integer
Sample
                       
Total Number of Times in The year
               

No description available for this field.

Name (identifier)
total_number_of_times_in_the_year
Type
decimal
Sample
                       

JSON Schema

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

{
  • "title":"frequency-of-sandstorms-per-year-in-saudi-arabia-during-the-period-2010-2018",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/frequency-of-sandstorms-per-year-in-saudi-arabia-during-the-period-2010-2018"
      }
    ]
    ,
  • "definitions":
    {
    • "frequency-of-sandstorms-per-year-in-saudi-arabia-during-the-period-2010-2018":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/frequency-of-sandstorms-per-year-in-saudi-arabia-during-the-period-2010-2018_records"
            }
          }
        }
      }
      ,
    • "frequency-of-sandstorms-per-year-in-saudi-arabia-during-the-period-2010-2018_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "months":
              {
              • "type":"string",
              • "title":"Months",
              • "description":""
              }
              ,
            • "number_of_times_":
              {
              • "type":"integer",
              • "title":"Number of Times ",
              • "description":""
              }
              ,
            • "total_number_of_times_in_the_year":
              {
              • "type":"number",
              • "title":"Total Number of Times in The year ",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets