Total Rainfall by Region Station

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Year
               

No description available for this field.

Name (identifier)
time_period
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
                       
Total Rainfall (mm)
               

No description available for this field.

Name (identifier)
total_rainfall
Type
decimal
Unit
mm
Sample
                       

JSON Schema

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

{
  • "title":"total-rain-fall-in-mm-observed-by-pme-met-station-2009",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/total-rain-fall-in-mm-observed-by-pme-met-station-2009"
      }
    ]
    ,
  • "definitions":
    {
    • "total-rain-fall-in-mm-observed-by-pme-met-station-2009":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/total-rain-fall-in-mm-observed-by-pme-met-station-2009_records"
            }
          }
        }
      }
      ,
    • "total-rain-fall-in-mm-observed-by-pme-met-station-2009_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "time_period":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "month":
              {
              • "type":"string",
              • "title":"Month",
              • "description":""
              }
              ,
            • "region":
              {
              • "type":"string",
              • "title":"Region",
              • "description":""
              }
              ,
            • "total_rainfall":
              {
              • "type":"number",
              • "title":"Total Rainfall (mm)",
              • "description":"",
              • "unit":"mm"
              }
            }
          }
        }
      }
    }
}

Similar datasets