0 records

0 records

Active filters Clear all

No active filters

Filters

Weather statistics – 15-minutes

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
country
               

No description available for this field.

Name (identifier)
country
Type
text
Sample
Timor-Leste
latitude
               

No description available for this field.

Name (identifier)
latitude
Type
decimal
Sample
-8.75
longitude
               

No description available for this field.

Name (identifier)
longitude
Type
decimal
Sample
125.88
time
               

No description available for this field.

Name (identifier)
time
Type
datetime
Sample
2025-06-19T20:15:00+00:00
dew_point_2m
               

No description available for this field.

Name (identifier)
dew_point_2m
Type
decimal
Sample
17.9
visibility
               

No description available for this field.

Name (identifier)
visibility
Type
decimal
Sample
520

JSON Schema

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

{
  • "title":"weather-statistics-15-minutes",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/weather-statistics-15-minutes"
      }
    ]
    ,
  • "definitions":
    {
    • "weather-statistics-15-minutes":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/weather-statistics-15-minutes_records"
            }
          }
        }
      }
      ,
    • "weather-statistics-15-minutes_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "country":
              {
              • "type":"string",
              • "title":"country",
              • "description":""
              }
              ,
            • "latitude":
              {
              • "type":"number",
              • "title":"latitude",
              • "description":""
              }
              ,
            • "longitude":
              {
              • "type":"number",
              • "title":"longitude",
              • "description":""
              }
              ,
            • "time":
              {
              • "type":"string",
              • "format":"date-time",
              • "title":"time",
              • "description":""
              }
              ,
            • "dew_point_2m":
              {
              • "type":"number",
              • "title":"dew_point_2m",
              • "description":""
              }
              ,
            • "visibility":
              {
              • "type":"number",
              • "title":"visibility",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets