mirror of https://github.com/home-assistant/core
4092 lines
124 KiB
Plaintext
4092 lines
124 KiB
Plaintext
# serializer version: 1
|
|
# name: test_daily_forecast[get_forecasts]
|
|
dict({
|
|
'weather.home': dict({
|
|
'forecast': list([
|
|
dict({
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-08T15:00:00Z',
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'temperature': 28.6,
|
|
'templow': 21.2,
|
|
'uv_index': 6,
|
|
}),
|
|
dict({
|
|
'condition': 'rainy',
|
|
'datetime': '2023-09-09T15:00:00Z',
|
|
'precipitation': 3.6,
|
|
'precipitation_probability': 45.0,
|
|
'temperature': 30.6,
|
|
'templow': 21.0,
|
|
'uv_index': 6,
|
|
}),
|
|
dict({
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-10T15:00:00Z',
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'temperature': 30.4,
|
|
'templow': 23.1,
|
|
'uv_index': 6,
|
|
}),
|
|
dict({
|
|
'condition': 'rainy',
|
|
'datetime': '2023-09-11T15:00:00Z',
|
|
'precipitation': 0.7,
|
|
'precipitation_probability': 47.0,
|
|
'temperature': 30.4,
|
|
'templow': 23.1,
|
|
'uv_index': 5,
|
|
}),
|
|
dict({
|
|
'condition': 'rainy',
|
|
'datetime': '2023-09-12T15:00:00Z',
|
|
'precipitation': 7.7,
|
|
'precipitation_probability': 37.0,
|
|
'temperature': 30.4,
|
|
'templow': 22.1,
|
|
'uv_index': 6,
|
|
}),
|
|
dict({
|
|
'condition': 'rainy',
|
|
'datetime': '2023-09-13T15:00:00Z',
|
|
'precipitation': 0.6,
|
|
'precipitation_probability': 45.0,
|
|
'temperature': 31.0,
|
|
'templow': 22.6,
|
|
'uv_index': 6,
|
|
}),
|
|
dict({
|
|
'condition': 'partlycloudy',
|
|
'datetime': '2023-09-14T15:00:00Z',
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 52.0,
|
|
'temperature': 31.5,
|
|
'templow': 22.4,
|
|
'uv_index': 7,
|
|
}),
|
|
dict({
|
|
'condition': 'sunny',
|
|
'datetime': '2023-09-15T15:00:00Z',
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'temperature': 31.8,
|
|
'templow': 23.3,
|
|
'uv_index': 8,
|
|
}),
|
|
dict({
|
|
'condition': 'lightning',
|
|
'datetime': '2023-09-16T15:00:00Z',
|
|
'precipitation': 5.3,
|
|
'precipitation_probability': 35.0,
|
|
'temperature': 30.7,
|
|
'templow': 23.2,
|
|
'uv_index': 8,
|
|
}),
|
|
dict({
|
|
'condition': 'lightning',
|
|
'datetime': '2023-09-17T15:00:00Z',
|
|
'precipitation': 2.1,
|
|
'precipitation_probability': 49.0,
|
|
'temperature': 28.1,
|
|
'templow': 22.5,
|
|
'uv_index': 6,
|
|
}),
|
|
]),
|
|
}),
|
|
})
|
|
# ---
|
|
# name: test_hourly_forecast[get_forecasts]
|
|
dict({
|
|
'weather.home': dict({
|
|
'forecast': list([
|
|
dict({
|
|
'apparent_temperature': 24.6,
|
|
'cloud_coverage': 79.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-08T14:00:00Z',
|
|
'dew_point': 21.5,
|
|
'humidity': 94,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1009.24,
|
|
'temperature': 22.6,
|
|
'uv_index': 0,
|
|
'wind_bearing': 264,
|
|
'wind_gust_speed': 13.44,
|
|
'wind_speed': 6.62,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 24.4,
|
|
'cloud_coverage': 80.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-08T15:00:00Z',
|
|
'dew_point': 21.4,
|
|
'humidity': 94,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1009.24,
|
|
'temperature': 22.4,
|
|
'uv_index': 0,
|
|
'wind_bearing': 261,
|
|
'wind_gust_speed': 11.91,
|
|
'wind_speed': 6.64,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 23.8,
|
|
'cloud_coverage': 89.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-08T16:00:00Z',
|
|
'dew_point': 21.1,
|
|
'humidity': 95,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1009.12,
|
|
'temperature': 22.0,
|
|
'uv_index': 0,
|
|
'wind_bearing': 252,
|
|
'wind_gust_speed': 11.15,
|
|
'wind_speed': 6.14,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 23.5,
|
|
'cloud_coverage': 86.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-08T17:00:00Z',
|
|
'dew_point': 20.9,
|
|
'humidity': 95,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1009.03,
|
|
'temperature': 21.7,
|
|
'uv_index': 0,
|
|
'wind_bearing': 248,
|
|
'wind_gust_speed': 11.57,
|
|
'wind_speed': 5.95,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 23.3,
|
|
'cloud_coverage': 85.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-08T18:00:00Z',
|
|
'dew_point': 20.8,
|
|
'humidity': 95,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1009.05,
|
|
'temperature': 21.6,
|
|
'uv_index': 0,
|
|
'wind_bearing': 237,
|
|
'wind_gust_speed': 12.42,
|
|
'wind_speed': 5.86,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 23.0,
|
|
'cloud_coverage': 75.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-08T19:00:00Z',
|
|
'dew_point': 20.6,
|
|
'humidity': 96,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1009.03,
|
|
'temperature': 21.3,
|
|
'uv_index': 0,
|
|
'wind_bearing': 224,
|
|
'wind_gust_speed': 11.3,
|
|
'wind_speed': 5.34,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 22.8,
|
|
'cloud_coverage': 68.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-08T20:00:00Z',
|
|
'dew_point': 20.4,
|
|
'humidity': 96,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1009.31,
|
|
'temperature': 21.2,
|
|
'uv_index': 0,
|
|
'wind_bearing': 221,
|
|
'wind_gust_speed': 10.57,
|
|
'wind_speed': 5.13,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 23.1,
|
|
'cloud_coverage': 56.99999999999999,
|
|
'condition': 'partlycloudy',
|
|
'datetime': '2023-09-08T21:00:00Z',
|
|
'dew_point': 20.5,
|
|
'humidity': 95,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1009.55,
|
|
'temperature': 21.4,
|
|
'uv_index': 0,
|
|
'wind_bearing': 237,
|
|
'wind_gust_speed': 10.63,
|
|
'wind_speed': 5.7,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 24.9,
|
|
'cloud_coverage': 61.0,
|
|
'condition': 'partlycloudy',
|
|
'datetime': '2023-09-08T22:00:00Z',
|
|
'dew_point': 21.3,
|
|
'humidity': 91,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1009.79,
|
|
'temperature': 22.8,
|
|
'uv_index': 1,
|
|
'wind_bearing': 258,
|
|
'wind_gust_speed': 10.47,
|
|
'wind_speed': 5.22,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 26.1,
|
|
'cloud_coverage': 74.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-08T23:00:00Z',
|
|
'dew_point': 21.3,
|
|
'humidity': 85,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1009.95,
|
|
'temperature': 24.0,
|
|
'uv_index': 2,
|
|
'wind_bearing': 282,
|
|
'wind_gust_speed': 12.74,
|
|
'wind_speed': 5.71,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 27.4,
|
|
'cloud_coverage': 84.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-09T00:00:00Z',
|
|
'dew_point': 21.5,
|
|
'humidity': 80,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1010.35,
|
|
'temperature': 25.1,
|
|
'uv_index': 3,
|
|
'wind_bearing': 294,
|
|
'wind_gust_speed': 13.87,
|
|
'wind_speed': 6.53,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 29.0,
|
|
'cloud_coverage': 72.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-09T01:00:00Z',
|
|
'dew_point': 21.8,
|
|
'humidity': 75,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1010.48,
|
|
'temperature': 26.5,
|
|
'uv_index': 5,
|
|
'wind_bearing': 308,
|
|
'wind_gust_speed': 16.04,
|
|
'wind_speed': 6.54,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 30.3,
|
|
'cloud_coverage': 76.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-09T02:00:00Z',
|
|
'dew_point': 22.0,
|
|
'humidity': 72,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1010.23,
|
|
'temperature': 27.6,
|
|
'uv_index': 6,
|
|
'wind_bearing': 314,
|
|
'wind_gust_speed': 18.1,
|
|
'wind_speed': 7.32,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 31.1,
|
|
'cloud_coverage': 70.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-09T03:00:00Z',
|
|
'dew_point': 22.1,
|
|
'humidity': 69,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1009.86,
|
|
'temperature': 28.3,
|
|
'uv_index': 6,
|
|
'wind_bearing': 317,
|
|
'wind_gust_speed': 20.77,
|
|
'wind_speed': 9.1,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 31.5,
|
|
'cloud_coverage': 69.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-09T04:00:00Z',
|
|
'dew_point': 22.1,
|
|
'humidity': 68,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1009.65,
|
|
'temperature': 28.6,
|
|
'uv_index': 6,
|
|
'wind_bearing': 311,
|
|
'wind_gust_speed': 21.27,
|
|
'wind_speed': 10.21,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 31.3,
|
|
'cloud_coverage': 71.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-09T05:00:00Z',
|
|
'dew_point': 22.1,
|
|
'humidity': 69,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1009.48,
|
|
'temperature': 28.4,
|
|
'uv_index': 5,
|
|
'wind_bearing': 317,
|
|
'wind_gust_speed': 19.62,
|
|
'wind_speed': 10.53,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 30.8,
|
|
'cloud_coverage': 86.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-09T06:00:00Z',
|
|
'dew_point': 22.2,
|
|
'humidity': 71,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1009.54,
|
|
'temperature': 27.9,
|
|
'uv_index': 3,
|
|
'wind_bearing': 335,
|
|
'wind_gust_speed': 18.98,
|
|
'wind_speed': 8.63,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 29.9,
|
|
'cloud_coverage': 84.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-09T07:00:00Z',
|
|
'dew_point': 22.2,
|
|
'humidity': 74,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1009.76,
|
|
'temperature': 27.1,
|
|
'uv_index': 2,
|
|
'wind_bearing': 338,
|
|
'wind_gust_speed': 17.04,
|
|
'wind_speed': 7.75,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 29.1,
|
|
'cloud_coverage': 72.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-09T08:00:00Z',
|
|
'dew_point': 22.1,
|
|
'humidity': 78,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1010.05,
|
|
'temperature': 26.4,
|
|
'uv_index': 0,
|
|
'wind_bearing': 342,
|
|
'wind_gust_speed': 14.75,
|
|
'wind_speed': 6.26,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 27.9,
|
|
'cloud_coverage': 72.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-09T09:00:00Z',
|
|
'dew_point': 22.0,
|
|
'humidity': 82,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1010.38,
|
|
'temperature': 25.4,
|
|
'uv_index': 0,
|
|
'wind_bearing': 344,
|
|
'wind_gust_speed': 10.43,
|
|
'wind_speed': 5.2,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 26.9,
|
|
'cloud_coverage': 65.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-09T10:00:00Z',
|
|
'dew_point': 21.9,
|
|
'humidity': 85,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1010.73,
|
|
'temperature': 24.5,
|
|
'uv_index': 0,
|
|
'wind_bearing': 339,
|
|
'wind_gust_speed': 6.95,
|
|
'wind_speed': 3.59,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 26.4,
|
|
'cloud_coverage': 51.0,
|
|
'condition': 'partlycloudy',
|
|
'datetime': '2023-09-09T11:00:00Z',
|
|
'dew_point': 21.8,
|
|
'humidity': 87,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1011.3,
|
|
'temperature': 24.1,
|
|
'uv_index': 0,
|
|
'wind_bearing': 326,
|
|
'wind_gust_speed': 5.27,
|
|
'wind_speed': 2.1,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 26.1,
|
|
'cloud_coverage': 53.0,
|
|
'condition': 'partlycloudy',
|
|
'datetime': '2023-09-09T12:00:00Z',
|
|
'dew_point': 21.8,
|
|
'humidity': 88,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1011.52,
|
|
'temperature': 23.9,
|
|
'uv_index': 0,
|
|
'wind_bearing': 257,
|
|
'wind_gust_speed': 5.48,
|
|
'wind_speed': 0.93,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 25.8,
|
|
'cloud_coverage': 56.99999999999999,
|
|
'condition': 'partlycloudy',
|
|
'datetime': '2023-09-09T13:00:00Z',
|
|
'dew_point': 21.8,
|
|
'humidity': 90,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1011.53,
|
|
'temperature': 23.5,
|
|
'uv_index': 0,
|
|
'wind_bearing': 188,
|
|
'wind_gust_speed': 4.44,
|
|
'wind_speed': 1.79,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 25.3,
|
|
'cloud_coverage': 64.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-09T14:00:00Z',
|
|
'dew_point': 21.7,
|
|
'humidity': 92,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1011.46,
|
|
'temperature': 23.1,
|
|
'uv_index': 0,
|
|
'wind_bearing': 183,
|
|
'wind_gust_speed': 4.49,
|
|
'wind_speed': 2.19,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 24.6,
|
|
'cloud_coverage': 45.0,
|
|
'condition': 'partlycloudy',
|
|
'datetime': '2023-09-09T15:00:00Z',
|
|
'dew_point': 21.4,
|
|
'humidity': 93,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1011.21,
|
|
'temperature': 22.6,
|
|
'uv_index': 0,
|
|
'wind_bearing': 179,
|
|
'wind_gust_speed': 5.32,
|
|
'wind_speed': 2.65,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 24.0,
|
|
'cloud_coverage': 42.0,
|
|
'condition': 'partlycloudy',
|
|
'datetime': '2023-09-09T16:00:00Z',
|
|
'dew_point': 21.1,
|
|
'humidity': 94,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1011.09,
|
|
'temperature': 22.1,
|
|
'uv_index': 0,
|
|
'wind_bearing': 173,
|
|
'wind_gust_speed': 5.81,
|
|
'wind_speed': 3.2,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 23.7,
|
|
'cloud_coverage': 54.0,
|
|
'condition': 'partlycloudy',
|
|
'datetime': '2023-09-09T17:00:00Z',
|
|
'dew_point': 20.9,
|
|
'humidity': 94,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1010.88,
|
|
'temperature': 21.9,
|
|
'uv_index': 0,
|
|
'wind_bearing': 159,
|
|
'wind_gust_speed': 5.53,
|
|
'wind_speed': 3.16,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 23.3,
|
|
'cloud_coverage': 54.0,
|
|
'condition': 'partlycloudy',
|
|
'datetime': '2023-09-09T18:00:00Z',
|
|
'dew_point': 20.7,
|
|
'humidity': 94,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1010.94,
|
|
'temperature': 21.6,
|
|
'uv_index': 0,
|
|
'wind_bearing': 153,
|
|
'wind_gust_speed': 6.09,
|
|
'wind_speed': 3.36,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 23.1,
|
|
'cloud_coverage': 51.0,
|
|
'condition': 'partlycloudy',
|
|
'datetime': '2023-09-09T19:00:00Z',
|
|
'dew_point': 20.5,
|
|
'humidity': 94,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1010.96,
|
|
'temperature': 21.4,
|
|
'uv_index': 0,
|
|
'wind_bearing': 150,
|
|
'wind_gust_speed': 6.83,
|
|
'wind_speed': 3.71,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 22.5,
|
|
'cloud_coverage': 70.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-09T20:00:00Z',
|
|
'dew_point': 20.0,
|
|
'humidity': 94,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1011.29,
|
|
'temperature': 21.0,
|
|
'uv_index': 0,
|
|
'wind_bearing': 156,
|
|
'wind_gust_speed': 7.98,
|
|
'wind_speed': 4.27,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 22.8,
|
|
'cloud_coverage': 76.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-09T21:00:00Z',
|
|
'dew_point': 20.2,
|
|
'humidity': 94,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1011.61,
|
|
'temperature': 21.2,
|
|
'uv_index': 0,
|
|
'wind_bearing': 156,
|
|
'wind_gust_speed': 8.4,
|
|
'wind_speed': 4.69,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 25.1,
|
|
'cloud_coverage': 68.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-09T22:00:00Z',
|
|
'dew_point': 21.3,
|
|
'humidity': 90,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1011.87,
|
|
'temperature': 23.1,
|
|
'uv_index': 1,
|
|
'wind_bearing': 150,
|
|
'wind_gust_speed': 7.66,
|
|
'wind_speed': 4.33,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 28.3,
|
|
'cloud_coverage': 57.99999999999999,
|
|
'condition': 'partlycloudy',
|
|
'datetime': '2023-09-09T23:00:00Z',
|
|
'dew_point': 22.3,
|
|
'humidity': 82,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1011.93,
|
|
'temperature': 25.6,
|
|
'uv_index': 2,
|
|
'wind_bearing': 123,
|
|
'wind_gust_speed': 9.63,
|
|
'wind_speed': 3.91,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 30.4,
|
|
'cloud_coverage': 63.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-10T00:00:00Z',
|
|
'dew_point': 22.6,
|
|
'humidity': 75,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1011.93,
|
|
'temperature': 27.4,
|
|
'uv_index': 4,
|
|
'wind_bearing': 105,
|
|
'wind_gust_speed': 12.59,
|
|
'wind_speed': 3.96,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 32.2,
|
|
'cloud_coverage': 66.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-10T01:00:00Z',
|
|
'dew_point': 22.9,
|
|
'humidity': 70,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1011.79,
|
|
'temperature': 28.9,
|
|
'uv_index': 5,
|
|
'wind_bearing': 99,
|
|
'wind_gust_speed': 14.17,
|
|
'wind_speed': 4.06,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 33.4,
|
|
'cloud_coverage': 62.0,
|
|
'condition': 'partlycloudy',
|
|
'datetime': '2023-09-10T02:00:00Z',
|
|
'dew_point': 22.9,
|
|
'humidity': 66,
|
|
'precipitation': 0.3,
|
|
'precipitation_probability': 7.000000000000001,
|
|
'pressure': 1011.29,
|
|
'temperature': 29.9,
|
|
'uv_index': 6,
|
|
'wind_bearing': 93,
|
|
'wind_gust_speed': 17.75,
|
|
'wind_speed': 4.87,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 34.3,
|
|
'cloud_coverage': 74.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-10T03:00:00Z',
|
|
'dew_point': 23.1,
|
|
'humidity': 64,
|
|
'precipitation': 0.3,
|
|
'precipitation_probability': 11.0,
|
|
'pressure': 1010.78,
|
|
'temperature': 30.6,
|
|
'uv_index': 6,
|
|
'wind_bearing': 78,
|
|
'wind_gust_speed': 17.43,
|
|
'wind_speed': 4.54,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 34.0,
|
|
'cloud_coverage': 74.0,
|
|
'condition': 'rainy',
|
|
'datetime': '2023-09-10T04:00:00Z',
|
|
'dew_point': 23.2,
|
|
'humidity': 66,
|
|
'precipitation': 0.4,
|
|
'precipitation_probability': 15.0,
|
|
'pressure': 1010.37,
|
|
'temperature': 30.3,
|
|
'uv_index': 5,
|
|
'wind_bearing': 60,
|
|
'wind_gust_speed': 15.24,
|
|
'wind_speed': 4.9,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 33.7,
|
|
'cloud_coverage': 79.0,
|
|
'condition': 'rainy',
|
|
'datetime': '2023-09-10T05:00:00Z',
|
|
'dew_point': 23.3,
|
|
'humidity': 67,
|
|
'precipitation': 0.7,
|
|
'precipitation_probability': 17.0,
|
|
'pressure': 1010.09,
|
|
'temperature': 30.0,
|
|
'uv_index': 4,
|
|
'wind_bearing': 80,
|
|
'wind_gust_speed': 13.53,
|
|
'wind_speed': 5.98,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 33.2,
|
|
'cloud_coverage': 80.0,
|
|
'condition': 'rainy',
|
|
'datetime': '2023-09-10T06:00:00Z',
|
|
'dew_point': 23.4,
|
|
'humidity': 70,
|
|
'precipitation': 1.0,
|
|
'precipitation_probability': 17.0,
|
|
'pressure': 1010.0,
|
|
'temperature': 29.5,
|
|
'uv_index': 3,
|
|
'wind_bearing': 83,
|
|
'wind_gust_speed': 12.55,
|
|
'wind_speed': 6.84,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 32.3,
|
|
'cloud_coverage': 88.0,
|
|
'condition': 'rainy',
|
|
'datetime': '2023-09-10T07:00:00Z',
|
|
'dew_point': 23.4,
|
|
'humidity': 73,
|
|
'precipitation': 0.4,
|
|
'precipitation_probability': 16.0,
|
|
'pressure': 1010.27,
|
|
'temperature': 28.7,
|
|
'uv_index': 2,
|
|
'wind_bearing': 90,
|
|
'wind_gust_speed': 10.16,
|
|
'wind_speed': 6.07,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 30.9,
|
|
'cloud_coverage': 92.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-10T08:00:00Z',
|
|
'dew_point': 23.2,
|
|
'humidity': 77,
|
|
'precipitation': 0.5,
|
|
'precipitation_probability': 14.000000000000002,
|
|
'pressure': 1010.71,
|
|
'temperature': 27.6,
|
|
'uv_index': 0,
|
|
'wind_bearing': 101,
|
|
'wind_gust_speed': 8.18,
|
|
'wind_speed': 4.82,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 29.7,
|
|
'cloud_coverage': 93.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-10T09:00:00Z',
|
|
'dew_point': 23.2,
|
|
'humidity': 82,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1010.9,
|
|
'temperature': 26.5,
|
|
'uv_index': 0,
|
|
'wind_bearing': 128,
|
|
'wind_gust_speed': 8.89,
|
|
'wind_speed': 4.95,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 28.6,
|
|
'cloud_coverage': 88.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-10T10:00:00Z',
|
|
'dew_point': 23.0,
|
|
'humidity': 86,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1011.12,
|
|
'temperature': 25.6,
|
|
'uv_index': 0,
|
|
'wind_bearing': 134,
|
|
'wind_gust_speed': 10.03,
|
|
'wind_speed': 4.52,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 27.9,
|
|
'cloud_coverage': 87.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-10T11:00:00Z',
|
|
'dew_point': 22.8,
|
|
'humidity': 87,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1011.43,
|
|
'temperature': 25.1,
|
|
'uv_index': 0,
|
|
'wind_bearing': 137,
|
|
'wind_gust_speed': 12.4,
|
|
'wind_speed': 5.41,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 27.4,
|
|
'cloud_coverage': 82.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-10T12:00:00Z',
|
|
'dew_point': 22.5,
|
|
'humidity': 87,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1011.58,
|
|
'temperature': 24.8,
|
|
'uv_index': 0,
|
|
'wind_bearing': 143,
|
|
'wind_gust_speed': 16.36,
|
|
'wind_speed': 6.31,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 27.1,
|
|
'cloud_coverage': 82.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-10T13:00:00Z',
|
|
'dew_point': 22.4,
|
|
'humidity': 88,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1011.55,
|
|
'temperature': 24.5,
|
|
'uv_index': 0,
|
|
'wind_bearing': 144,
|
|
'wind_gust_speed': 19.66,
|
|
'wind_speed': 7.23,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 26.8,
|
|
'cloud_coverage': 72.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-10T14:00:00Z',
|
|
'dew_point': 22.2,
|
|
'humidity': 88,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1011.4,
|
|
'temperature': 24.3,
|
|
'uv_index': 0,
|
|
'wind_bearing': 141,
|
|
'wind_gust_speed': 21.15,
|
|
'wind_speed': 7.46,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 26.3,
|
|
'cloud_coverage': 74.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-10T15:00:00Z',
|
|
'dew_point': 22.0,
|
|
'humidity': 89,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1011.23,
|
|
'temperature': 23.9,
|
|
'uv_index': 0,
|
|
'wind_bearing': 141,
|
|
'wind_gust_speed': 22.26,
|
|
'wind_speed': 7.84,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 26.1,
|
|
'cloud_coverage': 70.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-10T16:00:00Z',
|
|
'dew_point': 21.8,
|
|
'humidity': 89,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1011.01,
|
|
'temperature': 23.8,
|
|
'uv_index': 0,
|
|
'wind_bearing': 144,
|
|
'wind_gust_speed': 23.53,
|
|
'wind_speed': 8.63,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 25.6,
|
|
'cloud_coverage': 61.0,
|
|
'condition': 'partlycloudy',
|
|
'datetime': '2023-09-10T17:00:00Z',
|
|
'dew_point': 21.6,
|
|
'humidity': 89,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1010.78,
|
|
'temperature': 23.5,
|
|
'uv_index': 0,
|
|
'wind_bearing': 144,
|
|
'wind_gust_speed': 22.83,
|
|
'wind_speed': 8.61,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 25.4,
|
|
'cloud_coverage': 74.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-10T18:00:00Z',
|
|
'dew_point': 21.5,
|
|
'humidity': 90,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1010.69,
|
|
'temperature': 23.3,
|
|
'uv_index': 0,
|
|
'wind_bearing': 143,
|
|
'wind_gust_speed': 23.7,
|
|
'wind_speed': 8.7,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 25.2,
|
|
'cloud_coverage': 84.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-10T19:00:00Z',
|
|
'dew_point': 21.4,
|
|
'humidity': 90,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1010.77,
|
|
'temperature': 23.1,
|
|
'uv_index': 0,
|
|
'wind_bearing': 140,
|
|
'wind_gust_speed': 24.24,
|
|
'wind_speed': 8.74,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 25.5,
|
|
'cloud_coverage': 89.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-10T20:00:00Z',
|
|
'dew_point': 21.6,
|
|
'humidity': 90,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1010.89,
|
|
'temperature': 23.3,
|
|
'uv_index': 0,
|
|
'wind_bearing': 138,
|
|
'wind_gust_speed': 23.99,
|
|
'wind_speed': 8.81,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 25.9,
|
|
'cloud_coverage': 73.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-10T21:00:00Z',
|
|
'dew_point': 21.6,
|
|
'humidity': 88,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1011.1,
|
|
'temperature': 23.7,
|
|
'uv_index': 0,
|
|
'wind_bearing': 138,
|
|
'wind_gust_speed': 25.55,
|
|
'wind_speed': 9.05,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 27.0,
|
|
'cloud_coverage': 71.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-10T22:00:00Z',
|
|
'dew_point': 21.8,
|
|
'humidity': 84,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1011.29,
|
|
'temperature': 24.6,
|
|
'uv_index': 1,
|
|
'wind_bearing': 140,
|
|
'wind_gust_speed': 29.08,
|
|
'wind_speed': 10.37,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 28.4,
|
|
'cloud_coverage': 70.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-10T23:00:00Z',
|
|
'dew_point': 21.9,
|
|
'humidity': 79,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1011.36,
|
|
'temperature': 25.9,
|
|
'uv_index': 2,
|
|
'wind_bearing': 140,
|
|
'wind_gust_speed': 34.13,
|
|
'wind_speed': 12.56,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 30.1,
|
|
'cloud_coverage': 68.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-11T00:00:00Z',
|
|
'dew_point': 22.3,
|
|
'humidity': 74,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1011.39,
|
|
'temperature': 27.2,
|
|
'uv_index': 3,
|
|
'wind_bearing': 140,
|
|
'wind_gust_speed': 38.2,
|
|
'wind_speed': 15.65,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 31.4,
|
|
'cloud_coverage': 57.99999999999999,
|
|
'condition': 'partlycloudy',
|
|
'datetime': '2023-09-11T01:00:00Z',
|
|
'dew_point': 22.3,
|
|
'humidity': 70,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1011.31,
|
|
'temperature': 28.4,
|
|
'uv_index': 5,
|
|
'wind_bearing': 141,
|
|
'wind_gust_speed': 37.55,
|
|
'wind_speed': 15.78,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 32.7,
|
|
'cloud_coverage': 63.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-11T02:00:00Z',
|
|
'dew_point': 22.4,
|
|
'humidity': 66,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1010.98,
|
|
'temperature': 29.6,
|
|
'uv_index': 6,
|
|
'wind_bearing': 143,
|
|
'wind_gust_speed': 35.86,
|
|
'wind_speed': 15.41,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 33.5,
|
|
'cloud_coverage': 64.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-11T03:00:00Z',
|
|
'dew_point': 22.5,
|
|
'humidity': 63,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1010.61,
|
|
'temperature': 30.3,
|
|
'uv_index': 6,
|
|
'wind_bearing': 141,
|
|
'wind_gust_speed': 35.88,
|
|
'wind_speed': 15.51,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 33.8,
|
|
'cloud_coverage': 74.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-11T04:00:00Z',
|
|
'dew_point': 22.6,
|
|
'humidity': 63,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1010.36,
|
|
'temperature': 30.4,
|
|
'uv_index': 5,
|
|
'wind_bearing': 140,
|
|
'wind_gust_speed': 35.99,
|
|
'wind_speed': 15.75,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 33.5,
|
|
'cloud_coverage': 76.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-11T05:00:00Z',
|
|
'dew_point': 22.6,
|
|
'humidity': 64,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1010.11,
|
|
'temperature': 30.1,
|
|
'uv_index': 4,
|
|
'wind_bearing': 137,
|
|
'wind_gust_speed': 33.61,
|
|
'wind_speed': 15.36,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 33.2,
|
|
'cloud_coverage': 77.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-11T06:00:00Z',
|
|
'dew_point': 22.5,
|
|
'humidity': 64,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1009.98,
|
|
'temperature': 30.0,
|
|
'uv_index': 3,
|
|
'wind_bearing': 138,
|
|
'wind_gust_speed': 32.61,
|
|
'wind_speed': 14.98,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 32.3,
|
|
'cloud_coverage': 64.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-11T07:00:00Z',
|
|
'dew_point': 22.2,
|
|
'humidity': 66,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1010.13,
|
|
'temperature': 29.2,
|
|
'uv_index': 2,
|
|
'wind_bearing': 138,
|
|
'wind_gust_speed': 28.1,
|
|
'wind_speed': 13.88,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 31.2,
|
|
'cloud_coverage': 56.00000000000001,
|
|
'condition': 'partlycloudy',
|
|
'datetime': '2023-09-11T08:00:00Z',
|
|
'dew_point': 22.1,
|
|
'humidity': 69,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1010.48,
|
|
'temperature': 28.3,
|
|
'uv_index': 0,
|
|
'wind_bearing': 137,
|
|
'wind_gust_speed': 24.22,
|
|
'wind_speed': 13.02,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 29.8,
|
|
'cloud_coverage': 55.00000000000001,
|
|
'condition': 'partlycloudy',
|
|
'datetime': '2023-09-11T09:00:00Z',
|
|
'dew_point': 21.9,
|
|
'humidity': 73,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1010.81,
|
|
'temperature': 27.1,
|
|
'uv_index': 0,
|
|
'wind_bearing': 138,
|
|
'wind_gust_speed': 22.5,
|
|
'wind_speed': 11.94,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 28.8,
|
|
'cloud_coverage': 63.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-11T10:00:00Z',
|
|
'dew_point': 21.7,
|
|
'humidity': 76,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1011.29,
|
|
'temperature': 26.3,
|
|
'uv_index': 0,
|
|
'wind_bearing': 137,
|
|
'wind_gust_speed': 21.47,
|
|
'wind_speed': 11.25,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 28.1,
|
|
'cloud_coverage': 86.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-11T11:00:00Z',
|
|
'dew_point': 21.8,
|
|
'humidity': 80,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1011.77,
|
|
'temperature': 25.6,
|
|
'uv_index': 0,
|
|
'wind_bearing': 141,
|
|
'wind_gust_speed': 22.71,
|
|
'wind_speed': 12.39,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 27.6,
|
|
'cloud_coverage': 86.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-11T12:00:00Z',
|
|
'dew_point': 21.8,
|
|
'humidity': 82,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1011.97,
|
|
'temperature': 25.2,
|
|
'uv_index': 0,
|
|
'wind_bearing': 143,
|
|
'wind_gust_speed': 23.67,
|
|
'wind_speed': 12.83,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 27.1,
|
|
'cloud_coverage': 89.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-11T13:00:00Z',
|
|
'dew_point': 21.7,
|
|
'humidity': 83,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1011.97,
|
|
'temperature': 24.7,
|
|
'uv_index': 0,
|
|
'wind_bearing': 146,
|
|
'wind_gust_speed': 23.34,
|
|
'wind_speed': 12.62,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 26.7,
|
|
'cloud_coverage': 88.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-11T14:00:00Z',
|
|
'dew_point': 21.7,
|
|
'humidity': 85,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1011.83,
|
|
'temperature': 24.4,
|
|
'uv_index': 0,
|
|
'wind_bearing': 147,
|
|
'wind_gust_speed': 22.9,
|
|
'wind_speed': 12.07,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 26.3,
|
|
'cloud_coverage': 90.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-11T15:00:00Z',
|
|
'dew_point': 21.6,
|
|
'humidity': 86,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1011.74,
|
|
'temperature': 24.1,
|
|
'uv_index': 0,
|
|
'wind_bearing': 147,
|
|
'wind_gust_speed': 22.01,
|
|
'wind_speed': 11.19,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 25.9,
|
|
'cloud_coverage': 88.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-11T16:00:00Z',
|
|
'dew_point': 21.6,
|
|
'humidity': 88,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1011.56,
|
|
'temperature': 23.7,
|
|
'uv_index': 0,
|
|
'wind_bearing': 149,
|
|
'wind_gust_speed': 21.29,
|
|
'wind_speed': 10.97,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 25.8,
|
|
'cloud_coverage': 85.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-11T17:00:00Z',
|
|
'dew_point': 21.5,
|
|
'humidity': 88,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1011.35,
|
|
'temperature': 23.6,
|
|
'uv_index': 0,
|
|
'wind_bearing': 150,
|
|
'wind_gust_speed': 20.52,
|
|
'wind_speed': 10.5,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 25.7,
|
|
'cloud_coverage': 82.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-11T18:00:00Z',
|
|
'dew_point': 21.4,
|
|
'humidity': 88,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1011.3,
|
|
'temperature': 23.5,
|
|
'uv_index': 0,
|
|
'wind_bearing': 149,
|
|
'wind_gust_speed': 20.04,
|
|
'wind_speed': 10.51,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 25.4,
|
|
'cloud_coverage': 78.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-11T19:00:00Z',
|
|
'dew_point': 21.3,
|
|
'humidity': 88,
|
|
'precipitation': 0.3,
|
|
'precipitation_probability': 12.0,
|
|
'pressure': 1011.37,
|
|
'temperature': 23.4,
|
|
'uv_index': 0,
|
|
'wind_bearing': 146,
|
|
'wind_gust_speed': 18.07,
|
|
'wind_speed': 10.13,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 25.2,
|
|
'cloud_coverage': 78.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-11T20:00:00Z',
|
|
'dew_point': 21.2,
|
|
'humidity': 89,
|
|
'precipitation': 0.2,
|
|
'precipitation_probability': 13.0,
|
|
'pressure': 1011.53,
|
|
'temperature': 23.1,
|
|
'uv_index': 0,
|
|
'wind_bearing': 141,
|
|
'wind_gust_speed': 16.86,
|
|
'wind_speed': 10.34,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 25.5,
|
|
'cloud_coverage': 78.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-11T21:00:00Z',
|
|
'dew_point': 21.4,
|
|
'humidity': 88,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1011.71,
|
|
'temperature': 23.4,
|
|
'uv_index': 0,
|
|
'wind_bearing': 138,
|
|
'wind_gust_speed': 16.66,
|
|
'wind_speed': 10.68,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 26.8,
|
|
'cloud_coverage': 78.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-11T22:00:00Z',
|
|
'dew_point': 21.9,
|
|
'humidity': 86,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1011.94,
|
|
'temperature': 24.4,
|
|
'uv_index': 1,
|
|
'wind_bearing': 137,
|
|
'wind_gust_speed': 17.21,
|
|
'wind_speed': 10.61,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 28.2,
|
|
'cloud_coverage': 78.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-11T23:00:00Z',
|
|
'dew_point': 22.3,
|
|
'humidity': 82,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1012.05,
|
|
'temperature': 25.6,
|
|
'uv_index': 2,
|
|
'wind_bearing': 138,
|
|
'wind_gust_speed': 19.23,
|
|
'wind_speed': 11.13,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 29.5,
|
|
'cloud_coverage': 79.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-12T00:00:00Z',
|
|
'dew_point': 22.6,
|
|
'humidity': 79,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1012.07,
|
|
'temperature': 26.6,
|
|
'uv_index': 3,
|
|
'wind_bearing': 140,
|
|
'wind_gust_speed': 20.61,
|
|
'wind_speed': 11.13,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 31.2,
|
|
'cloud_coverage': 82.0,
|
|
'condition': 'rainy',
|
|
'datetime': '2023-09-12T01:00:00Z',
|
|
'dew_point': 23.1,
|
|
'humidity': 75,
|
|
'precipitation': 0.2,
|
|
'precipitation_probability': 16.0,
|
|
'pressure': 1011.89,
|
|
'temperature': 27.9,
|
|
'uv_index': 4,
|
|
'wind_bearing': 141,
|
|
'wind_gust_speed': 23.35,
|
|
'wind_speed': 11.98,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 32.6,
|
|
'cloud_coverage': 85.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-12T02:00:00Z',
|
|
'dew_point': 23.5,
|
|
'humidity': 72,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1011.53,
|
|
'temperature': 29.0,
|
|
'uv_index': 5,
|
|
'wind_bearing': 143,
|
|
'wind_gust_speed': 26.45,
|
|
'wind_speed': 13.01,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 33.5,
|
|
'cloud_coverage': 84.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-12T03:00:00Z',
|
|
'dew_point': 23.5,
|
|
'humidity': 69,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1011.15,
|
|
'temperature': 29.8,
|
|
'uv_index': 5,
|
|
'wind_bearing': 141,
|
|
'wind_gust_speed': 28.95,
|
|
'wind_speed': 13.9,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 34.0,
|
|
'cloud_coverage': 73.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-12T04:00:00Z',
|
|
'dew_point': 23.4,
|
|
'humidity': 67,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1010.79,
|
|
'temperature': 30.2,
|
|
'uv_index': 5,
|
|
'wind_bearing': 141,
|
|
'wind_gust_speed': 27.9,
|
|
'wind_speed': 13.95,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 34.0,
|
|
'cloud_coverage': 64.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-12T05:00:00Z',
|
|
'dew_point': 23.1,
|
|
'humidity': 65,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1010.43,
|
|
'temperature': 30.4,
|
|
'uv_index': 4,
|
|
'wind_bearing': 140,
|
|
'wind_gust_speed': 26.53,
|
|
'wind_speed': 13.78,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 33.4,
|
|
'cloud_coverage': 56.00000000000001,
|
|
'condition': 'partlycloudy',
|
|
'datetime': '2023-09-12T06:00:00Z',
|
|
'dew_point': 22.6,
|
|
'humidity': 64,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1010.21,
|
|
'temperature': 30.1,
|
|
'uv_index': 3,
|
|
'wind_bearing': 138,
|
|
'wind_gust_speed': 24.56,
|
|
'wind_speed': 13.74,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 32.0,
|
|
'cloud_coverage': 53.0,
|
|
'condition': 'partlycloudy',
|
|
'datetime': '2023-09-12T07:00:00Z',
|
|
'dew_point': 22.1,
|
|
'humidity': 66,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1010.26,
|
|
'temperature': 29.1,
|
|
'uv_index': 2,
|
|
'wind_bearing': 138,
|
|
'wind_gust_speed': 22.78,
|
|
'wind_speed': 13.21,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 30.9,
|
|
'cloud_coverage': 48.0,
|
|
'condition': 'partlycloudy',
|
|
'datetime': '2023-09-12T08:00:00Z',
|
|
'dew_point': 21.9,
|
|
'humidity': 69,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1010.51,
|
|
'temperature': 28.1,
|
|
'uv_index': 0,
|
|
'wind_bearing': 140,
|
|
'wind_gust_speed': 19.92,
|
|
'wind_speed': 12.0,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 29.7,
|
|
'cloud_coverage': 50.0,
|
|
'condition': 'partlycloudy',
|
|
'datetime': '2023-09-12T09:00:00Z',
|
|
'dew_point': 21.7,
|
|
'humidity': 72,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1010.8,
|
|
'temperature': 27.2,
|
|
'uv_index': 0,
|
|
'wind_bearing': 141,
|
|
'wind_gust_speed': 17.65,
|
|
'wind_speed': 10.97,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 28.6,
|
|
'cloud_coverage': 54.0,
|
|
'condition': 'partlycloudy',
|
|
'datetime': '2023-09-12T10:00:00Z',
|
|
'dew_point': 21.4,
|
|
'humidity': 75,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1011.23,
|
|
'temperature': 26.2,
|
|
'uv_index': 0,
|
|
'wind_bearing': 143,
|
|
'wind_gust_speed': 15.87,
|
|
'wind_speed': 10.23,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 27.6,
|
|
'cloud_coverage': 56.99999999999999,
|
|
'condition': 'partlycloudy',
|
|
'datetime': '2023-09-12T11:00:00Z',
|
|
'dew_point': 21.3,
|
|
'humidity': 78,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 40.0,
|
|
'pressure': 1011.79,
|
|
'temperature': 25.4,
|
|
'uv_index': 0,
|
|
'wind_bearing': 146,
|
|
'wind_gust_speed': 13.9,
|
|
'wind_speed': 9.39,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 26.8,
|
|
'cloud_coverage': 60.0,
|
|
'condition': 'partlycloudy',
|
|
'datetime': '2023-09-12T12:00:00Z',
|
|
'dew_point': 21.2,
|
|
'humidity': 81,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 47.0,
|
|
'pressure': 1012.12,
|
|
'temperature': 24.7,
|
|
'uv_index': 0,
|
|
'wind_bearing': 147,
|
|
'wind_gust_speed': 13.32,
|
|
'wind_speed': 8.9,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 26.3,
|
|
'cloud_coverage': 66.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-12T13:00:00Z',
|
|
'dew_point': 21.2,
|
|
'humidity': 83,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 40.0,
|
|
'pressure': 1012.18,
|
|
'temperature': 24.2,
|
|
'uv_index': 0,
|
|
'wind_bearing': 149,
|
|
'wind_gust_speed': 13.18,
|
|
'wind_speed': 8.59,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 26.0,
|
|
'cloud_coverage': 71.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-12T14:00:00Z',
|
|
'dew_point': 21.3,
|
|
'humidity': 85,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1012.09,
|
|
'temperature': 23.9,
|
|
'uv_index': 0,
|
|
'wind_bearing': 149,
|
|
'wind_gust_speed': 13.84,
|
|
'wind_speed': 8.87,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 25.7,
|
|
'cloud_coverage': 76.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-12T15:00:00Z',
|
|
'dew_point': 21.3,
|
|
'humidity': 87,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1011.99,
|
|
'temperature': 23.6,
|
|
'uv_index': 0,
|
|
'wind_bearing': 149,
|
|
'wind_gust_speed': 15.08,
|
|
'wind_speed': 8.93,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 25.1,
|
|
'cloud_coverage': 73.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-12T16:00:00Z',
|
|
'dew_point': 21.0,
|
|
'humidity': 88,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1011.93,
|
|
'temperature': 23.2,
|
|
'uv_index': 0,
|
|
'wind_bearing': 146,
|
|
'wind_gust_speed': 16.74,
|
|
'wind_speed': 9.49,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 24.7,
|
|
'cloud_coverage': 74.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-12T17:00:00Z',
|
|
'dew_point': 20.8,
|
|
'humidity': 88,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1011.75,
|
|
'temperature': 22.9,
|
|
'uv_index': 0,
|
|
'wind_bearing': 146,
|
|
'wind_gust_speed': 17.45,
|
|
'wind_speed': 9.12,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 24.4,
|
|
'cloud_coverage': 73.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-12T18:00:00Z',
|
|
'dew_point': 20.7,
|
|
'humidity': 89,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1011.77,
|
|
'temperature': 22.6,
|
|
'uv_index': 0,
|
|
'wind_bearing': 149,
|
|
'wind_gust_speed': 17.04,
|
|
'wind_speed': 8.68,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 24.1,
|
|
'cloud_coverage': 73.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-12T19:00:00Z',
|
|
'dew_point': 20.6,
|
|
'humidity': 90,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1011.93,
|
|
'temperature': 22.4,
|
|
'uv_index': 0,
|
|
'wind_bearing': 149,
|
|
'wind_gust_speed': 16.8,
|
|
'wind_speed': 8.61,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 23.9,
|
|
'cloud_coverage': 74.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-12T20:00:00Z',
|
|
'dew_point': 20.5,
|
|
'humidity': 90,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1012.23,
|
|
'temperature': 22.1,
|
|
'uv_index': 0,
|
|
'wind_bearing': 150,
|
|
'wind_gust_speed': 15.35,
|
|
'wind_speed': 8.36,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 24.4,
|
|
'cloud_coverage': 75.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-12T21:00:00Z',
|
|
'dew_point': 20.6,
|
|
'humidity': 89,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1012.49,
|
|
'temperature': 22.6,
|
|
'uv_index': 0,
|
|
'wind_bearing': 155,
|
|
'wind_gust_speed': 14.09,
|
|
'wind_speed': 7.77,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 25.8,
|
|
'cloud_coverage': 71.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-12T22:00:00Z',
|
|
'dew_point': 21.0,
|
|
'humidity': 84,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1012.72,
|
|
'temperature': 23.8,
|
|
'uv_index': 1,
|
|
'wind_bearing': 152,
|
|
'wind_gust_speed': 14.04,
|
|
'wind_speed': 7.25,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 27.8,
|
|
'cloud_coverage': 65.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-12T23:00:00Z',
|
|
'dew_point': 21.4,
|
|
'humidity': 78,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1012.85,
|
|
'temperature': 25.5,
|
|
'uv_index': 2,
|
|
'wind_bearing': 149,
|
|
'wind_gust_speed': 15.31,
|
|
'wind_speed': 7.14,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 29.7,
|
|
'cloud_coverage': 60.0,
|
|
'condition': 'partlycloudy',
|
|
'datetime': '2023-09-13T00:00:00Z',
|
|
'dew_point': 21.8,
|
|
'humidity': 73,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1012.89,
|
|
'temperature': 27.1,
|
|
'uv_index': 4,
|
|
'wind_bearing': 141,
|
|
'wind_gust_speed': 16.42,
|
|
'wind_speed': 6.89,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 31.2,
|
|
'cloud_coverage': 64.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-13T01:00:00Z',
|
|
'dew_point': 22.0,
|
|
'humidity': 68,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1012.65,
|
|
'temperature': 28.4,
|
|
'uv_index': 5,
|
|
'wind_bearing': 137,
|
|
'wind_gust_speed': 18.64,
|
|
'wind_speed': 6.65,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 32.3,
|
|
'cloud_coverage': 73.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-13T02:00:00Z',
|
|
'dew_point': 21.9,
|
|
'humidity': 64,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1012.26,
|
|
'temperature': 29.4,
|
|
'uv_index': 5,
|
|
'wind_bearing': 128,
|
|
'wind_gust_speed': 21.69,
|
|
'wind_speed': 7.12,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 33.0,
|
|
'cloud_coverage': 76.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-13T03:00:00Z',
|
|
'dew_point': 21.9,
|
|
'humidity': 62,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1011.88,
|
|
'temperature': 30.1,
|
|
'uv_index': 6,
|
|
'wind_bearing': 111,
|
|
'wind_gust_speed': 23.41,
|
|
'wind_speed': 7.33,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 33.4,
|
|
'cloud_coverage': 72.0,
|
|
'condition': 'rainy',
|
|
'datetime': '2023-09-13T04:00:00Z',
|
|
'dew_point': 22.0,
|
|
'humidity': 61,
|
|
'precipitation': 0.9,
|
|
'precipitation_probability': 12.0,
|
|
'pressure': 1011.55,
|
|
'temperature': 30.4,
|
|
'uv_index': 5,
|
|
'wind_bearing': 56,
|
|
'wind_gust_speed': 23.1,
|
|
'wind_speed': 8.09,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 33.2,
|
|
'cloud_coverage': 72.0,
|
|
'condition': 'rainy',
|
|
'datetime': '2023-09-13T05:00:00Z',
|
|
'dew_point': 21.9,
|
|
'humidity': 61,
|
|
'precipitation': 1.9,
|
|
'precipitation_probability': 12.0,
|
|
'pressure': 1011.29,
|
|
'temperature': 30.2,
|
|
'uv_index': 4,
|
|
'wind_bearing': 20,
|
|
'wind_gust_speed': 21.81,
|
|
'wind_speed': 9.46,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 32.6,
|
|
'cloud_coverage': 74.0,
|
|
'condition': 'rainy',
|
|
'datetime': '2023-09-13T06:00:00Z',
|
|
'dew_point': 21.9,
|
|
'humidity': 63,
|
|
'precipitation': 2.3,
|
|
'precipitation_probability': 11.0,
|
|
'pressure': 1011.17,
|
|
'temperature': 29.7,
|
|
'uv_index': 3,
|
|
'wind_bearing': 20,
|
|
'wind_gust_speed': 19.72,
|
|
'wind_speed': 9.8,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 31.8,
|
|
'cloud_coverage': 69.0,
|
|
'condition': 'rainy',
|
|
'datetime': '2023-09-13T07:00:00Z',
|
|
'dew_point': 22.4,
|
|
'humidity': 68,
|
|
'precipitation': 1.8,
|
|
'precipitation_probability': 10.0,
|
|
'pressure': 1011.32,
|
|
'temperature': 28.8,
|
|
'uv_index': 1,
|
|
'wind_bearing': 18,
|
|
'wind_gust_speed': 17.55,
|
|
'wind_speed': 9.23,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 30.8,
|
|
'cloud_coverage': 73.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-13T08:00:00Z',
|
|
'dew_point': 22.9,
|
|
'humidity': 76,
|
|
'precipitation': 0.8,
|
|
'precipitation_probability': 10.0,
|
|
'pressure': 1011.6,
|
|
'temperature': 27.6,
|
|
'uv_index': 0,
|
|
'wind_bearing': 27,
|
|
'wind_gust_speed': 15.08,
|
|
'wind_speed': 8.05,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 29.4,
|
|
'cloud_coverage': 76.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-13T09:00:00Z',
|
|
'dew_point': 23.0,
|
|
'humidity': 82,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1011.94,
|
|
'temperature': 26.3,
|
|
'uv_index': 0,
|
|
'wind_bearing': 32,
|
|
'wind_gust_speed': 12.17,
|
|
'wind_speed': 6.68,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 28.5,
|
|
'cloud_coverage': 84.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-13T10:00:00Z',
|
|
'dew_point': 22.9,
|
|
'humidity': 85,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1012.3,
|
|
'temperature': 25.5,
|
|
'uv_index': 0,
|
|
'wind_bearing': 69,
|
|
'wind_gust_speed': 11.64,
|
|
'wind_speed': 6.69,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 27.7,
|
|
'cloud_coverage': 84.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-13T11:00:00Z',
|
|
'dew_point': 22.6,
|
|
'humidity': 87,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1012.71,
|
|
'temperature': 25.0,
|
|
'uv_index': 0,
|
|
'wind_bearing': 155,
|
|
'wind_gust_speed': 11.91,
|
|
'wind_speed': 6.23,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 27.1,
|
|
'cloud_coverage': 82.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-13T12:00:00Z',
|
|
'dew_point': 22.3,
|
|
'humidity': 88,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1012.96,
|
|
'temperature': 24.5,
|
|
'uv_index': 0,
|
|
'wind_bearing': 161,
|
|
'wind_gust_speed': 12.47,
|
|
'wind_speed': 5.73,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 26.7,
|
|
'cloud_coverage': 82.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-13T13:00:00Z',
|
|
'dew_point': 22.3,
|
|
'humidity': 89,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1013.03,
|
|
'temperature': 24.2,
|
|
'uv_index': 0,
|
|
'wind_bearing': 161,
|
|
'wind_gust_speed': 13.57,
|
|
'wind_speed': 5.66,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 26.4,
|
|
'cloud_coverage': 84.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-13T14:00:00Z',
|
|
'dew_point': 22.2,
|
|
'humidity': 90,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1012.99,
|
|
'temperature': 23.9,
|
|
'uv_index': 0,
|
|
'wind_bearing': 159,
|
|
'wind_gust_speed': 15.07,
|
|
'wind_speed': 5.83,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 26.1,
|
|
'cloud_coverage': 86.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-13T15:00:00Z',
|
|
'dew_point': 22.2,
|
|
'humidity': 91,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1012.95,
|
|
'temperature': 23.7,
|
|
'uv_index': 0,
|
|
'wind_bearing': 158,
|
|
'wind_gust_speed': 16.06,
|
|
'wind_speed': 5.93,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 25.7,
|
|
'cloud_coverage': 88.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-13T16:00:00Z',
|
|
'dew_point': 22.0,
|
|
'humidity': 92,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1012.9,
|
|
'temperature': 23.4,
|
|
'uv_index': 0,
|
|
'wind_bearing': 153,
|
|
'wind_gust_speed': 16.05,
|
|
'wind_speed': 5.75,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 25.4,
|
|
'cloud_coverage': 90.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-13T17:00:00Z',
|
|
'dew_point': 21.8,
|
|
'humidity': 92,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1012.85,
|
|
'temperature': 23.1,
|
|
'uv_index': 0,
|
|
'wind_bearing': 150,
|
|
'wind_gust_speed': 15.52,
|
|
'wind_speed': 5.49,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 25.2,
|
|
'cloud_coverage': 92.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-13T18:00:00Z',
|
|
'dew_point': 21.8,
|
|
'humidity': 93,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1012.87,
|
|
'temperature': 23.0,
|
|
'uv_index': 0,
|
|
'wind_bearing': 149,
|
|
'wind_gust_speed': 15.01,
|
|
'wind_speed': 5.32,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 25.0,
|
|
'cloud_coverage': 90.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-13T19:00:00Z',
|
|
'dew_point': 21.7,
|
|
'humidity': 94,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1013.01,
|
|
'temperature': 22.8,
|
|
'uv_index': 0,
|
|
'wind_bearing': 147,
|
|
'wind_gust_speed': 14.39,
|
|
'wind_speed': 5.33,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 24.8,
|
|
'cloud_coverage': 89.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-13T20:00:00Z',
|
|
'dew_point': 21.6,
|
|
'humidity': 94,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1013.22,
|
|
'temperature': 22.6,
|
|
'uv_index': 0,
|
|
'wind_bearing': 147,
|
|
'wind_gust_speed': 13.79,
|
|
'wind_speed': 5.43,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 25.3,
|
|
'cloud_coverage': 86.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-13T21:00:00Z',
|
|
'dew_point': 21.8,
|
|
'humidity': 92,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1013.41,
|
|
'temperature': 23.1,
|
|
'uv_index': 0,
|
|
'wind_bearing': 147,
|
|
'wind_gust_speed': 14.12,
|
|
'wind_speed': 5.52,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 26.7,
|
|
'cloud_coverage': 77.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-13T22:00:00Z',
|
|
'dew_point': 22.1,
|
|
'humidity': 88,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1013.59,
|
|
'temperature': 24.3,
|
|
'uv_index': 1,
|
|
'wind_bearing': 147,
|
|
'wind_gust_speed': 16.14,
|
|
'wind_speed': 5.58,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 28.4,
|
|
'cloud_coverage': 65.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-13T23:00:00Z',
|
|
'dew_point': 22.4,
|
|
'humidity': 82,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1013.74,
|
|
'temperature': 25.7,
|
|
'uv_index': 2,
|
|
'wind_bearing': 146,
|
|
'wind_gust_speed': 19.09,
|
|
'wind_speed': 5.62,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 30.5,
|
|
'cloud_coverage': 57.99999999999999,
|
|
'condition': 'partlycloudy',
|
|
'datetime': '2023-09-14T00:00:00Z',
|
|
'dew_point': 22.9,
|
|
'humidity': 76,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1013.78,
|
|
'temperature': 27.4,
|
|
'uv_index': 4,
|
|
'wind_bearing': 143,
|
|
'wind_gust_speed': 21.6,
|
|
'wind_speed': 5.58,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 32.2,
|
|
'cloud_coverage': 54.0,
|
|
'condition': 'partlycloudy',
|
|
'datetime': '2023-09-14T01:00:00Z',
|
|
'dew_point': 23.2,
|
|
'humidity': 72,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1013.61,
|
|
'temperature': 28.7,
|
|
'uv_index': 5,
|
|
'wind_bearing': 138,
|
|
'wind_gust_speed': 23.36,
|
|
'wind_speed': 5.34,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 33.5,
|
|
'cloud_coverage': 54.0,
|
|
'condition': 'partlycloudy',
|
|
'datetime': '2023-09-14T02:00:00Z',
|
|
'dew_point': 23.2,
|
|
'humidity': 68,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1013.32,
|
|
'temperature': 29.9,
|
|
'uv_index': 6,
|
|
'wind_bearing': 111,
|
|
'wind_gust_speed': 24.72,
|
|
'wind_speed': 4.99,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 34.4,
|
|
'cloud_coverage': 56.00000000000001,
|
|
'condition': 'partlycloudy',
|
|
'datetime': '2023-09-14T03:00:00Z',
|
|
'dew_point': 23.3,
|
|
'humidity': 65,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1013.04,
|
|
'temperature': 30.7,
|
|
'uv_index': 6,
|
|
'wind_bearing': 354,
|
|
'wind_gust_speed': 25.23,
|
|
'wind_speed': 4.74,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 34.9,
|
|
'cloud_coverage': 57.99999999999999,
|
|
'condition': 'partlycloudy',
|
|
'datetime': '2023-09-14T04:00:00Z',
|
|
'dew_point': 23.4,
|
|
'humidity': 64,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1012.77,
|
|
'temperature': 31.0,
|
|
'uv_index': 6,
|
|
'wind_bearing': 341,
|
|
'wind_gust_speed': 24.6,
|
|
'wind_speed': 4.79,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 34.5,
|
|
'cloud_coverage': 60.0,
|
|
'condition': 'rainy',
|
|
'datetime': '2023-09-14T05:00:00Z',
|
|
'dew_point': 23.2,
|
|
'humidity': 64,
|
|
'precipitation': 0.2,
|
|
'precipitation_probability': 15.0,
|
|
'pressure': 1012.53,
|
|
'temperature': 30.7,
|
|
'uv_index': 5,
|
|
'wind_bearing': 336,
|
|
'wind_gust_speed': 23.28,
|
|
'wind_speed': 5.07,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 33.8,
|
|
'cloud_coverage': 59.0,
|
|
'condition': 'rainy',
|
|
'datetime': '2023-09-14T06:00:00Z',
|
|
'dew_point': 23.1,
|
|
'humidity': 66,
|
|
'precipitation': 0.2,
|
|
'precipitation_probability': 14.000000000000002,
|
|
'pressure': 1012.49,
|
|
'temperature': 30.2,
|
|
'uv_index': 3,
|
|
'wind_bearing': 336,
|
|
'wind_gust_speed': 22.05,
|
|
'wind_speed': 5.34,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 32.9,
|
|
'cloud_coverage': 53.0,
|
|
'condition': 'rainy',
|
|
'datetime': '2023-09-14T07:00:00Z',
|
|
'dew_point': 23.0,
|
|
'humidity': 68,
|
|
'precipitation': 0.2,
|
|
'precipitation_probability': 40.0,
|
|
'pressure': 1012.73,
|
|
'temperature': 29.5,
|
|
'uv_index': 2,
|
|
'wind_bearing': 339,
|
|
'wind_gust_speed': 21.18,
|
|
'wind_speed': 5.63,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 31.6,
|
|
'cloud_coverage': 43.0,
|
|
'condition': 'partlycloudy',
|
|
'datetime': '2023-09-14T08:00:00Z',
|
|
'dew_point': 22.8,
|
|
'humidity': 72,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 45.0,
|
|
'pressure': 1013.16,
|
|
'temperature': 28.4,
|
|
'uv_index': 0,
|
|
'wind_bearing': 342,
|
|
'wind_gust_speed': 20.35,
|
|
'wind_speed': 5.93,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 30.0,
|
|
'cloud_coverage': 35.0,
|
|
'condition': 'sunny',
|
|
'datetime': '2023-09-14T09:00:00Z',
|
|
'dew_point': 22.5,
|
|
'humidity': 76,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 40.0,
|
|
'pressure': 1013.62,
|
|
'temperature': 27.1,
|
|
'uv_index': 0,
|
|
'wind_bearing': 347,
|
|
'wind_gust_speed': 19.42,
|
|
'wind_speed': 5.95,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 29.0,
|
|
'cloud_coverage': 32.0,
|
|
'condition': 'sunny',
|
|
'datetime': '2023-09-14T10:00:00Z',
|
|
'dew_point': 22.4,
|
|
'humidity': 79,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 40.0,
|
|
'pressure': 1014.09,
|
|
'temperature': 26.3,
|
|
'uv_index': 0,
|
|
'wind_bearing': 348,
|
|
'wind_gust_speed': 18.19,
|
|
'wind_speed': 5.31,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 28.2,
|
|
'cloud_coverage': 31.0,
|
|
'condition': 'sunny',
|
|
'datetime': '2023-09-14T11:00:00Z',
|
|
'dew_point': 22.4,
|
|
'humidity': 83,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 40.0,
|
|
'pressure': 1014.56,
|
|
'temperature': 25.5,
|
|
'uv_index': 0,
|
|
'wind_bearing': 177,
|
|
'wind_gust_speed': 16.79,
|
|
'wind_speed': 4.28,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 27.5,
|
|
'cloud_coverage': 31.0,
|
|
'condition': 'sunny',
|
|
'datetime': '2023-09-14T12:00:00Z',
|
|
'dew_point': 22.3,
|
|
'humidity': 86,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 40.0,
|
|
'pressure': 1014.87,
|
|
'temperature': 24.9,
|
|
'uv_index': 0,
|
|
'wind_bearing': 171,
|
|
'wind_gust_speed': 15.61,
|
|
'wind_speed': 3.72,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 26.6,
|
|
'cloud_coverage': 31.0,
|
|
'condition': 'sunny',
|
|
'datetime': '2023-09-14T13:00:00Z',
|
|
'dew_point': 22.1,
|
|
'humidity': 88,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 40.0,
|
|
'pressure': 1014.91,
|
|
'temperature': 24.2,
|
|
'uv_index': 0,
|
|
'wind_bearing': 171,
|
|
'wind_gust_speed': 14.7,
|
|
'wind_speed': 4.11,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 25.9,
|
|
'cloud_coverage': 32.0,
|
|
'condition': 'sunny',
|
|
'datetime': '2023-09-14T14:00:00Z',
|
|
'dew_point': 21.9,
|
|
'humidity': 90,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 40.0,
|
|
'pressure': 1014.8,
|
|
'temperature': 23.6,
|
|
'uv_index': 0,
|
|
'wind_bearing': 171,
|
|
'wind_gust_speed': 13.81,
|
|
'wind_speed': 4.97,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 25.3,
|
|
'cloud_coverage': 34.0,
|
|
'condition': 'sunny',
|
|
'datetime': '2023-09-14T15:00:00Z',
|
|
'dew_point': 21.7,
|
|
'humidity': 92,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 40.0,
|
|
'pressure': 1014.66,
|
|
'temperature': 23.1,
|
|
'uv_index': 0,
|
|
'wind_bearing': 170,
|
|
'wind_gust_speed': 12.88,
|
|
'wind_speed': 5.57,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 24.8,
|
|
'cloud_coverage': 37.0,
|
|
'condition': 'sunny',
|
|
'datetime': '2023-09-14T16:00:00Z',
|
|
'dew_point': 21.5,
|
|
'humidity': 93,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 40.0,
|
|
'pressure': 1014.54,
|
|
'temperature': 22.7,
|
|
'uv_index': 0,
|
|
'wind_bearing': 168,
|
|
'wind_gust_speed': 12.0,
|
|
'wind_speed': 5.62,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 24.4,
|
|
'cloud_coverage': 39.0,
|
|
'condition': 'partlycloudy',
|
|
'datetime': '2023-09-14T17:00:00Z',
|
|
'dew_point': 21.3,
|
|
'humidity': 94,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 40.0,
|
|
'pressure': 1014.45,
|
|
'temperature': 22.4,
|
|
'uv_index': 0,
|
|
'wind_bearing': 165,
|
|
'wind_gust_speed': 11.43,
|
|
'wind_speed': 5.48,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 24.6,
|
|
'cloud_coverage': 40.0,
|
|
'condition': 'partlycloudy',
|
|
'datetime': '2023-09-14T18:00:00Z',
|
|
'dew_point': 21.4,
|
|
'humidity': 93,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 44.0,
|
|
'pressure': 1014.45,
|
|
'temperature': 22.6,
|
|
'uv_index': 0,
|
|
'wind_bearing': 162,
|
|
'wind_gust_speed': 11.42,
|
|
'wind_speed': 5.38,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 25.0,
|
|
'cloud_coverage': 40.0,
|
|
'condition': 'partlycloudy',
|
|
'datetime': '2023-09-14T19:00:00Z',
|
|
'dew_point': 21.6,
|
|
'humidity': 92,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 52.0,
|
|
'pressure': 1014.63,
|
|
'temperature': 22.9,
|
|
'uv_index': 0,
|
|
'wind_bearing': 161,
|
|
'wind_gust_speed': 12.15,
|
|
'wind_speed': 5.39,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 25.6,
|
|
'cloud_coverage': 38.0,
|
|
'condition': 'partlycloudy',
|
|
'datetime': '2023-09-14T20:00:00Z',
|
|
'dew_point': 21.8,
|
|
'humidity': 91,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 51.0,
|
|
'pressure': 1014.91,
|
|
'temperature': 23.4,
|
|
'uv_index': 0,
|
|
'wind_bearing': 159,
|
|
'wind_gust_speed': 13.54,
|
|
'wind_speed': 5.45,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 26.6,
|
|
'cloud_coverage': 36.0,
|
|
'condition': 'sunny',
|
|
'datetime': '2023-09-14T21:00:00Z',
|
|
'dew_point': 22.0,
|
|
'humidity': 88,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 42.0,
|
|
'pressure': 1015.18,
|
|
'temperature': 24.2,
|
|
'uv_index': 0,
|
|
'wind_bearing': 158,
|
|
'wind_gust_speed': 15.48,
|
|
'wind_speed': 5.62,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 28.5,
|
|
'cloud_coverage': 32.0,
|
|
'condition': 'sunny',
|
|
'datetime': '2023-09-14T22:00:00Z',
|
|
'dew_point': 22.5,
|
|
'humidity': 83,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 28.999999999999996,
|
|
'pressure': 1015.4,
|
|
'temperature': 25.7,
|
|
'uv_index': 1,
|
|
'wind_bearing': 158,
|
|
'wind_gust_speed': 17.86,
|
|
'wind_speed': 5.84,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 30.3,
|
|
'cloud_coverage': 30.0,
|
|
'condition': 'sunny',
|
|
'datetime': '2023-09-14T23:00:00Z',
|
|
'dew_point': 22.9,
|
|
'humidity': 77,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1015.54,
|
|
'temperature': 27.2,
|
|
'uv_index': 2,
|
|
'wind_bearing': 155,
|
|
'wind_gust_speed': 20.19,
|
|
'wind_speed': 6.09,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 32.1,
|
|
'cloud_coverage': 30.0,
|
|
'condition': 'sunny',
|
|
'datetime': '2023-09-15T00:00:00Z',
|
|
'dew_point': 23.3,
|
|
'humidity': 73,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1015.55,
|
|
'temperature': 28.6,
|
|
'uv_index': 4,
|
|
'wind_bearing': 152,
|
|
'wind_gust_speed': 21.83,
|
|
'wind_speed': 6.42,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 33.4,
|
|
'cloud_coverage': 34.0,
|
|
'condition': 'sunny',
|
|
'datetime': '2023-09-15T01:00:00Z',
|
|
'dew_point': 23.5,
|
|
'humidity': 70,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1015.35,
|
|
'temperature': 29.6,
|
|
'uv_index': 6,
|
|
'wind_bearing': 144,
|
|
'wind_gust_speed': 22.56,
|
|
'wind_speed': 6.91,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 34.2,
|
|
'cloud_coverage': 41.0,
|
|
'condition': 'partlycloudy',
|
|
'datetime': '2023-09-15T02:00:00Z',
|
|
'dew_point': 23.5,
|
|
'humidity': 67,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1015.0,
|
|
'temperature': 30.4,
|
|
'uv_index': 7,
|
|
'wind_bearing': 336,
|
|
'wind_gust_speed': 22.83,
|
|
'wind_speed': 7.47,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 34.9,
|
|
'cloud_coverage': 46.0,
|
|
'condition': 'partlycloudy',
|
|
'datetime': '2023-09-15T03:00:00Z',
|
|
'dew_point': 23.5,
|
|
'humidity': 65,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1014.62,
|
|
'temperature': 30.9,
|
|
'uv_index': 7,
|
|
'wind_bearing': 336,
|
|
'wind_gust_speed': 22.98,
|
|
'wind_speed': 7.95,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 35.4,
|
|
'cloud_coverage': 46.0,
|
|
'condition': 'partlycloudy',
|
|
'datetime': '2023-09-15T04:00:00Z',
|
|
'dew_point': 23.6,
|
|
'humidity': 64,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1014.25,
|
|
'temperature': 31.3,
|
|
'uv_index': 6,
|
|
'wind_bearing': 341,
|
|
'wind_gust_speed': 23.21,
|
|
'wind_speed': 8.44,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 35.6,
|
|
'cloud_coverage': 44.0,
|
|
'condition': 'partlycloudy',
|
|
'datetime': '2023-09-15T05:00:00Z',
|
|
'dew_point': 23.7,
|
|
'humidity': 64,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1013.95,
|
|
'temperature': 31.5,
|
|
'uv_index': 5,
|
|
'wind_bearing': 344,
|
|
'wind_gust_speed': 23.46,
|
|
'wind_speed': 8.95,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 35.1,
|
|
'cloud_coverage': 42.0,
|
|
'condition': 'partlycloudy',
|
|
'datetime': '2023-09-15T06:00:00Z',
|
|
'dew_point': 23.6,
|
|
'humidity': 64,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1013.83,
|
|
'temperature': 31.1,
|
|
'uv_index': 3,
|
|
'wind_bearing': 347,
|
|
'wind_gust_speed': 23.64,
|
|
'wind_speed': 9.13,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 34.1,
|
|
'cloud_coverage': 41.0,
|
|
'condition': 'partlycloudy',
|
|
'datetime': '2023-09-15T07:00:00Z',
|
|
'dew_point': 23.4,
|
|
'humidity': 66,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1013.96,
|
|
'temperature': 30.3,
|
|
'uv_index': 2,
|
|
'wind_bearing': 350,
|
|
'wind_gust_speed': 23.66,
|
|
'wind_speed': 8.78,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 32.4,
|
|
'cloud_coverage': 40.0,
|
|
'condition': 'partlycloudy',
|
|
'datetime': '2023-09-15T08:00:00Z',
|
|
'dew_point': 23.1,
|
|
'humidity': 70,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1014.25,
|
|
'temperature': 29.0,
|
|
'uv_index': 0,
|
|
'wind_bearing': 356,
|
|
'wind_gust_speed': 23.51,
|
|
'wind_speed': 8.13,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 31.1,
|
|
'cloud_coverage': 41.0,
|
|
'condition': 'partlycloudy',
|
|
'datetime': '2023-09-15T09:00:00Z',
|
|
'dew_point': 22.9,
|
|
'humidity': 74,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1014.61,
|
|
'temperature': 27.9,
|
|
'uv_index': 0,
|
|
'wind_bearing': 3,
|
|
'wind_gust_speed': 23.21,
|
|
'wind_speed': 7.48,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 30.0,
|
|
'cloud_coverage': 43.0,
|
|
'condition': 'partlycloudy',
|
|
'datetime': '2023-09-15T10:00:00Z',
|
|
'dew_point': 22.8,
|
|
'humidity': 78,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1015.02,
|
|
'temperature': 26.9,
|
|
'uv_index': 0,
|
|
'wind_bearing': 20,
|
|
'wind_gust_speed': 22.68,
|
|
'wind_speed': 6.83,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 29.2,
|
|
'cloud_coverage': 46.0,
|
|
'condition': 'partlycloudy',
|
|
'datetime': '2023-09-15T11:00:00Z',
|
|
'dew_point': 22.8,
|
|
'humidity': 82,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1015.43,
|
|
'temperature': 26.2,
|
|
'uv_index': 0,
|
|
'wind_bearing': 129,
|
|
'wind_gust_speed': 22.04,
|
|
'wind_speed': 6.1,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 28.4,
|
|
'cloud_coverage': 48.0,
|
|
'condition': 'partlycloudy',
|
|
'datetime': '2023-09-15T12:00:00Z',
|
|
'dew_point': 22.7,
|
|
'humidity': 84,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1015.71,
|
|
'temperature': 25.6,
|
|
'uv_index': 0,
|
|
'wind_bearing': 159,
|
|
'wind_gust_speed': 21.64,
|
|
'wind_speed': 5.6,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 28.2,
|
|
'cloud_coverage': 65.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-15T13:00:00Z',
|
|
'dew_point': 23.2,
|
|
'humidity': 88,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1015.52,
|
|
'temperature': 25.2,
|
|
'uv_index': 0,
|
|
'wind_bearing': 164,
|
|
'wind_gust_speed': 16.35,
|
|
'wind_speed': 5.58,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 27.4,
|
|
'cloud_coverage': 65.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-15T14:00:00Z',
|
|
'dew_point': 22.9,
|
|
'humidity': 90,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1015.37,
|
|
'temperature': 24.6,
|
|
'uv_index': 0,
|
|
'wind_bearing': 168,
|
|
'wind_gust_speed': 17.11,
|
|
'wind_speed': 5.79,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 26.9,
|
|
'cloud_coverage': 65.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-15T15:00:00Z',
|
|
'dew_point': 22.7,
|
|
'humidity': 92,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1015.21,
|
|
'temperature': 24.2,
|
|
'uv_index': 0,
|
|
'wind_bearing': 182,
|
|
'wind_gust_speed': 17.32,
|
|
'wind_speed': 5.77,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 26.4,
|
|
'cloud_coverage': 65.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-15T16:00:00Z',
|
|
'dew_point': 22.6,
|
|
'humidity': 93,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1015.07,
|
|
'temperature': 23.8,
|
|
'uv_index': 0,
|
|
'wind_bearing': 201,
|
|
'wind_gust_speed': 16.6,
|
|
'wind_speed': 5.27,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 26.0,
|
|
'cloud_coverage': 66.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-15T17:00:00Z',
|
|
'dew_point': 22.5,
|
|
'humidity': 94,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1014.95,
|
|
'temperature': 23.5,
|
|
'uv_index': 0,
|
|
'wind_bearing': 219,
|
|
'wind_gust_speed': 15.52,
|
|
'wind_speed': 4.62,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 25.7,
|
|
'cloud_coverage': 66.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-15T18:00:00Z',
|
|
'dew_point': 22.3,
|
|
'humidity': 94,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1014.88,
|
|
'temperature': 23.3,
|
|
'uv_index': 0,
|
|
'wind_bearing': 216,
|
|
'wind_gust_speed': 14.64,
|
|
'wind_speed': 4.32,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 26.0,
|
|
'cloud_coverage': 66.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-15T19:00:00Z',
|
|
'dew_point': 22.4,
|
|
'humidity': 94,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1014.91,
|
|
'temperature': 23.5,
|
|
'uv_index': 0,
|
|
'wind_bearing': 198,
|
|
'wind_gust_speed': 14.06,
|
|
'wind_speed': 4.73,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 26.3,
|
|
'cloud_coverage': 66.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-15T20:00:00Z',
|
|
'dew_point': 22.4,
|
|
'humidity': 92,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1014.99,
|
|
'temperature': 23.8,
|
|
'uv_index': 0,
|
|
'wind_bearing': 189,
|
|
'wind_gust_speed': 13.7,
|
|
'wind_speed': 5.49,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 27.1,
|
|
'cloud_coverage': 64.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-15T21:00:00Z',
|
|
'dew_point': 22.5,
|
|
'humidity': 89,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1015.07,
|
|
'temperature': 24.4,
|
|
'uv_index': 0,
|
|
'wind_bearing': 183,
|
|
'wind_gust_speed': 13.77,
|
|
'wind_speed': 5.95,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 28.3,
|
|
'cloud_coverage': 59.0,
|
|
'condition': 'partlycloudy',
|
|
'datetime': '2023-09-15T22:00:00Z',
|
|
'dew_point': 22.6,
|
|
'humidity': 84,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1015.12,
|
|
'temperature': 25.5,
|
|
'uv_index': 1,
|
|
'wind_bearing': 179,
|
|
'wind_gust_speed': 14.38,
|
|
'wind_speed': 5.77,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 29.9,
|
|
'cloud_coverage': 52.0,
|
|
'condition': 'partlycloudy',
|
|
'datetime': '2023-09-15T23:00:00Z',
|
|
'dew_point': 22.9,
|
|
'humidity': 79,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1015.13,
|
|
'temperature': 26.9,
|
|
'uv_index': 2,
|
|
'wind_bearing': 170,
|
|
'wind_gust_speed': 15.2,
|
|
'wind_speed': 5.27,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 31.2,
|
|
'cloud_coverage': 44.0,
|
|
'condition': 'partlycloudy',
|
|
'datetime': '2023-09-16T00:00:00Z',
|
|
'dew_point': 22.9,
|
|
'humidity': 74,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1015.04,
|
|
'temperature': 28.0,
|
|
'uv_index': 4,
|
|
'wind_bearing': 155,
|
|
'wind_gust_speed': 15.85,
|
|
'wind_speed': 4.76,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 32.5,
|
|
'cloud_coverage': 24.0,
|
|
'condition': 'sunny',
|
|
'datetime': '2023-09-16T01:00:00Z',
|
|
'dew_point': 22.6,
|
|
'humidity': 68,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1014.52,
|
|
'temperature': 29.2,
|
|
'uv_index': 6,
|
|
'wind_bearing': 110,
|
|
'wind_gust_speed': 16.27,
|
|
'wind_speed': 6.81,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 33.5,
|
|
'cloud_coverage': 16.0,
|
|
'condition': 'sunny',
|
|
'datetime': '2023-09-16T02:00:00Z',
|
|
'dew_point': 22.4,
|
|
'humidity': 63,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1014.01,
|
|
'temperature': 30.2,
|
|
'uv_index': 8,
|
|
'wind_bearing': 30,
|
|
'wind_gust_speed': 16.55,
|
|
'wind_speed': 6.86,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 34.2,
|
|
'cloud_coverage': 10.0,
|
|
'condition': 'sunny',
|
|
'datetime': '2023-09-16T03:00:00Z',
|
|
'dew_point': 22.0,
|
|
'humidity': 59,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1013.45,
|
|
'temperature': 31.1,
|
|
'uv_index': 8,
|
|
'wind_bearing': 17,
|
|
'wind_gust_speed': 16.52,
|
|
'wind_speed': 6.8,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 34.7,
|
|
'cloud_coverage': 10.0,
|
|
'condition': 'sunny',
|
|
'datetime': '2023-09-16T04:00:00Z',
|
|
'dew_point': 21.9,
|
|
'humidity': 57,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1012.89,
|
|
'temperature': 31.5,
|
|
'uv_index': 8,
|
|
'wind_bearing': 17,
|
|
'wind_gust_speed': 16.08,
|
|
'wind_speed': 6.62,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 34.9,
|
|
'cloud_coverage': 10.0,
|
|
'condition': 'sunny',
|
|
'datetime': '2023-09-16T05:00:00Z',
|
|
'dew_point': 21.9,
|
|
'humidity': 56,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1012.39,
|
|
'temperature': 31.8,
|
|
'uv_index': 6,
|
|
'wind_bearing': 20,
|
|
'wind_gust_speed': 15.48,
|
|
'wind_speed': 6.45,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 34.5,
|
|
'cloud_coverage': 10.0,
|
|
'condition': 'sunny',
|
|
'datetime': '2023-09-16T06:00:00Z',
|
|
'dew_point': 21.7,
|
|
'humidity': 56,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1012.11,
|
|
'temperature': 31.4,
|
|
'uv_index': 4,
|
|
'wind_bearing': 26,
|
|
'wind_gust_speed': 15.08,
|
|
'wind_speed': 6.43,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 33.6,
|
|
'cloud_coverage': 7.000000000000001,
|
|
'condition': 'sunny',
|
|
'datetime': '2023-09-16T07:00:00Z',
|
|
'dew_point': 21.7,
|
|
'humidity': 59,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1012.15,
|
|
'temperature': 30.7,
|
|
'uv_index': 2,
|
|
'wind_bearing': 39,
|
|
'wind_gust_speed': 14.88,
|
|
'wind_speed': 6.61,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 32.5,
|
|
'cloud_coverage': 2.0,
|
|
'condition': 'sunny',
|
|
'datetime': '2023-09-16T08:00:00Z',
|
|
'dew_point': 21.9,
|
|
'humidity': 63,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1012.41,
|
|
'temperature': 29.6,
|
|
'uv_index': 0,
|
|
'wind_bearing': 72,
|
|
'wind_gust_speed': 14.82,
|
|
'wind_speed': 6.95,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 31.4,
|
|
'cloud_coverage': 2.0,
|
|
'condition': 'sunny',
|
|
'datetime': '2023-09-16T09:00:00Z',
|
|
'dew_point': 22.1,
|
|
'humidity': 68,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1012.75,
|
|
'temperature': 28.5,
|
|
'uv_index': 0,
|
|
'wind_bearing': 116,
|
|
'wind_gust_speed': 15.13,
|
|
'wind_speed': 7.45,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 30.5,
|
|
'cloud_coverage': 13.0,
|
|
'condition': 'sunny',
|
|
'datetime': '2023-09-16T10:00:00Z',
|
|
'dew_point': 22.3,
|
|
'humidity': 73,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1013.13,
|
|
'temperature': 27.6,
|
|
'uv_index': 0,
|
|
'wind_bearing': 140,
|
|
'wind_gust_speed': 16.09,
|
|
'wind_speed': 8.15,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 29.8,
|
|
'cloud_coverage': 31.0,
|
|
'condition': 'sunny',
|
|
'datetime': '2023-09-16T11:00:00Z',
|
|
'dew_point': 22.6,
|
|
'humidity': 78,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1013.47,
|
|
'temperature': 26.9,
|
|
'uv_index': 0,
|
|
'wind_bearing': 149,
|
|
'wind_gust_speed': 17.37,
|
|
'wind_speed': 8.87,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 29.3,
|
|
'cloud_coverage': 45.0,
|
|
'condition': 'partlycloudy',
|
|
'datetime': '2023-09-16T12:00:00Z',
|
|
'dew_point': 22.9,
|
|
'humidity': 82,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1013.6,
|
|
'temperature': 26.3,
|
|
'uv_index': 0,
|
|
'wind_bearing': 155,
|
|
'wind_gust_speed': 18.29,
|
|
'wind_speed': 9.21,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 28.7,
|
|
'cloud_coverage': 51.0,
|
|
'condition': 'partlycloudy',
|
|
'datetime': '2023-09-16T13:00:00Z',
|
|
'dew_point': 23.0,
|
|
'humidity': 85,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1013.41,
|
|
'temperature': 25.7,
|
|
'uv_index': 0,
|
|
'wind_bearing': 159,
|
|
'wind_gust_speed': 18.49,
|
|
'wind_speed': 8.96,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 27.9,
|
|
'cloud_coverage': 55.00000000000001,
|
|
'condition': 'partlycloudy',
|
|
'datetime': '2023-09-16T14:00:00Z',
|
|
'dew_point': 22.8,
|
|
'humidity': 88,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1013.01,
|
|
'temperature': 25.0,
|
|
'uv_index': 0,
|
|
'wind_bearing': 162,
|
|
'wind_gust_speed': 18.47,
|
|
'wind_speed': 8.45,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 27.2,
|
|
'cloud_coverage': 59.0,
|
|
'condition': 'partlycloudy',
|
|
'datetime': '2023-09-16T15:00:00Z',
|
|
'dew_point': 22.7,
|
|
'humidity': 90,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1012.55,
|
|
'temperature': 24.5,
|
|
'uv_index': 0,
|
|
'wind_bearing': 162,
|
|
'wind_gust_speed': 18.79,
|
|
'wind_speed': 8.1,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 26.7,
|
|
'cloud_coverage': 65.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-16T16:00:00Z',
|
|
'dew_point': 22.6,
|
|
'humidity': 92,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1012.1,
|
|
'temperature': 24.0,
|
|
'uv_index': 0,
|
|
'wind_bearing': 162,
|
|
'wind_gust_speed': 19.81,
|
|
'wind_speed': 8.15,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 26.3,
|
|
'cloud_coverage': 70.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-16T17:00:00Z',
|
|
'dew_point': 22.6,
|
|
'humidity': 94,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1011.68,
|
|
'temperature': 23.7,
|
|
'uv_index': 0,
|
|
'wind_bearing': 161,
|
|
'wind_gust_speed': 20.96,
|
|
'wind_speed': 8.3,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 26.0,
|
|
'cloud_coverage': 72.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-16T18:00:00Z',
|
|
'dew_point': 22.4,
|
|
'humidity': 94,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1011.39,
|
|
'temperature': 23.5,
|
|
'uv_index': 0,
|
|
'wind_bearing': 159,
|
|
'wind_gust_speed': 21.41,
|
|
'wind_speed': 8.24,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 26.3,
|
|
'cloud_coverage': 70.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-16T19:00:00Z',
|
|
'dew_point': 22.5,
|
|
'humidity': 93,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1011.29,
|
|
'temperature': 23.8,
|
|
'uv_index': 0,
|
|
'wind_bearing': 159,
|
|
'wind_gust_speed': 20.42,
|
|
'wind_speed': 7.62,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 26.8,
|
|
'cloud_coverage': 65.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-16T20:00:00Z',
|
|
'dew_point': 22.6,
|
|
'humidity': 91,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1011.31,
|
|
'temperature': 24.2,
|
|
'uv_index': 0,
|
|
'wind_bearing': 158,
|
|
'wind_gust_speed': 18.61,
|
|
'wind_speed': 6.66,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 27.7,
|
|
'cloud_coverage': 57.99999999999999,
|
|
'condition': 'partlycloudy',
|
|
'datetime': '2023-09-16T21:00:00Z',
|
|
'dew_point': 22.6,
|
|
'humidity': 87,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1011.37,
|
|
'temperature': 24.9,
|
|
'uv_index': 0,
|
|
'wind_bearing': 158,
|
|
'wind_gust_speed': 17.14,
|
|
'wind_speed': 5.86,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 28.9,
|
|
'cloud_coverage': 48.0,
|
|
'condition': 'partlycloudy',
|
|
'datetime': '2023-09-16T22:00:00Z',
|
|
'dew_point': 22.6,
|
|
'humidity': 82,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1011.46,
|
|
'temperature': 26.0,
|
|
'uv_index': 1,
|
|
'wind_bearing': 161,
|
|
'wind_gust_speed': 16.78,
|
|
'wind_speed': 5.5,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 30.6,
|
|
'cloud_coverage': 39.0,
|
|
'condition': 'partlycloudy',
|
|
'datetime': '2023-09-16T23:00:00Z',
|
|
'dew_point': 22.9,
|
|
'humidity': 76,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1011.51,
|
|
'temperature': 27.5,
|
|
'uv_index': 2,
|
|
'wind_bearing': 165,
|
|
'wind_gust_speed': 17.21,
|
|
'wind_speed': 5.56,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 31.7,
|
|
'cloud_coverage': 33.0,
|
|
'condition': 'sunny',
|
|
'datetime': '2023-09-17T00:00:00Z',
|
|
'dew_point': 22.8,
|
|
'humidity': 71,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1011.39,
|
|
'temperature': 28.5,
|
|
'uv_index': 4,
|
|
'wind_bearing': 174,
|
|
'wind_gust_speed': 17.96,
|
|
'wind_speed': 6.04,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 32.6,
|
|
'cloud_coverage': 30.0,
|
|
'condition': 'sunny',
|
|
'datetime': '2023-09-17T01:00:00Z',
|
|
'dew_point': 22.7,
|
|
'humidity': 68,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1010.98,
|
|
'temperature': 29.4,
|
|
'uv_index': 6,
|
|
'wind_bearing': 192,
|
|
'wind_gust_speed': 19.15,
|
|
'wind_speed': 7.23,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 33.6,
|
|
'cloud_coverage': 28.999999999999996,
|
|
'condition': 'sunny',
|
|
'datetime': '2023-09-17T02:00:00Z',
|
|
'dew_point': 22.8,
|
|
'humidity': 65,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1010.38,
|
|
'temperature': 30.1,
|
|
'uv_index': 7,
|
|
'wind_bearing': 225,
|
|
'wind_gust_speed': 20.89,
|
|
'wind_speed': 8.9,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 34.1,
|
|
'cloud_coverage': 30.0,
|
|
'condition': 'sunny',
|
|
'datetime': '2023-09-17T03:00:00Z',
|
|
'dew_point': 22.8,
|
|
'humidity': 63,
|
|
'precipitation': 0.3,
|
|
'precipitation_probability': 9.0,
|
|
'pressure': 1009.75,
|
|
'temperature': 30.7,
|
|
'uv_index': 8,
|
|
'wind_bearing': 264,
|
|
'wind_gust_speed': 22.67,
|
|
'wind_speed': 10.27,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 33.9,
|
|
'cloud_coverage': 37.0,
|
|
'condition': 'sunny',
|
|
'datetime': '2023-09-17T04:00:00Z',
|
|
'dew_point': 22.5,
|
|
'humidity': 62,
|
|
'precipitation': 0.4,
|
|
'precipitation_probability': 10.0,
|
|
'pressure': 1009.18,
|
|
'temperature': 30.5,
|
|
'uv_index': 7,
|
|
'wind_bearing': 293,
|
|
'wind_gust_speed': 23.93,
|
|
'wind_speed': 10.82,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 33.4,
|
|
'cloud_coverage': 45.0,
|
|
'condition': 'partlycloudy',
|
|
'datetime': '2023-09-17T05:00:00Z',
|
|
'dew_point': 22.4,
|
|
'humidity': 63,
|
|
'precipitation': 0.6,
|
|
'precipitation_probability': 12.0,
|
|
'pressure': 1008.71,
|
|
'temperature': 30.1,
|
|
'uv_index': 5,
|
|
'wind_bearing': 308,
|
|
'wind_gust_speed': 24.39,
|
|
'wind_speed': 10.72,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 32.7,
|
|
'cloud_coverage': 50.0,
|
|
'condition': 'partlycloudy',
|
|
'datetime': '2023-09-17T06:00:00Z',
|
|
'dew_point': 22.2,
|
|
'humidity': 64,
|
|
'precipitation': 0.7,
|
|
'precipitation_probability': 14.000000000000002,
|
|
'pressure': 1008.46,
|
|
'temperature': 29.6,
|
|
'uv_index': 3,
|
|
'wind_bearing': 312,
|
|
'wind_gust_speed': 23.9,
|
|
'wind_speed': 10.28,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 31.8,
|
|
'cloud_coverage': 47.0,
|
|
'condition': 'partlycloudy',
|
|
'datetime': '2023-09-17T07:00:00Z',
|
|
'dew_point': 22.1,
|
|
'humidity': 67,
|
|
'precipitation': 0.7,
|
|
'precipitation_probability': 14.000000000000002,
|
|
'pressure': 1008.53,
|
|
'temperature': 28.9,
|
|
'uv_index': 1,
|
|
'wind_bearing': 312,
|
|
'wind_gust_speed': 22.3,
|
|
'wind_speed': 9.59,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 30.6,
|
|
'cloud_coverage': 41.0,
|
|
'condition': 'partlycloudy',
|
|
'datetime': '2023-09-17T08:00:00Z',
|
|
'dew_point': 21.9,
|
|
'humidity': 70,
|
|
'precipitation': 0.6,
|
|
'precipitation_probability': 15.0,
|
|
'pressure': 1008.82,
|
|
'temperature': 27.9,
|
|
'uv_index': 0,
|
|
'wind_bearing': 305,
|
|
'wind_gust_speed': 19.73,
|
|
'wind_speed': 8.58,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 29.6,
|
|
'cloud_coverage': 35.0,
|
|
'condition': 'sunny',
|
|
'datetime': '2023-09-17T09:00:00Z',
|
|
'dew_point': 22.0,
|
|
'humidity': 74,
|
|
'precipitation': 0.5,
|
|
'precipitation_probability': 15.0,
|
|
'pressure': 1009.21,
|
|
'temperature': 27.0,
|
|
'uv_index': 0,
|
|
'wind_bearing': 291,
|
|
'wind_gust_speed': 16.49,
|
|
'wind_speed': 7.34,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 28.6,
|
|
'cloud_coverage': 33.0,
|
|
'condition': 'sunny',
|
|
'datetime': '2023-09-17T10:00:00Z',
|
|
'dew_point': 21.9,
|
|
'humidity': 78,
|
|
'precipitation': 0.4,
|
|
'precipitation_probability': 14.000000000000002,
|
|
'pressure': 1009.65,
|
|
'temperature': 26.1,
|
|
'uv_index': 0,
|
|
'wind_bearing': 257,
|
|
'wind_gust_speed': 12.71,
|
|
'wind_speed': 5.91,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 27.8,
|
|
'cloud_coverage': 34.0,
|
|
'condition': 'sunny',
|
|
'datetime': '2023-09-17T11:00:00Z',
|
|
'dew_point': 21.9,
|
|
'humidity': 82,
|
|
'precipitation': 0.3,
|
|
'precipitation_probability': 14.000000000000002,
|
|
'pressure': 1010.04,
|
|
'temperature': 25.3,
|
|
'uv_index': 0,
|
|
'wind_bearing': 212,
|
|
'wind_gust_speed': 9.16,
|
|
'wind_speed': 4.54,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 27.1,
|
|
'cloud_coverage': 36.0,
|
|
'condition': 'sunny',
|
|
'datetime': '2023-09-17T12:00:00Z',
|
|
'dew_point': 21.9,
|
|
'humidity': 85,
|
|
'precipitation': 0.3,
|
|
'precipitation_probability': 28.000000000000004,
|
|
'pressure': 1010.24,
|
|
'temperature': 24.6,
|
|
'uv_index': 0,
|
|
'wind_bearing': 192,
|
|
'wind_gust_speed': 7.09,
|
|
'wind_speed': 3.62,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 26.5,
|
|
'cloud_coverage': 40.0,
|
|
'condition': 'partlycloudy',
|
|
'datetime': '2023-09-17T13:00:00Z',
|
|
'dew_point': 22.0,
|
|
'humidity': 88,
|
|
'precipitation': 0.3,
|
|
'precipitation_probability': 30.0,
|
|
'pressure': 1010.15,
|
|
'temperature': 24.1,
|
|
'uv_index': 0,
|
|
'wind_bearing': 185,
|
|
'wind_gust_speed': 7.2,
|
|
'wind_speed': 3.27,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 25.9,
|
|
'cloud_coverage': 44.0,
|
|
'condition': 'rainy',
|
|
'datetime': '2023-09-17T14:00:00Z',
|
|
'dew_point': 21.8,
|
|
'humidity': 90,
|
|
'precipitation': 0.3,
|
|
'precipitation_probability': 30.0,
|
|
'pressure': 1009.87,
|
|
'temperature': 23.6,
|
|
'uv_index': 0,
|
|
'wind_bearing': 182,
|
|
'wind_gust_speed': 8.37,
|
|
'wind_speed': 3.22,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 25.5,
|
|
'cloud_coverage': 49.0,
|
|
'condition': 'rainy',
|
|
'datetime': '2023-09-17T15:00:00Z',
|
|
'dew_point': 21.8,
|
|
'humidity': 92,
|
|
'precipitation': 0.2,
|
|
'precipitation_probability': 31.0,
|
|
'pressure': 1009.56,
|
|
'temperature': 23.2,
|
|
'uv_index': 0,
|
|
'wind_bearing': 180,
|
|
'wind_gust_speed': 9.21,
|
|
'wind_speed': 3.3,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 25.1,
|
|
'cloud_coverage': 53.0,
|
|
'condition': 'rainy',
|
|
'datetime': '2023-09-17T16:00:00Z',
|
|
'dew_point': 21.8,
|
|
'humidity': 94,
|
|
'precipitation': 0.2,
|
|
'precipitation_probability': 33.0,
|
|
'pressure': 1009.29,
|
|
'temperature': 22.9,
|
|
'uv_index': 0,
|
|
'wind_bearing': 182,
|
|
'wind_gust_speed': 9.0,
|
|
'wind_speed': 3.46,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 24.8,
|
|
'cloud_coverage': 56.00000000000001,
|
|
'condition': 'partlycloudy',
|
|
'datetime': '2023-09-17T17:00:00Z',
|
|
'dew_point': 21.7,
|
|
'humidity': 95,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 35.0,
|
|
'pressure': 1009.09,
|
|
'temperature': 22.6,
|
|
'uv_index': 0,
|
|
'wind_bearing': 186,
|
|
'wind_gust_speed': 8.37,
|
|
'wind_speed': 3.72,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 24.6,
|
|
'cloud_coverage': 59.0,
|
|
'condition': 'partlycloudy',
|
|
'datetime': '2023-09-17T18:00:00Z',
|
|
'dew_point': 21.6,
|
|
'humidity': 95,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 37.0,
|
|
'pressure': 1009.01,
|
|
'temperature': 22.5,
|
|
'uv_index': 0,
|
|
'wind_bearing': 201,
|
|
'wind_gust_speed': 7.99,
|
|
'wind_speed': 4.07,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 24.9,
|
|
'cloud_coverage': 62.0,
|
|
'condition': 'partlycloudy',
|
|
'datetime': '2023-09-17T19:00:00Z',
|
|
'dew_point': 21.7,
|
|
'humidity': 94,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 39.0,
|
|
'pressure': 1009.07,
|
|
'temperature': 22.7,
|
|
'uv_index': 0,
|
|
'wind_bearing': 258,
|
|
'wind_gust_speed': 8.18,
|
|
'wind_speed': 4.55,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 25.2,
|
|
'cloud_coverage': 64.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-17T20:00:00Z',
|
|
'dew_point': 21.7,
|
|
'humidity': 92,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 39.0,
|
|
'pressure': 1009.23,
|
|
'temperature': 23.0,
|
|
'uv_index': 0,
|
|
'wind_bearing': 305,
|
|
'wind_gust_speed': 8.77,
|
|
'wind_speed': 5.17,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 25.8,
|
|
'cloud_coverage': 68.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-17T21:00:00Z',
|
|
'dew_point': 21.8,
|
|
'humidity': 90,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 38.0,
|
|
'pressure': 1009.47,
|
|
'temperature': 23.5,
|
|
'uv_index': 0,
|
|
'wind_bearing': 318,
|
|
'wind_gust_speed': 9.69,
|
|
'wind_speed': 5.77,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 26.5,
|
|
'cloud_coverage': 74.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-17T22:00:00Z',
|
|
'dew_point': 21.8,
|
|
'humidity': 86,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 30.0,
|
|
'pressure': 1009.77,
|
|
'temperature': 24.2,
|
|
'uv_index': 1,
|
|
'wind_bearing': 324,
|
|
'wind_gust_speed': 10.88,
|
|
'wind_speed': 6.26,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 27.6,
|
|
'cloud_coverage': 80.0,
|
|
'condition': 'rainy',
|
|
'datetime': '2023-09-17T23:00:00Z',
|
|
'dew_point': 21.9,
|
|
'humidity': 83,
|
|
'precipitation': 0.2,
|
|
'precipitation_probability': 15.0,
|
|
'pressure': 1010.09,
|
|
'temperature': 25.1,
|
|
'uv_index': 2,
|
|
'wind_bearing': 329,
|
|
'wind_gust_speed': 12.21,
|
|
'wind_speed': 6.68,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 28.2,
|
|
'cloud_coverage': 87.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-18T00:00:00Z',
|
|
'dew_point': 21.9,
|
|
'humidity': 80,
|
|
'precipitation': 0.2,
|
|
'precipitation_probability': 15.0,
|
|
'pressure': 1010.33,
|
|
'temperature': 25.7,
|
|
'uv_index': 3,
|
|
'wind_bearing': 332,
|
|
'wind_gust_speed': 13.52,
|
|
'wind_speed': 7.12,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 29.8,
|
|
'cloud_coverage': 67.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-18T01:00:00Z',
|
|
'dew_point': 21.7,
|
|
'humidity': 72,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1007.43,
|
|
'temperature': 27.2,
|
|
'uv_index': 5,
|
|
'wind_bearing': 330,
|
|
'wind_gust_speed': 11.36,
|
|
'wind_speed': 11.36,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 30.1,
|
|
'cloud_coverage': 70.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-18T02:00:00Z',
|
|
'dew_point': 21.6,
|
|
'humidity': 70,
|
|
'precipitation': 0.3,
|
|
'precipitation_probability': 9.0,
|
|
'pressure': 1007.05,
|
|
'temperature': 27.5,
|
|
'uv_index': 6,
|
|
'wind_bearing': 332,
|
|
'wind_gust_speed': 12.06,
|
|
'wind_speed': 12.06,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 30.3,
|
|
'cloud_coverage': 71.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-18T03:00:00Z',
|
|
'dew_point': 21.6,
|
|
'humidity': 69,
|
|
'precipitation': 0.5,
|
|
'precipitation_probability': 10.0,
|
|
'pressure': 1006.67,
|
|
'temperature': 27.8,
|
|
'uv_index': 6,
|
|
'wind_bearing': 333,
|
|
'wind_gust_speed': 12.81,
|
|
'wind_speed': 12.81,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 30.6,
|
|
'cloud_coverage': 67.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-18T04:00:00Z',
|
|
'dew_point': 21.5,
|
|
'humidity': 68,
|
|
'precipitation': 0.4,
|
|
'precipitation_probability': 10.0,
|
|
'pressure': 1006.28,
|
|
'temperature': 28.0,
|
|
'uv_index': 5,
|
|
'wind_bearing': 335,
|
|
'wind_gust_speed': 13.68,
|
|
'wind_speed': 13.68,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 30.7,
|
|
'cloud_coverage': 60.0,
|
|
'condition': 'partlycloudy',
|
|
'datetime': '2023-09-18T05:00:00Z',
|
|
'dew_point': 21.4,
|
|
'humidity': 67,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1005.89,
|
|
'temperature': 28.1,
|
|
'uv_index': 4,
|
|
'wind_bearing': 336,
|
|
'wind_gust_speed': 14.61,
|
|
'wind_speed': 14.61,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 30.3,
|
|
'cloud_coverage': 56.99999999999999,
|
|
'condition': 'partlycloudy',
|
|
'datetime': '2023-09-18T06:00:00Z',
|
|
'dew_point': 21.2,
|
|
'humidity': 67,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 27.0,
|
|
'pressure': 1005.67,
|
|
'temperature': 27.9,
|
|
'uv_index': 3,
|
|
'wind_bearing': 338,
|
|
'wind_gust_speed': 15.25,
|
|
'wind_speed': 15.25,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 29.8,
|
|
'cloud_coverage': 60.0,
|
|
'condition': 'partlycloudy',
|
|
'datetime': '2023-09-18T07:00:00Z',
|
|
'dew_point': 21.3,
|
|
'humidity': 69,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 28.000000000000004,
|
|
'pressure': 1005.74,
|
|
'temperature': 27.4,
|
|
'uv_index': 1,
|
|
'wind_bearing': 339,
|
|
'wind_gust_speed': 15.45,
|
|
'wind_speed': 15.45,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 29.1,
|
|
'cloud_coverage': 65.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-18T08:00:00Z',
|
|
'dew_point': 21.4,
|
|
'humidity': 73,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 26.0,
|
|
'pressure': 1005.98,
|
|
'temperature': 26.7,
|
|
'uv_index': 0,
|
|
'wind_bearing': 341,
|
|
'wind_gust_speed': 15.38,
|
|
'wind_speed': 15.38,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 28.6,
|
|
'cloud_coverage': 68.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-18T09:00:00Z',
|
|
'dew_point': 21.6,
|
|
'humidity': 76,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1006.22,
|
|
'temperature': 26.1,
|
|
'uv_index': 0,
|
|
'wind_bearing': 341,
|
|
'wind_gust_speed': 15.27,
|
|
'wind_speed': 15.27,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 27.9,
|
|
'cloud_coverage': 66.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-18T10:00:00Z',
|
|
'dew_point': 21.6,
|
|
'humidity': 79,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1006.44,
|
|
'temperature': 25.6,
|
|
'uv_index': 0,
|
|
'wind_bearing': 339,
|
|
'wind_gust_speed': 15.09,
|
|
'wind_speed': 15.09,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 27.6,
|
|
'cloud_coverage': 61.0,
|
|
'condition': 'partlycloudy',
|
|
'datetime': '2023-09-18T11:00:00Z',
|
|
'dew_point': 21.7,
|
|
'humidity': 81,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 26.0,
|
|
'pressure': 1006.66,
|
|
'temperature': 25.2,
|
|
'uv_index': 0,
|
|
'wind_bearing': 336,
|
|
'wind_gust_speed': 14.88,
|
|
'wind_speed': 14.88,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 27.2,
|
|
'cloud_coverage': 61.0,
|
|
'condition': 'partlycloudy',
|
|
'datetime': '2023-09-18T12:00:00Z',
|
|
'dew_point': 21.8,
|
|
'humidity': 83,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 26.0,
|
|
'pressure': 1006.79,
|
|
'temperature': 24.8,
|
|
'uv_index': 0,
|
|
'wind_bearing': 333,
|
|
'wind_gust_speed': 14.91,
|
|
'wind_speed': 14.91,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 25.7,
|
|
'cloud_coverage': 38.0,
|
|
'condition': 'partlycloudy',
|
|
'datetime': '2023-09-18T13:00:00Z',
|
|
'dew_point': 21.2,
|
|
'humidity': 86,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1012.36,
|
|
'temperature': 23.6,
|
|
'uv_index': 0,
|
|
'wind_bearing': 83,
|
|
'wind_gust_speed': 4.58,
|
|
'wind_speed': 3.16,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 25.1,
|
|
'cloud_coverage': 74.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-18T14:00:00Z',
|
|
'dew_point': 21.2,
|
|
'humidity': 89,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1011.96,
|
|
'temperature': 23.1,
|
|
'uv_index': 0,
|
|
'wind_bearing': 144,
|
|
'wind_gust_speed': 4.74,
|
|
'wind_speed': 4.52,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 24.5,
|
|
'cloud_coverage': 100.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-18T15:00:00Z',
|
|
'dew_point': 20.9,
|
|
'humidity': 90,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1011.6,
|
|
'temperature': 22.6,
|
|
'uv_index': 0,
|
|
'wind_bearing': 152,
|
|
'wind_gust_speed': 5.63,
|
|
'wind_speed': 5.63,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 24.0,
|
|
'cloud_coverage': 100.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-18T16:00:00Z',
|
|
'dew_point': 20.7,
|
|
'humidity': 91,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1011.37,
|
|
'temperature': 22.3,
|
|
'uv_index': 0,
|
|
'wind_bearing': 156,
|
|
'wind_gust_speed': 6.02,
|
|
'wind_speed': 6.02,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 23.7,
|
|
'cloud_coverage': 100.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-18T17:00:00Z',
|
|
'dew_point': 20.4,
|
|
'humidity': 91,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1011.2,
|
|
'temperature': 22.0,
|
|
'uv_index': 0,
|
|
'wind_bearing': 162,
|
|
'wind_gust_speed': 6.15,
|
|
'wind_speed': 6.15,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 23.4,
|
|
'cloud_coverage': 100.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-18T18:00:00Z',
|
|
'dew_point': 20.2,
|
|
'humidity': 90,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1011.08,
|
|
'temperature': 21.9,
|
|
'uv_index': 0,
|
|
'wind_bearing': 167,
|
|
'wind_gust_speed': 6.48,
|
|
'wind_speed': 6.48,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 23.2,
|
|
'cloud_coverage': 100.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-18T19:00:00Z',
|
|
'dew_point': 19.8,
|
|
'humidity': 88,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1011.04,
|
|
'temperature': 21.8,
|
|
'uv_index': 0,
|
|
'wind_bearing': 165,
|
|
'wind_gust_speed': 7.51,
|
|
'wind_speed': 7.51,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 23.4,
|
|
'cloud_coverage': 99.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-18T20:00:00Z',
|
|
'dew_point': 19.6,
|
|
'humidity': 86,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1011.05,
|
|
'temperature': 22.0,
|
|
'uv_index': 0,
|
|
'wind_bearing': 162,
|
|
'wind_gust_speed': 8.73,
|
|
'wind_speed': 8.73,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 23.9,
|
|
'cloud_coverage': 98.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-18T21:00:00Z',
|
|
'dew_point': 19.5,
|
|
'humidity': 83,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1011.06,
|
|
'temperature': 22.5,
|
|
'uv_index': 0,
|
|
'wind_bearing': 164,
|
|
'wind_gust_speed': 9.21,
|
|
'wind_speed': 9.11,
|
|
}),
|
|
dict({
|
|
'apparent_temperature': 25.3,
|
|
'cloud_coverage': 96.0,
|
|
'condition': 'cloudy',
|
|
'datetime': '2023-09-18T22:00:00Z',
|
|
'dew_point': 19.7,
|
|
'humidity': 78,
|
|
'precipitation': 0.0,
|
|
'precipitation_probability': 0.0,
|
|
'pressure': 1011.09,
|
|
'temperature': 23.8,
|
|
'uv_index': 1,
|
|
'wind_bearing': 171,
|
|
'wind_gust_speed': 9.03,
|
|
'wind_speed': 7.91,
|
|
}),
|
|
]),
|
|
}),
|
|
})
|
|
# ---
|