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
                       
latitude
               

No description available for this field.

Name (identifier)
latitude
Type
decimal
Sample
                       
longitude
               

No description available for this field.

Name (identifier)
longitude
Type
decimal
Sample
                       
time
               

No description available for this field.

Name (identifier)
time
Type
date
Sample
                       
weather_code
               

No description available for this field.

Name (identifier)
weather_code
Type
integer
Sample
                       
temperature_2m_max
               

No description available for this field.

Name (identifier)
temperature_2m_max
Type
decimal
Sample
                       
temperature_2m_min
               

No description available for this field.

Name (identifier)
temperature_2m_min
Type
decimal
Sample
                       
apparent_temperature_max
               

No description available for this field.

Name (identifier)
apparent_temperature_max
Type
decimal
Sample
                       
apparent_temperature_min
               

No description available for this field.

Name (identifier)
apparent_temperature_min
Type
decimal
Sample
                       
sunrise
               

No description available for this field.

Name (identifier)
sunrise
Type
datetime
Sample
                       
sunset
               

No description available for this field.

Name (identifier)
sunset
Type
datetime
Sample
                       
daylight_duration
               

No description available for this field.

Name (identifier)
daylight_duration
Type
decimal
Sample
                       
sunshine_duration
               

No description available for this field.

Name (identifier)
sunshine_duration
Type
decimal
Sample
                       
uv_index_max
               

No description available for this field.

Name (identifier)
uv_index_max
Type
decimal
Sample
                       
uv_index_clear_sky_max
               

No description available for this field.

Name (identifier)
uv_index_clear_sky_max
Type
decimal
Sample
                       
precipitation_hours
               

No description available for this field.

Name (identifier)
precipitation_hours
Type
decimal
Sample
                       
wind_speed_10m_max
               

No description available for this field.

Name (identifier)
wind_speed_10m_max
Type
decimal
Sample
                       
wind_gusts_10m_max
               

No description available for this field.

Name (identifier)
wind_gusts_10m_max
Type
decimal
Sample
                       
precipitation_sum
               

No description available for this field.

Name (identifier)
precipitation_sum
Type
decimal
Sample
                       
rain_sum
               

No description available for this field.

Name (identifier)
rain_sum
Type
decimal
Sample
                       
showers_sum
               

No description available for this field.

Name (identifier)
showers_sum
Type
decimal
Sample
                       
snowfall_sum
               

No description available for this field.

Name (identifier)
snowfall_sum
Type
decimal
Sample
                       

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