0 سجل

0 سجل

عوامل التصفية المستخدمة إلغاء الكل

لا يوجد عامل التصفية

تصفية

Weather statistics – Daily

المرفقات

انقر للتوسيع انقر للطي

مخطط مجموعة البيانات

انقر للتوسيع انقر للطي
country
               

لا يتوفر أي وصف لهذا الحقل.

الاسم (معرّف)
country
نوع
نص
عينة
Andorra
latitude
               

لا يتوفر أي وصف لهذا الحقل.

الاسم (معرّف)
latitude
نوع
double
عينة
42.55
longitude
               

لا يتوفر أي وصف لهذا الحقل.

الاسم (معرّف)
longitude
نوع
double
عينة
1.6
time
               

لا يتوفر أي وصف لهذا الحقل.

الاسم (معرّف)
time
نوع
تاريخ
عينة
2025-07-05
weather_code
               

لا يتوفر أي وصف لهذا الحقل.

الاسم (معرّف)
weather_code
نوع
int
عينة
80
temperature_2m_max
               

لا يتوفر أي وصف لهذا الحقل.

الاسم (معرّف)
temperature_2m_max
نوع
double
عينة
17.8
temperature_2m_min
               

لا يتوفر أي وصف لهذا الحقل.

الاسم (معرّف)
temperature_2m_min
نوع
double
عينة
11.8
apparent_temperature_max
               

لا يتوفر أي وصف لهذا الحقل.

الاسم (معرّف)
apparent_temperature_max
نوع
double
عينة
17.6
apparent_temperature_min
               

لا يتوفر أي وصف لهذا الحقل.

الاسم (معرّف)
apparent_temperature_min
نوع
double
عينة
9.9
sunrise
               

لا يتوفر أي وصف لهذا الحقل.

الاسم (معرّف)
sunrise
نوع
datetime
عينة
2025-07-05T06:22:00+00:00
sunset
               

لا يتوفر أي وصف لهذا الحقل.

الاسم (معرّف)
sunset
نوع
datetime
عينة
2025-07-05T21:34:00+00:00
daylight_duration
               

لا يتوفر أي وصف لهذا الحقل.

الاسم (معرّف)
daylight_duration
نوع
double
عينة
54700.54
sunshine_duration
               

لا يتوفر أي وصف لهذا الحقل.

الاسم (معرّف)
sunshine_duration
نوع
double
عينة
40644.75
uv_index_max
               

لا يتوفر أي وصف لهذا الحقل.

الاسم (معرّف)
uv_index_max
نوع
double
عينة
5.9
uv_index_clear_sky_max
               

لا يتوفر أي وصف لهذا الحقل.

الاسم (معرّف)
uv_index_clear_sky_max
نوع
double
عينة
8.25
precipitation_hours
               

لا يتوفر أي وصف لهذا الحقل.

الاسم (معرّف)
precipitation_hours
نوع
double
عينة
7
wind_speed_10m_max
               

لا يتوفر أي وصف لهذا الحقل.

الاسم (معرّف)
wind_speed_10m_max
نوع
double
عينة
13.3
wind_gusts_10m_max
               

لا يتوفر أي وصف لهذا الحقل.

الاسم (معرّف)
wind_gusts_10m_max
نوع
double
عينة
31.3
precipitation_sum
               

لا يتوفر أي وصف لهذا الحقل.

الاسم (معرّف)
precipitation_sum
نوع
double
عينة
4.3
rain_sum
               

لا يتوفر أي وصف لهذا الحقل.

الاسم (معرّف)
rain_sum
نوع
double
عينة
10.7
showers_sum
               

لا يتوفر أي وصف لهذا الحقل.

الاسم (معرّف)
showers_sum
نوع
double
عينة
0
snowfall_sum
               

لا يتوفر أي وصف لهذا الحقل.

الاسم (معرّف)
snowfall_sum
نوع
double
عينة
0

مخطط JSON

إن غرض JSON التالي هو وصف موحد لمخطط مجموعة البيانات الخاصة بك. المزيد حول مخطط JSON.

{
  • "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