1,708 records

Weather statistics – Daily

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

No description available for this field.

Name (identifier)
latitude
Type
decimal
Sample
42.55
longitude
               

No description available for this field.

Name (identifier)
longitude
Type
decimal
Sample
1.6
time
               

No description available for this field.

Name (identifier)
time
Type
date
Sample
2025-04-12
weather_code
               

No description available for this field.

Name (identifier)
weather_code
Type
integer
Sample
61
temperature_2m_max
               

No description available for this field.

Name (identifier)
temperature_2m_max
Type
decimal
Sample
10.2
temperature_2m_min
               

No description available for this field.

Name (identifier)
temperature_2m_min
Type
decimal
Sample
3.5
apparent_temperature_max
               

No description available for this field.

Name (identifier)
apparent_temperature_max
Type
decimal
Sample
6.3
apparent_temperature_min
               

No description available for this field.

Name (identifier)
apparent_temperature_min
Type
decimal
Sample
1.1
sunrise
               

No description available for this field.

Name (identifier)
sunrise
Type
datetime
Sample
2025-04-12T07:16:00+00:00
sunset
               

No description available for this field.

Name (identifier)
sunset
Type
datetime
Sample
2025-04-12T20:31:00+00:00
daylight_duration
               

No description available for this field.

Name (identifier)
daylight_duration
Type
decimal
Sample
47703.8
sunshine_duration
               

No description available for this field.

Name (identifier)
sunshine_duration
Type
decimal
Sample
21217.14
uv_index_max
               

No description available for this field.

Name (identifier)
uv_index_max
Type
decimal
Sample
6.95
uv_index_clear_sky_max
               

No description available for this field.

Name (identifier)
uv_index_clear_sky_max
Type
decimal
Sample
7.05
precipitation_hours
               

No description available for this field.

Name (identifier)
precipitation_hours
Type
decimal
Sample
9
wind_speed_10m_max
               

No description available for this field.

Name (identifier)
wind_speed_10m_max
Type
decimal
Sample
17.7
wind_gusts_10m_max
               

No description available for this field.

Name (identifier)
wind_gusts_10m_max
Type
decimal
Sample
77
precipitation_sum
               

No description available for this field.

Name (identifier)
precipitation_sum
Type
decimal
Sample
1.8
rain_sum
               

No description available for this field.

Name (identifier)
rain_sum
Type
decimal
Sample
1.5
showers_sum
               

No description available for this field.

Name (identifier)
showers_sum
Type
decimal
Sample
0.3
snowfall_sum
               

No description available for this field.

Name (identifier)
snowfall_sum
Type
decimal
Sample
0

JSON Schema

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

{
  • "title":"weather-statistics-daily",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/weather-statistics-daily"
      }
    ]
    ,
  • "definitions":
    {
    • "weather-statistics-daily":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/weather-statistics-daily_records"
            }
          }
        }
      }
      ,
    • "weather-statistics-daily_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",
              • "title":"time",
              • "description":""
              }
              ,
            • "weather_code":
              {
              • "type":"integer",
              • "title":"weather_code",
              • "description":""
              }
              ,
            • "temperature_2m_max":
              {
              • "type":"number",
              • "title":"temperature_2m_max",
              • "description":""
              }
              ,
            • "temperature_2m_min":
              {
              • "type":"number",
              • "title":"temperature_2m_min",
              • "description":""
              }
              ,
            • "apparent_temperature_max":
              {
              • "type":"number",
              • "title":"apparent_temperature_max",
              • "description":""
              }
              ,
            • "apparent_temperature_min":
              {
              • "type":"number",
              • "title":"apparent_temperature_min",
              • "description":""
              }
              ,
            • "sunrise":
              {
              • "type":"string",
              • "format":"date-time",
              • "title":"sunrise",
              • "description":""
              }
              ,
            • "sunset":
              {
              • "type":"string",
              • "format":"date-time",
              • "title":"sunset",
              • "description":""
              }
              ,
            • "daylight_duration":
              {
              • "type":"number",
              • "title":"daylight_duration",
              • "description":""
              }
              ,
            • "sunshine_duration":
              {
              • "type":"number",
              • "title":"sunshine_duration",
              • "description":""
              }
              ,
            • "uv_index_max":
              {
              • "type":"number",
              • "title":"uv_index_max",
              • "description":""
              }
              ,
            • "uv_index_clear_sky_max":
              {
              • "type":"number",
              • "title":"uv_index_clear_sky_max",
              • "description":""
              }
              ,
            • "precipitation_hours":
              {
              • "type":"number",
              • "title":"precipitation_hours",
              • "description":""
              }
              ,
            • "wind_speed_10m_max":
              {
              • "type":"number",
              • "title":"wind_speed_10m_max",
              • "description":""
              }
              ,
            • "wind_gusts_10m_max":
              {
              • "type":"number",
              • "title":"wind_gusts_10m_max",
              • "description":""
              }
              ,
            • "precipitation_sum":
              {
              • "type":"number",
              • "title":"precipitation_sum",
              • "description":""
              }
              ,
            • "rain_sum":
              {
              • "type":"number",
              • "title":"rain_sum",
              • "description":""
              }
              ,
            • "showers_sum":
              {
              • "type":"number",
              • "title":"showers_sum",
              • "description":""
              }
              ,
            • "snowfall_sum":
              {
              • "type":"number",
              • "title":"snowfall_sum",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets