1,708 سجلات

1,708 سجلات

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

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

تصفية

time

من
إلى

Weather statistics – Daily

المرفقات

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

الاسم (معرّف)
sunrise
نوع
datetime
عينة
                       
sunset
               

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

الاسم (معرّف)
sunset
نوع
datetime
عينة
                       
daylight_duration
               

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

مخطط 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