0 records

0 records

Active filters Clear all

No active filters

Filters

Weather statistics – Hourly

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
Burundi
latitude
               

No description available for this field.

Name (identifier)
latitude
Type
decimal
Sample
-3.38
longitude
               

No description available for this field.

Name (identifier)
longitude
Type
decimal
Sample
29.88
time
               

No description available for this field.

Name (identifier)
time
Type
datetime
Sample
2025-06-24T17:00:00+00:00
temperature_2m
               

No description available for this field.

Name (identifier)
temperature_2m
Type
decimal
Sample
23.4
relative_humidity_2m
               

No description available for this field.

Name (identifier)
relative_humidity_2m
Type
integer
Sample
47
dew_point_2m
               

No description available for this field.

Name (identifier)
dew_point_2m
Type
decimal
Sample
11.4
apparent_temperature
               

No description available for this field.

Name (identifier)
apparent_temperature
Type
decimal
Sample
21.8
precipitation_probability
               

No description available for this field.

Name (identifier)
precipitation_probability
Type
integer
Sample
0
precipitation
               

No description available for this field.

Name (identifier)
precipitation
Type
decimal
Sample
0
rain
               

No description available for this field.

Name (identifier)
rain
Type
decimal
Sample
0
showers
               

No description available for this field.

Name (identifier)
showers
Type
decimal
Sample
0
snowfall
               

No description available for this field.

Name (identifier)
snowfall
Type
decimal
Sample
0
pressure_msl
               

No description available for this field.

Name (identifier)
pressure_msl
Type
decimal
Sample
1013.3
surface_pressure
               

No description available for this field.

Name (identifier)
surface_pressure
Type
decimal
Sample
835.7
visibility
               

No description available for this field.

Name (identifier)
visibility
Type
decimal
Sample
10320
wind_speed_10m
               

No description available for this field.

Name (identifier)
wind_speed_10m
Type
decimal
Sample
13.8
wind_direction_10m
               

No description available for this field.

Name (identifier)
wind_direction_10m
Type
integer
Sample
118
wind_gusts_10m
               

No description available for this field.

Name (identifier)
wind_gusts_10m
Type
decimal
Sample
26.6
soil_temperature_0cm
               

No description available for this field.

Name (identifier)
soil_temperature_0cm
Type
decimal
Sample
22.4
soil_temperature_6cm
               

No description available for this field.

Name (identifier)
soil_temperature_6cm
Type
decimal
Sample
24
soil_temperature_18cm
               

No description available for this field.

Name (identifier)
soil_temperature_18cm
Type
decimal
Sample
20.6
soil_temperature_54cm
               

No description available for this field.

Name (identifier)
soil_temperature_54cm
Type
decimal
Sample
19.3
soil_moisture_0_to_1cm
               

No description available for this field.

Name (identifier)
soil_moisture_0_to_1cm
Type
decimal
Sample
0.11
soil_moisture_1_to_3cm
               

No description available for this field.

Name (identifier)
soil_moisture_1_to_3cm
Type
decimal
Sample
0.164
soil_moisture_3_to_9cm
               

No description available for this field.

Name (identifier)
soil_moisture_3_to_9cm
Type
decimal
Sample
0.191
soil_moisture_9_to_27cm
               

No description available for this field.

Name (identifier)
soil_moisture_9_to_27cm
Type
decimal
Sample
0.208
soil_moisture_27_to_81cm
               

No description available for this field.

Name (identifier)
soil_moisture_27_to_81cm
Type
decimal
Sample
0.251
uv_index
               

No description available for this field.

Name (identifier)
uv_index
Type
decimal
Sample
3.3
uv_index_clear_sky
               

No description available for this field.

Name (identifier)
uv_index_clear_sky
Type
decimal
Sample
3.7
ExtractedTime
               

No description available for this field.

Name (identifier)
xx
Type
text
Sample
17:00

JSON Schema

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

{
  • "title":"weather-statistics-hourly",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/weather-statistics-hourly"
      }
    ]
    ,
  • "definitions":
    {
    • "weather-statistics-hourly":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/weather-statistics-hourly_records"
            }
          }
        }
      }
      ,
    • "weather-statistics-hourly_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":""
              }
              ,
            • "temperature_2m":
              {
              • "type":"number",
              • "title":"temperature_2m",
              • "description":""
              }
              ,
            • "relative_humidity_2m":
              {
              • "type":"integer",
              • "title":"relative_humidity_2m",
              • "description":""
              }
              ,
            • "dew_point_2m":
              {
              • "type":"number",
              • "title":"dew_point_2m",
              • "description":""
              }
              ,
            • "apparent_temperature":
              {
              • "type":"number",
              • "title":"apparent_temperature",
              • "description":""
              }
              ,
            • "precipitation_probability":
              {
              • "type":"integer",
              • "title":"precipitation_probability",
              • "description":""
              }
              ,
            • "precipitation":
              {
              • "type":"number",
              • "title":"precipitation",
              • "description":""
              }
              ,
            • "rain":
              {
              • "type":"number",
              • "title":"rain",
              • "description":""
              }
              ,
            • "showers":
              {
              • "type":"number",
              • "title":"showers",
              • "description":""
              }
              ,
            • "snowfall":
              {
              • "type":"number",
              • "title":"snowfall",
              • "description":""
              }
              ,
            • "pressure_msl":
              {
              • "type":"number",
              • "title":"pressure_msl",
              • "description":""
              }
              ,
            • "surface_pressure":
              {
              • "type":"number",
              • "title":"surface_pressure",
              • "description":""
              }
              ,
            • "visibility":
              {
              • "type":"number",
              • "title":"visibility",
              • "description":""
              }
              ,
            • "wind_speed_10m":
              {
              • "type":"number",
              • "title":"wind_speed_10m",
              • "description":""
              }
              ,
            • "wind_direction_10m":
              {
              • "type":"integer",
              • "title":"wind_direction_10m",
              • "description":""
              }
              ,
            • "wind_gusts_10m":
              {
              • "type":"number",
              • "title":"wind_gusts_10m",
              • "description":""
              }
              ,
            • "soil_temperature_0cm":
              {
              • "type":"number",
              • "title":"soil_temperature_0cm",
              • "description":""
              }
              ,
            • "soil_temperature_6cm":
              {
              • "type":"number",
              • "title":"soil_temperature_6cm",
              • "description":""
              }
              ,
            • "soil_temperature_18cm":
              {
              • "type":"number",
              • "title":"soil_temperature_18cm",
              • "description":""
              }
              ,
            • "soil_temperature_54cm":
              {
              • "type":"number",
              • "title":"soil_temperature_54cm",
              • "description":""
              }
              ,
            • "soil_moisture_0_to_1cm":
              {
              • "type":"number",
              • "title":"soil_moisture_0_to_1cm",
              • "description":""
              }
              ,
            • "soil_moisture_1_to_3cm":
              {
              • "type":"number",
              • "title":"soil_moisture_1_to_3cm",
              • "description":""
              }
              ,
            • "soil_moisture_3_to_9cm":
              {
              • "type":"number",
              • "title":"soil_moisture_3_to_9cm",
              • "description":""
              }
              ,
            • "soil_moisture_9_to_27cm":
              {
              • "type":"number",
              • "title":"soil_moisture_9_to_27cm",
              • "description":""
              }
              ,
            • "soil_moisture_27_to_81cm":
              {
              • "type":"number",
              • "title":"soil_moisture_27_to_81cm",
              • "description":""
              }
              ,
            • "uv_index":
              {
              • "type":"number",
              • "title":"uv_index",
              • "description":""
              }
              ,
            • "uv_index_clear_sky":
              {
              • "type":"number",
              • "title":"uv_index_clear_sky",
              • "description":""
              }
              ,
            • "xx":
              {
              • "type":"string",
              • "title":"ExtractedTime",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets