From 7f8c4444e63866327ec88da15a71c0567cc9e0d5 Mon Sep 17 00:00:00 2001 From: Laura Gutierrez Funderburk Date: Fri, 1 Dec 2023 17:45:23 -0800 Subject: [PATCH] init action --- .github/workflows/deploy.yml | 40 + .gitignore | 2 + mini-projects/end-to-end/weather.csv | 1297 ++++++++++++++++++++++++++ 3 files changed, 1339 insertions(+) create mode 100644 .github/workflows/deploy.yml create mode 100644 mini-projects/end-to-end/weather.csv diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml new file mode 100644 index 0000000..72ff391 --- /dev/null +++ b/.github/workflows/deploy.yml @@ -0,0 +1,40 @@ +name: Ploomber cloud deploy,en + +on: + schedule: + - cron: '0 0 * * *' + +jobs: + + build: + + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v3 + - name: Set up credentials + run: | + cd mini-projects/end-to-end/ + touch .env + echo RapidAPI=${{ secrets.RapidAPI }} >> .env + cat .env + - name: Install dependencies + run: | + cd mini-projects/end-to-end/ + pip install -r requirements.txt + - name: Execute data download + run: | + cd mini-projects/end-to-end/ + python dataextraction.py + - name: Add data to repo + run: | + cd mini-projects/end-to-end/ + git config --global user.email "" + git config --global user.name "Ploomber" + git add weather.csv + git commit -m "Update data" + git push + - name: Deploy to Ploomber cloud + run: | + cd mini-projects/end-to-end/ + ploomber-cloud deploy \ No newline at end of file diff --git a/.gitignore b/.gitignore index 50a21eb..06cd81c 100644 --- a/.gitignore +++ b/.gitignore @@ -210,3 +210,5 @@ mini-projects/movie_rec_system/movie_rec_system/products/etl/extract-pipeline.ip !docs/mini-projects/recommendation-system/movies_data.duckdb mini-projects/movie-rec-system/movie_rec_system/products/eda-pipeline.ipynb mini-projects/movie-rec-system/movie_rec_system/products/extract-pipeline.ipynb + +!mini-projects/end-to-end/weather.csv \ No newline at end of file diff --git a/mini-projects/end-to-end/weather.csv b/mini-projects/end-to-end/weather.csv new file mode 100644 index 0000000..fa587d5 --- /dev/null +++ b/mini-projects/end-to-end/weather.csv @@ -0,0 +1,1297 @@ +time_epoch,time,temp_c,temp_f,is_day,wind_mph,wind_kph,wind_degree,wind_dir,pressure_mb,pressure_in,precip_mm,precip_in,humidity,cloud,feelslike_c,feelslike_f,windchill_c,windchill_f,heatindex_c,heatindex_f,dewpoint_c,dewpoint_f,will_it_rain,chance_of_rain,will_it_snow,chance_of_snow,vis_km,vis_miles,gust_mph,gust_kph,uv,condition.text,condition.icon,condition.code,name,region,country,lat,lon,tz_id,localtime_epoch,localtime +1701406800,2023-12-01 00:00,4.7,40.5,0,11.0,17.6,216,SW,1021.0,30.14,0.0,0.0,81,25,1.6,34.9,1.6,34.9,4.7,40.5,1.8,35.2,0,0,0,0,10.0,6.0,17.7,28.4,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,New York,New York,United States of America,40.71,-74.01,America/New_York,1701478815,2023-12-01 20:00 +1701410400,2023-12-01 01:00,4.5,40.1,0,9.8,15.8,217,SW,1021.0,30.14,0.0,0.0,82,11,1.4,34.5,1.4,34.5,4.5,40.1,1.7,35.1,0,0,0,0,10.0,6.0,15.7,25.3,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,New York,New York,United States of America,40.71,-74.01,America/New_York,1701478815,2023-12-01 20:00 +1701414000,2023-12-01 02:00,4.4,39.9,0,8.3,13.3,218,SW,1021.0,30.15,0.0,0.0,82,0,1.4,34.4,1.4,34.4,4.4,39.9,1.6,34.9,0,0,0,0,10.0,6.0,13.5,21.7,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,New York,New York,United States of America,40.71,-74.01,America/New_York,1701478815,2023-12-01 20:00 +1701417600,2023-12-01 03:00,4.1,39.4,0,7.6,12.2,221,SW,1022.0,30.17,0.0,0.0,83,0,0.9,33.7,0.9,33.7,4.1,39.4,1.5,34.8,0,0,0,0,10.0,6.0,12.6,20.2,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,New York,New York,United States of America,40.71,-74.01,America/New_York,1701478815,2023-12-01 20:00 +1701421200,2023-12-01 04:00,3.8,38.8,0,7.2,11.5,222,SW,1021.0,30.16,0.0,0.0,85,0,0.8,33.5,0.8,33.5,3.8,38.8,1.6,34.8,0,0,0,0,10.0,6.0,12.0,19.3,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,New York,New York,United States of America,40.71,-74.01,America/New_York,1701478815,2023-12-01 20:00 +1701424800,2023-12-01 05:00,4.0,39.2,0,6.3,10.1,222,SW,1020.0,30.13,0.0,0.0,87,0,1.7,35.1,1.7,35.1,4.0,39.2,2.1,35.8,0,0,0,0,10.0,6.0,11.0,17.6,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,New York,New York,United States of America,40.71,-74.01,America/New_York,1701478815,2023-12-01 20:00 +1701428400,2023-12-01 06:00,3.7,38.7,0,6.5,10.4,225,SW,1021.0,30.14,0.0,0.0,87,0,1.2,34.1,1.2,34.1,3.7,38.7,1.8,35.2,0,0,0,0,10.0,6.0,11.5,18.4,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,New York,New York,United States of America,40.71,-74.01,America/New_York,1701478815,2023-12-01 20:00 +1701432000,2023-12-01 07:00,3.4,38.1,0,5.6,9.0,220,SW,1022.0,30.17,0.0,0.0,89,2,1.0,33.8,1.0,33.8,3.4,38.1,1.7,35.1,0,0,0,0,10.0,6.0,10.1,16.2,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,New York,New York,United States of America,40.71,-74.01,America/New_York,1701478815,2023-12-01 20:00 +1701435600,2023-12-01 08:00,3.0,37.4,1,6.0,9.7,223,SW,1021.0,30.16,0.0,0.0,89,24,0.4,32.8,0.4,32.8,3.0,37.4,1.4,34.6,0,0,0,0,10.0,6.0,11.0,17.7,2.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,New York,New York,United States of America,40.71,-74.01,America/New_York,1701478815,2023-12-01 20:00 +1701439200,2023-12-01 09:00,3.0,37.4,1,5.8,9.4,217,SW,1022.0,30.17,0.0,0.0,83,72,0.4,32.8,0.4,32.8,3.0,37.4,0.3,32.6,0,0,0,0,10.0,6.0,10.1,16.3,1.0,Cloudy,//cdn.weatherapi.com/weather/64x64/day/119.png,1006,New York,New York,United States of America,40.71,-74.01,America/New_York,1701478815,2023-12-01 20:00 +1701442800,2023-12-01 10:00,4.3,39.7,1,6.5,10.4,219,SW,1022.0,30.17,0.0,0.0,76,69,2.0,35.5,2.0,35.5,4.3,39.7,0.4,32.7,0,0,0,0,10.0,6.0,10.0,16.1,1.0,Cloudy,//cdn.weatherapi.com/weather/64x64/day/119.png,1006,New York,New York,United States of America,40.71,-74.01,America/New_York,1701478815,2023-12-01 20:00 +1701446400,2023-12-01 11:00,5.8,42.4,1,5.1,8.3,202,SSW,1021.0,30.16,0.0,0.0,69,100,3.9,39.1,3.9,39.1,5.8,42.4,0.6,33.1,0,0,0,0,10.0,6.0,7.3,11.8,2.0,Overcast,//cdn.weatherapi.com/weather/64x64/day/122.png,1009,New York,New York,United States of America,40.71,-74.01,America/New_York,1701478815,2023-12-01 20:00 +1701450000,2023-12-01 12:00,6.3,43.3,1,5.6,9.0,211,SSW,1022.0,30.17,0.0,0.0,70,100,4.6,40.3,4.6,40.3,6.3,43.3,1.2,34.1,0,0,0,0,10.0,6.0,7.7,12.4,2.0,Overcast,//cdn.weatherapi.com/weather/64x64/day/122.png,1009,New York,New York,United States of America,40.71,-74.01,America/New_York,1701478815,2023-12-01 20:00 +1701453600,2023-12-01 13:00,6.5,43.7,1,6.5,10.4,214,SW,1021.0,30.15,0.0,0.0,71,100,5.1,41.2,5.1,41.2,6.5,43.7,1.7,35.0,0,0,0,0,10.0,6.0,9.0,14.5,2.0,Overcast,//cdn.weatherapi.com/weather/64x64/day/122.png,1009,New York,New York,United States of America,40.71,-74.01,America/New_York,1701478815,2023-12-01 20:00 +1701457200,2023-12-01 14:00,7.1,44.8,1,2.7,4.3,232,SW,1020.0,30.13,0.0,0.0,70,100,5.8,42.4,5.8,42.4,7.1,44.8,2.1,35.7,0,0,0,0,10.0,6.0,3.8,6.2,2.0,Overcast,//cdn.weatherapi.com/weather/64x64/day/122.png,1009,New York,New York,United States of America,40.71,-74.01,America/New_York,1701478815,2023-12-01 20:00 +1701460800,2023-12-01 15:00,6.9,44.4,1,4.9,7.9,200,SSW,1020.0,30.12,0.0,0.0,74,100,6.4,43.4,6.4,43.4,6.9,44.4,2.6,36.7,0,0,0,0,10.0,6.0,6.9,11.1,2.0,Overcast,//cdn.weatherapi.com/weather/64x64/day/122.png,1009,New York,New York,United States of America,40.71,-74.01,America/New_York,1701478815,2023-12-01 20:00 +1701464400,2023-12-01 16:00,6.9,44.4,1,4.5,7.2,196,SSW,1020.0,30.12,0.0,0.0,76,100,6.5,43.7,6.5,43.7,6.9,44.4,3.0,37.4,0,0,0,0,10.0,6.0,6.6,10.6,2.0,Overcast,//cdn.weatherapi.com/weather/64x64/day/122.png,1009,New York,New York,United States of America,40.71,-74.01,America/New_York,1701478815,2023-12-01 20:00 +1701468000,2023-12-01 17:00,7.1,44.8,0,3.8,6.1,165,SSE,1019.0,30.1,0.0,0.0,79,100,6.5,43.6,6.5,43.6,7.1,44.8,3.7,38.6,0,0,0,0,10.0,6.0,6.0,9.7,1.0,Overcast,//cdn.weatherapi.com/weather/64x64/night/122.png,1009,New York,New York,United States of America,40.71,-74.01,America/New_York,1701478815,2023-12-01 20:00 +1701471600,2023-12-01 18:00,6.5,43.7,0,5.1,8.3,175,S,1021.0,30.14,0.0,0.0,90,100,4.8,40.7,4.8,40.7,6.5,43.7,4.9,40.9,0,0,0,0,2.0,1.0,8.0,12.8,1.0,Overcast,//cdn.weatherapi.com/weather/64x64/night/122.png,1009,New York,New York,United States of America,40.71,-74.01,America/New_York,1701478815,2023-12-01 20:00 +1701475200,2023-12-01 19:00,7.8,46.0,0,2.2,3.6,200,SSW,1019.0,30.1,0.0,0.0,86,100,5.2,41.3,5.2,41.3,6.4,43.5,6.1,43.0,0,0,0,0,4.8,2.0,8.4,13.5,1.0,Light rain,//cdn.weatherapi.com/weather/64x64/night/296.png,1183,New York,New York,United States of America,40.71,-74.01,America/New_York,1701478815,2023-12-01 20:00 +1701478800,2023-12-01 20:00,6.3,43.3,0,5.6,9.0,212,SSW,1019.0,30.09,3.32,0.13,97,100,4.5,40.1,4.5,40.1,6.3,43.3,5.8,42.5,1,73,0,0,9.0,5.0,7.9,12.7,1.0,Moderate rain,//cdn.weatherapi.com/weather/64x64/night/302.png,1189,New York,New York,United States of America,40.71,-74.01,America/New_York,1701478815,2023-12-01 20:00 +1701482400,2023-12-01 21:00,6.6,43.9,0,5.6,9.0,204,SSW,1019.0,30.09,0.0,0.0,97,100,5.1,41.2,5.1,41.2,6.6,43.9,6.1,43.0,0,0,0,0,9.0,5.0,8.0,12.9,1.0,Mist,//cdn.weatherapi.com/weather/64x64/night/143.png,1030,New York,New York,United States of America,40.71,-74.01,America/New_York,1701478815,2023-12-01 20:00 +1701486000,2023-12-01 22:00,6.9,44.4,0,6.0,9.7,194,SSW,1018.0,30.07,0.0,0.0,97,100,6.2,43.2,6.2,43.2,6.9,44.4,6.4,43.6,0,0,0,0,2.0,1.0,8.8,14.1,1.0,Mist,//cdn.weatherapi.com/weather/64x64/night/143.png,1030,New York,New York,United States of America,40.71,-74.01,America/New_York,1701478815,2023-12-01 20:00 +1701489600,2023-12-01 23:00,7.3,45.1,0,7.4,11.9,204,SSW,1018.0,30.05,8.33,0.33,97,100,7.1,44.8,7.1,44.8,7.3,45.1,6.9,44.3,0,63,0,0,10.0,6.0,10.8,17.3,1.0,Heavy rain,//cdn.weatherapi.com/weather/64x64/night/308.png,1195,New York,New York,United States of America,40.71,-74.01,America/New_York,1701478815,2023-12-01 20:00 +1701493200,2023-12-02 00:00,7.0,44.6,0,6.5,10.4,213,SSW,1017.0,30.04,0.0,0.0,95,100,6.3,43.4,6.3,43.4,7.0,44.6,6.3,43.4,0,0,0,0,10.0,6.0,9.7,15.6,1.0,Mist,//cdn.weatherapi.com/weather/64x64/night/143.png,1030,New York,New York,United States of America,40.71,-74.01,America/New_York,1701478815,2023-12-01 20:00 +1701496800,2023-12-02 01:00,7.2,45.0,0,6.5,10.4,233,SW,1017.0,30.03,0.0,0.0,94,100,5.6,42.0,5.6,42.0,7.2,45.0,6.2,43.2,0,0,0,0,10.0,6.0,9.8,15.8,1.0,Overcast,//cdn.weatherapi.com/weather/64x64/night/122.png,1009,New York,New York,United States of America,40.71,-74.01,America/New_York,1701478815,2023-12-01 20:00 +1701500400,2023-12-02 02:00,6.9,44.4,0,6.0,9.7,252,WSW,1017.0,30.03,0.0,0.0,97,72,4.9,40.8,4.9,40.8,6.9,44.4,6.4,43.6,0,0,0,0,2.0,1.0,9.1,14.7,1.0,Mist,//cdn.weatherapi.com/weather/64x64/night/143.png,1030,New York,New York,United States of America,40.71,-74.01,America/New_York,1701478815,2023-12-01 20:00 +1701504000,2023-12-02 03:00,6.7,44.1,0,4.0,6.5,262,W,1017.0,30.03,0.0,0.0,96,80,4.6,40.3,4.6,40.3,6.7,44.1,6.2,43.1,0,0,0,0,2.0,1.0,6.2,9.9,1.0,Mist,//cdn.weatherapi.com/weather/64x64/night/143.png,1030,New York,New York,United States of America,40.71,-74.01,America/New_York,1701478815,2023-12-01 20:00 +1701507600,2023-12-02 04:00,6.5,43.7,0,4.5,7.2,234,SW,1017.0,30.02,0.0,0.0,97,100,4.7,40.4,4.7,40.4,6.5,43.7,6.0,42.9,0,0,0,0,2.0,1.0,7.0,11.2,1.0,Mist,//cdn.weatherapi.com/weather/64x64/night/143.png,1030,New York,New York,United States of America,40.71,-74.01,America/New_York,1701478815,2023-12-01 20:00 +1701511200,2023-12-02 05:00,6.4,43.5,0,3.8,6.1,230,SW,1017.0,30.02,0.0,0.0,97,100,4.4,39.9,4.4,39.9,6.4,43.5,6.0,42.8,0,0,0,0,2.0,1.0,6.2,9.9,1.0,Fog,//cdn.weatherapi.com/weather/64x64/night/248.png,1135,New York,New York,United States of America,40.71,-74.01,America/New_York,1701478815,2023-12-01 20:00 +1701514800,2023-12-02 06:00,6.2,43.2,0,4.7,7.6,218,SW,1017.0,30.02,0.0,0.0,98,100,4.3,39.8,4.3,39.8,6.2,43.2,5.9,42.6,0,0,0,0,2.0,1.0,8.0,12.8,1.0,Fog,//cdn.weatherapi.com/weather/64x64/night/248.png,1135,New York,New York,United States of America,40.71,-74.01,America/New_York,1701478815,2023-12-01 20:00 +1701518400,2023-12-02 07:00,6.1,43.0,0,4.3,6.8,218,SW,1017.0,30.04,0.0,0.0,98,100,4.0,39.3,4.0,39.3,6.1,43.0,5.8,42.5,0,0,0,0,2.0,1.0,7.4,11.9,1.0,Fog,//cdn.weatherapi.com/weather/64x64/night/248.png,1135,New York,New York,United States of America,40.71,-74.01,America/New_York,1701478815,2023-12-01 20:00 +1701522000,2023-12-02 08:00,6.0,42.8,1,5.4,8.6,224,SW,1018.0,30.05,0.0,0.0,98,100,4.0,39.2,4.0,39.2,6.0,42.8,5.7,42.3,0,0,0,0,2.0,1.0,9.5,15.2,2.0,Fog,//cdn.weatherapi.com/weather/64x64/day/248.png,1135,New York,New York,United States of America,40.71,-74.01,America/New_York,1701478815,2023-12-01 20:00 +1701525600,2023-12-02 09:00,6.0,42.8,1,4.7,7.6,226,SW,1018.0,30.05,0.0,0.0,97,100,4.2,39.6,4.2,39.6,6.0,42.8,5.6,42.1,0,0,0,0,2.0,1.0,8.1,13.0,2.0,Fog,//cdn.weatherapi.com/weather/64x64/day/248.png,1135,New York,New York,United States of America,40.71,-74.01,America/New_York,1701478815,2023-12-01 20:00 +1701529200,2023-12-02 10:00,6.3,43.3,1,4.7,7.6,215,SW,1018.0,30.06,0.0,0.0,95,100,4.9,40.8,4.9,40.8,6.3,43.3,5.6,42.1,0,0,0,0,10.0,6.0,7.6,12.2,2.0,Mist,//cdn.weatherapi.com/weather/64x64/day/143.png,1030,New York,New York,United States of America,40.71,-74.01,America/New_York,1701478815,2023-12-01 20:00 +1701532800,2023-12-02 11:00,7.3,45.1,1,5.6,9.0,234,SW,1018.0,30.06,0.0,0.0,92,100,5.9,42.7,5.9,42.7,7.3,45.1,6.1,43.0,0,0,0,0,10.0,6.0,8.4,13.6,2.0,Overcast,//cdn.weatherapi.com/weather/64x64/day/122.png,1009,New York,New York,United States of America,40.71,-74.01,America/New_York,1701478815,2023-12-01 20:00 +1701536400,2023-12-02 12:00,7.5,45.5,1,5.4,8.6,235,SW,1018.0,30.06,0.0,0.0,92,100,6.2,43.1,6.2,43.1,7.5,45.5,6.3,43.4,0,0,0,0,10.0,6.0,7.7,12.4,2.0,Overcast,//cdn.weatherapi.com/weather/64x64/day/122.png,1009,New York,New York,United States of America,40.71,-74.01,America/New_York,1701478815,2023-12-01 20:00 +1701540000,2023-12-02 13:00,8.2,46.8,1,6.0,9.7,229,SW,1017.0,30.04,0.0,0.0,89,99,6.9,44.4,6.9,44.4,8.2,46.8,6.5,43.7,0,0,0,0,10.0,6.0,8.5,13.8,2.0,Overcast,//cdn.weatherapi.com/weather/64x64/day/122.png,1009,New York,New York,United States of America,40.71,-74.01,America/New_York,1701478815,2023-12-01 20:00 +1701543600,2023-12-02 14:00,8.3,46.9,1,5.6,9.0,229,SW,1017.0,30.03,0.0,0.0,90,86,7.0,44.7,7.0,44.7,8.3,46.9,6.8,44.2,0,0,0,0,10.0,6.0,8.2,13.2,2.0,Cloudy,//cdn.weatherapi.com/weather/64x64/day/119.png,1006,New York,New York,United States of America,40.71,-74.01,America/New_York,1701478815,2023-12-01 20:00 +1701547200,2023-12-02 15:00,8.5,47.3,1,5.4,8.6,218,SW,1017.0,30.03,0.0,0.0,89,92,7.0,44.7,7.0,44.7,8.5,47.3,6.9,44.4,0,0,0,0,10.0,6.0,8.4,13.6,2.0,Overcast,//cdn.weatherapi.com/weather/64x64/day/122.png,1009,New York,New York,United States of America,40.71,-74.01,America/New_York,1701478815,2023-12-01 20:00 +1701550800,2023-12-02 16:00,8.9,48.0,1,4.0,6.5,221,SW,1017.0,30.02,0.0,0.0,89,100,7.6,45.6,7.6,45.6,8.9,48.0,7.2,45.0,0,0,0,0,10.0,6.0,6.9,11.2,2.0,Overcast,//cdn.weatherapi.com/weather/64x64/day/122.png,1009,New York,New York,United States of America,40.71,-74.01,America/New_York,1701478815,2023-12-01 20:00 +1701554400,2023-12-02 17:00,8.8,47.8,0,4.3,6.8,219,SW,1017.0,30.02,0.0,0.0,92,100,7.5,45.4,7.5,45.4,8.8,47.8,7.6,45.6,0,0,0,0,10.0,6.0,7.9,12.7,1.0,Overcast,//cdn.weatherapi.com/weather/64x64/night/122.png,1009,New York,New York,United States of America,40.71,-74.01,America/New_York,1701478815,2023-12-01 20:00 +1701558000,2023-12-02 18:00,8.6,47.5,0,3.6,5.8,237,WSW,1017.0,30.03,0.0,0.0,95,100,7.6,45.6,7.6,45.6,8.6,47.5,7.9,46.1,0,0,0,0,10.0,6.0,6.9,11.1,1.0,Mist,//cdn.weatherapi.com/weather/64x64/night/143.png,1030,New York,New York,United States of America,40.71,-74.01,America/New_York,1701478815,2023-12-01 20:00 +1701561600,2023-12-02 19:00,8.5,47.3,0,4.0,6.5,253,WSW,1018.0,30.06,0.0,0.0,96,100,7.3,45.1,7.3,45.1,8.5,47.3,7.9,46.2,0,0,0,0,10.0,6.0,8.0,12.8,1.0,Mist,//cdn.weatherapi.com/weather/64x64/night/143.png,1030,New York,New York,United States of America,40.71,-74.01,America/New_York,1701478815,2023-12-01 20:00 +1701565200,2023-12-02 20:00,7.9,46.2,0,2.0,3.2,238,WSW,1018.0,30.06,0.0,0.0,97,100,6.8,44.3,6.8,44.3,7.9,46.2,7.4,45.3,0,0,0,0,10.0,6.0,4.1,6.6,1.0,Mist,//cdn.weatherapi.com/weather/64x64/night/143.png,1030,New York,New York,United States of America,40.71,-74.01,America/New_York,1701478815,2023-12-01 20:00 +1701568800,2023-12-02 21:00,11.1,51.9,0,1.1,1.8,231,SW,1017.0,30.02,0.0,0.0,89,35,11.1,51.9,11.1,51.9,11.1,51.9,9.3,48.7,0,0,0,0,10.0,6.0,2.3,3.6,1.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/night/116.png,1003,New York,New York,United States of America,40.71,-74.01,America/New_York,1701478815,2023-12-01 20:00 +1701572400,2023-12-02 22:00,11.0,51.8,0,0.4,0.7,101,ESE,1016.0,30.01,0.0,0.0,89,75,11.0,51.8,11.0,51.8,11.0,51.8,9.3,48.8,0,0,0,0,10.0,6.0,0.9,1.4,1.0,Cloudy,//cdn.weatherapi.com/weather/64x64/night/119.png,1006,New York,New York,United States of America,40.71,-74.01,America/New_York,1701478815,2023-12-01 20:00 +1701576000,2023-12-02 23:00,7.9,46.2,0,0.7,1.1,89,E,1018.0,30.05,0.0,0.0,97,100,7.6,45.7,7.6,45.7,7.9,46.2,7.5,45.5,0,0,0,0,10.0,6.0,1.3,2.1,1.0,Fog,//cdn.weatherapi.com/weather/64x64/night/248.png,1135,New York,New York,United States of America,40.71,-74.01,America/New_York,1701478815,2023-12-01 20:00 +1701579600,2023-12-03 00:00,10.9,51.6,0,3.4,5.4,91,E,1015.0,29.98,0.0,0.0,89,67,10.7,51.2,10.7,51.2,10.9,51.6,9.2,48.6,0,0,0,0,10.0,6.0,6.5,10.5,1.0,Cloudy,//cdn.weatherapi.com/weather/64x64/night/119.png,1006,New York,New York,United States of America,40.71,-74.01,America/New_York,1701478815,2023-12-01 20:00 +1701583200,2023-12-03 01:00,10.8,51.4,0,2.9,4.7,99,E,1015.0,29.97,0.0,0.0,90,52,10.8,51.4,10.8,51.4,10.8,51.4,9.2,48.5,0,0,0,0,10.0,6.0,5.6,9.0,1.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/night/116.png,1003,New York,New York,United States of America,40.71,-74.01,America/New_York,1701478815,2023-12-01 20:00 +1701586800,2023-12-03 02:00,7.3,45.1,0,4.3,6.8,86,E,1017.0,30.02,0.0,0.0,98,100,5.7,42.2,5.7,42.2,7.3,45.1,7.0,44.6,0,0,0,0,10.0,6.0,8.0,12.9,1.0,Fog,//cdn.weatherapi.com/weather/64x64/night/248.png,1135,New York,New York,United States of America,40.71,-74.01,America/New_York,1701478815,2023-12-01 20:00 +1701590400,2023-12-03 03:00,10.5,51.0,0,5.4,8.6,89,E,1014.0,29.94,0.0,0.0,93,100,9.5,49.1,9.5,49.1,10.5,51.0,9.4,48.9,0,0,0,0,10.0,6.0,9.9,15.9,1.0,Overcast,//cdn.weatherapi.com/weather/64x64/night/122.png,1009,New York,New York,United States of America,40.71,-74.01,America/New_York,1701478815,2023-12-01 20:00 +1701594000,2023-12-03 04:00,10.5,50.8,0,6.3,10.1,74,ENE,1013.0,29.91,0.16,0.01,95,91,9.2,48.5,9.2,48.5,10.5,50.8,9.7,49.5,1,73,0,0,2.0,1.0,11.1,17.9,1.0,Light drizzle,//cdn.weatherapi.com/weather/64x64/night/266.png,1153,New York,New York,United States of America,40.71,-74.01,America/New_York,1701478815,2023-12-01 20:00 +1701597600,2023-12-03 05:00,7.0,44.6,0,6.5,10.4,76,ENE,1015.0,29.96,2.15,0.08,97,100,4.4,39.9,4.4,39.9,7.0,44.6,6.6,43.9,0,66,0,0,9.0,5.0,11.0,17.7,1.0,Light rain,//cdn.weatherapi.com/weather/64x64/night/296.png,1183,New York,New York,United States of America,40.71,-74.01,America/New_York,1701478815,2023-12-01 20:00 +1701601200,2023-12-03 06:00,10.4,50.7,0,8.7,14.0,86,E,1011.0,29.84,0.45,0.02,98,100,8.5,47.3,8.5,47.3,10.4,50.7,10.0,50.0,1,79,0,0,2.0,1.0,14.0,22.6,1.0,Light drizzle,//cdn.weatherapi.com/weather/64x64/night/266.png,1153,New York,New York,United States of America,40.71,-74.01,America/New_York,1701478815,2023-12-01 20:00 +1701604800,2023-12-03 07:00,10.4,50.7,0,8.1,13.0,80,E,1010.0,29.83,2.27,0.09,98,100,8.6,47.6,8.6,47.6,10.4,50.7,10.1,50.2,1,73,0,0,9.0,5.0,12.9,20.8,1.0,Light rain,//cdn.weatherapi.com/weather/64x64/night/296.png,1183,New York,New York,United States of America,40.71,-74.01,America/New_York,1701478815,2023-12-01 20:00 +1701608400,2023-12-03 08:00,6.7,44.1,1,9.2,14.8,81,E,1015.0,29.98,11.81,0.46,98,100,4.2,39.6,4.2,39.6,6.7,44.1,6.5,43.6,1,76,0,0,2.0,1.0,14.8,23.8,2.0,Heavy rain,//cdn.weatherapi.com/weather/64x64/day/308.png,1195,New York,New York,United States of America,40.71,-74.01,America/New_York,1701478815,2023-12-01 20:00 +1701612000,2023-12-03 09:00,10.5,50.9,1,8.3,13.3,81,E,1009.0,29.79,1.54,0.06,98,100,8.7,47.7,8.7,47.7,10.5,50.9,10.3,50.5,1,83,0,0,9.0,5.0,13.4,21.6,3.0,Light rain,//cdn.weatherapi.com/weather/64x64/day/296.png,1183,New York,New York,United States of America,40.71,-74.01,America/New_York,1701478815,2023-12-01 20:00 +1701615600,2023-12-03 10:00,10.8,51.4,1,7.8,12.6,87,E,1008.0,29.76,1.57,0.06,99,100,9.1,48.5,9.1,48.5,10.8,51.4,10.5,51.0,1,83,0,0,9.0,5.0,12.8,20.6,3.0,Light rain,//cdn.weatherapi.com/weather/64x64/day/296.png,1183,New York,New York,United States of America,40.71,-74.01,America/New_York,1701478815,2023-12-01 20:00 +1701619200,2023-12-03 11:00,6.9,44.4,1,5.6,9.0,56,ENE,1013.0,29.92,6.21,0.24,97,100,3.4,38.1,3.4,38.1,6.9,44.4,6.5,43.6,1,82,0,0,9.0,5.0,9.2,14.8,2.0,Moderate rain,//cdn.weatherapi.com/weather/64x64/day/302.png,1189,New York,New York,United States of America,40.71,-74.01,America/New_York,1701478815,2023-12-01 20:00 +1701622800,2023-12-03 12:00,10.9,51.7,1,6.9,11.2,60,ENE,1006.0,29.7,1.63,0.06,99,100,9.6,49.2,9.6,49.2,10.9,51.7,10.7,51.3,1,82,0,0,9.0,5.0,11.0,17.7,3.0,Light rain,//cdn.weatherapi.com/weather/64x64/day/296.png,1183,New York,New York,United States of America,40.71,-74.01,America/New_York,1701478815,2023-12-01 20:00 +1701626400,2023-12-03 13:00,11.0,51.8,1,7.4,11.9,64,ENE,1004.0,29.64,1.37,0.05,98,100,9.5,49.2,9.5,49.2,11.0,51.8,10.8,51.4,1,82,0,0,9.0,5.0,11.6,18.7,3.0,Light rain,//cdn.weatherapi.com/weather/64x64/day/296.png,1183,New York,New York,United States of America,40.71,-74.01,America/New_York,1701478815,2023-12-01 20:00 +1701630000,2023-12-03 14:00,7.8,46.0,1,7.8,12.6,67,ENE,1011.0,29.84,3.95,0.16,91,100,4.8,40.7,4.8,40.7,7.8,46.0,6.5,43.7,0,63,0,0,10.0,6.0,12.6,20.2,2.0,Moderate rain,//cdn.weatherapi.com/weather/64x64/day/302.png,1189,New York,New York,United States of America,40.71,-74.01,America/New_York,1701478815,2023-12-01 20:00 +1701633600,2023-12-03 15:00,10.7,51.3,1,6.7,10.8,74,ENE,1001.0,29.57,0.4,0.02,99,100,9.4,48.9,9.4,48.9,10.7,51.3,10.5,50.9,1,81,0,0,2.0,1.0,10.9,17.6,3.0,Light drizzle,//cdn.weatherapi.com/weather/64x64/day/266.png,1153,New York,New York,United States of America,40.71,-74.01,America/New_York,1701478815,2023-12-01 20:00 +1701637200,2023-12-03 16:00,10.7,51.2,1,1.8,2.9,44,NE,1001.0,29.56,1.55,0.06,99,100,10.7,51.2,10.7,51.2,10.7,51.2,10.6,51.0,1,77,0,0,9.0,5.0,3.1,5.0,3.0,Light rain,//cdn.weatherapi.com/weather/64x64/day/296.png,1183,New York,New York,United States of America,40.71,-74.01,America/New_York,1701478815,2023-12-01 20:00 +1701640800,2023-12-03 17:00,7.2,45.0,0,1.3,2.2,191,SSW,1009.0,29.8,0.0,0.0,98,100,4.6,40.2,4.6,40.2,7.2,45.0,6.9,44.4,0,0,0,0,0.0,0.0,2.3,3.8,1.0,Overcast,//cdn.weatherapi.com/weather/64x64/night/122.png,1009,New York,New York,United States of America,40.71,-74.01,America/New_York,1701478815,2023-12-01 20:00 +1701644400,2023-12-03 18:00,11.0,51.8,0,6.0,9.7,241,WSW,1000.0,29.54,1.91,0.08,99,100,9.9,49.8,9.9,49.8,11.0,51.8,10.9,51.7,1,78,0,0,9.0,5.0,10.4,16.7,1.0,Light rain,//cdn.weatherapi.com/weather/64x64/night/296.png,1183,New York,New York,United States of America,40.71,-74.01,America/New_York,1701478815,2023-12-01 20:00 +1701648000,2023-12-03 19:00,11.2,52.1,0,9.6,15.5,270,W,1001.0,29.56,0.01,0.0,98,79,9.3,48.8,9.3,48.8,11.2,52.1,10.8,51.5,0,53,0,0,10.0,6.0,16.2,26.0,1.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/night/176.png,1063,New York,New York,United States of America,40.71,-74.01,America/New_York,1701478815,2023-12-01 20:00 +1701651600,2023-12-03 20:00,6.7,44.1,0,16.6,26.6,265,W,1008.0,29.78,0.0,0.0,98,100,4.2,39.5,4.2,39.5,6.7,44.1,6.5,43.6,0,0,0,0,10.0,6.0,29.5,47.6,1.0,Overcast,//cdn.weatherapi.com/weather/64x64/night/122.png,1009,New York,New York,United States of America,40.71,-74.01,America/New_York,1701478815,2023-12-01 20:00 +1701655200,2023-12-03 21:00,13.3,55.9,0,16.8,27.0,266,W,1002.0,29.58,0.0,0.0,62,0,11.0,51.8,11.0,51.8,13.3,55.9,6.2,43.1,0,0,0,0,10.0,6.0,28.6,46.0,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,New York,New York,United States of America,40.71,-74.01,America/New_York,1701478815,2023-12-01 20:00 +1701658800,2023-12-03 22:00,12.3,54.1,0,15.0,24.1,258,WSW,1002.0,29.59,0.0,0.0,64,3,9.9,49.9,9.9,49.9,12.3,54.1,5.6,42.2,0,0,0,0,10.0,6.0,25.1,40.3,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,New York,New York,United States of America,40.71,-74.01,America/New_York,1701478815,2023-12-01 20:00 +1701662400,2023-12-03 23:00,6.6,43.9,0,14.5,23.4,251,WSW,1008.0,29.77,0.0,0.0,99,100,4.7,40.5,4.7,40.5,6.6,43.9,6.4,43.6,0,0,0,0,10.0,6.0,23.6,38.1,1.0,Fog,//cdn.weatherapi.com/weather/64x64/night/248.png,1135,New York,New York,United States of America,40.71,-74.01,America/New_York,1701478815,2023-12-01 20:00 +1701417600,2023-12-01 00:00,12.4,54.3,0,1.8,2.9,345,NNW,1014.0,29.93,0.0,0.0,71,15,12.5,54.4,12.5,54.4,12.4,54.3,7.3,45.1,0,0,0,0,10.0,6.0,2.6,4.2,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Los Angeles,California,United States of America,34.05,-118.24,America/Los_Angeles,1701478816,2023-12-01 17:00 +1701421200,2023-12-01 01:00,12.0,53.6,0,4.0,6.5,332,NNW,1014.0,29.94,0.0,0.0,70,6,11.9,53.5,11.9,53.5,12.0,53.6,6.7,44.1,0,0,0,0,10.0,6.0,6.2,10.0,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Los Angeles,California,United States of America,34.05,-118.24,America/Los_Angeles,1701478816,2023-12-01 17:00 +1701424800,2023-12-01 02:00,12.5,54.5,0,5.8,9.4,341,NNW,1014.0,29.95,0.0,0.0,65,0,12.1,53.8,12.1,53.8,12.5,54.5,6.2,43.2,0,0,0,0,10.0,6.0,9.6,15.5,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Los Angeles,California,United States of America,34.05,-118.24,America/Los_Angeles,1701478816,2023-12-01 17:00 +1701428400,2023-12-01 03:00,11.8,53.2,0,6.0,9.7,348,NNW,1014.0,29.94,0.0,0.0,63,0,10.9,51.6,10.9,51.6,11.8,53.2,5.0,41.0,0,0,0,0,10.0,6.0,10.0,16.1,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Los Angeles,California,United States of America,34.05,-118.24,America/Los_Angeles,1701478816,2023-12-01 17:00 +1701432000,2023-12-01 04:00,11.4,52.5,0,6.0,9.7,347,NNW,1014.0,29.95,0.0,0.0,62,0,10.3,50.5,10.3,50.5,11.4,52.5,4.3,39.8,0,0,0,0,10.0,6.0,9.9,16.0,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Los Angeles,California,United States of America,34.05,-118.24,America/Los_Angeles,1701478816,2023-12-01 17:00 +1701435600,2023-12-01 05:00,11.1,52.0,0,6.0,9.7,354,N,1015.0,29.96,0.0,0.0,62,0,9.9,49.9,9.9,49.9,11.1,52.0,4.1,39.3,0,0,0,0,10.0,6.0,9.8,15.8,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Los Angeles,California,United States of America,34.05,-118.24,America/Los_Angeles,1701478816,2023-12-01 17:00 +1701439200,2023-12-01 06:00,10.7,51.3,0,6.3,10.1,3,N,1015.0,29.96,0.0,0.0,62,0,9.6,49.4,9.6,49.4,10.7,51.3,3.8,38.9,0,0,0,0,10.0,6.0,10.0,16.2,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Los Angeles,California,United States of America,34.05,-118.24,America/Los_Angeles,1701478816,2023-12-01 17:00 +1701442800,2023-12-01 07:00,10.4,50.7,1,6.7,10.8,359,N,1015.0,29.97,0.0,0.0,63,0,9.5,49.1,9.5,49.1,10.4,50.7,3.7,38.7,0,0,0,0,10.0,6.0,10.7,17.3,4.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Los Angeles,California,United States of America,34.05,-118.24,America/Los_Angeles,1701478816,2023-12-01 17:00 +1701446400,2023-12-01 08:00,9.9,49.8,1,9.2,14.8,342,NNW,1016.0,29.99,0.0,0.0,57,0,8.8,47.9,8.8,47.9,9.9,49.8,1.8,35.2,0,0,0,0,10.0,6.0,14.1,22.7,3.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Los Angeles,California,United States of America,34.05,-118.24,America/Los_Angeles,1701478816,2023-12-01 17:00 +1701450000,2023-12-01 09:00,11.4,52.5,1,9.8,15.8,350,N,1017.0,30.02,0.0,0.0,55,0,10.7,51.2,10.7,51.2,11.4,52.5,2.7,36.8,0,0,0,0,10.0,6.0,12.8,20.5,4.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Los Angeles,California,United States of America,34.05,-118.24,America/Los_Angeles,1701478816,2023-12-01 17:00 +1701453600,2023-12-01 10:00,13.9,57.0,1,8.7,14.0,355,N,1017.0,30.04,0.0,0.0,50,0,13.3,56.0,13.3,56.0,13.9,57.0,3.8,38.8,0,0,0,0,10.0,6.0,10.0,16.2,4.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Los Angeles,California,United States of America,34.05,-118.24,America/Los_Angeles,1701478816,2023-12-01 17:00 +1701457200,2023-12-01 11:00,17.9,64.2,1,6.3,10.1,342,NNW,1017.0,30.02,0.0,0.0,46,0,17.9,64.2,17.9,64.2,17.9,64.2,6.1,42.9,0,0,0,0,10.0,6.0,7.2,11.6,5.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Los Angeles,California,United States of America,34.05,-118.24,America/Los_Angeles,1701478816,2023-12-01 17:00 +1701460800,2023-12-01 12:00,19.4,66.9,1,6.7,10.8,315,NW,1016.0,30.01,0.0,0.0,40,0,19.4,66.9,19.4,66.9,19.4,66.9,5.6,42.1,0,0,0,0,10.0,6.0,7.7,12.4,5.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Los Angeles,California,United States of America,34.05,-118.24,America/Los_Angeles,1701478816,2023-12-01 17:00 +1701464400,2023-12-01 13:00,20.4,68.7,1,6.7,10.8,312,NW,1016.0,29.99,0.0,0.0,36,0,20.4,68.7,20.4,68.7,20.4,68.7,4.9,40.8,0,0,0,0,10.0,6.0,7.7,12.4,6.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Los Angeles,California,United States of America,34.05,-118.24,America/Los_Angeles,1701478816,2023-12-01 17:00 +1701468000,2023-12-01 14:00,21.1,70.0,1,5.4,8.6,312,NW,1015.0,29.98,0.0,0.0,33,0,21.1,70.0,21.1,70.0,23.3,74.0,4.3,39.7,0,0,0,0,10.0,6.0,6.2,9.9,6.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Los Angeles,California,United States of America,34.05,-118.24,America/Los_Angeles,1701478816,2023-12-01 17:00 +1701471600,2023-12-01 15:00,21.4,70.5,1,3.8,6.1,302,WNW,1014.0,29.96,0.0,0.0,31,0,21.4,70.5,21.4,70.5,23.2,73.7,3.6,38.4,0,0,0,0,10.0,6.0,4.4,7.1,6.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Los Angeles,California,United States of America,34.05,-118.24,America/Los_Angeles,1701478816,2023-12-01 17:00 +1701475200,2023-12-01 16:00,17.8,64.0,0,4.3,6.8,260,W,1017.0,30.02,0.0,0.0,45,0,21.2,70.2,21.2,70.2,23.1,73.5,3.1,37.6,0,0,0,0,16.0,9.0,8.7,14.0,6.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Los Angeles,California,United States of America,34.05,-118.24,America/Los_Angeles,1701478816,2023-12-01 17:00 +1701478800,2023-12-01 17:00,20.4,68.7,0,3.1,5.0,297,WNW,1015.0,29.96,0.0,0.0,32,0,20.4,68.7,20.4,68.7,20.4,68.7,3.0,37.4,0,0,0,0,10.0,6.0,3.8,6.2,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Los Angeles,California,United States of America,34.05,-118.24,America/Los_Angeles,1701478816,2023-12-01 17:00 +1701482400,2023-12-01 18:00,19.1,66.4,0,4.3,6.8,338,NNW,1016.0,30.0,0.0,0.0,35,0,19.1,66.4,19.1,66.4,19.1,66.4,3.1,37.7,0,0,0,0,10.0,6.0,5.8,9.4,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Los Angeles,California,United States of America,34.05,-118.24,America/Los_Angeles,1701478816,2023-12-01 17:00 +1701486000,2023-12-01 19:00,18.1,64.6,0,5.1,8.3,352,N,1016.0,30.01,0.0,0.0,37,0,18.1,64.6,18.1,64.6,18.1,64.6,3.3,37.9,0,0,0,0,10.0,6.0,7.4,11.8,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Los Angeles,California,United States of America,34.05,-118.24,America/Los_Angeles,1701478816,2023-12-01 17:00 +1701489600,2023-12-01 20:00,14.4,57.9,0,6.7,10.8,358,N,1017.0,30.03,0.0,0.0,40,0,14.0,57.2,14.0,57.2,14.4,57.9,1.0,33.8,0,0,0,0,10.0,6.0,9.8,15.7,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Los Angeles,California,United States of America,34.05,-118.24,America/Los_Angeles,1701478816,2023-12-01 17:00 +1701493200,2023-12-01 21:00,13.7,56.7,0,5.4,8.6,13,NNE,1018.0,30.06,0.0,0.0,42,0,13.1,55.7,13.1,55.7,13.7,56.7,1.2,34.1,0,0,0,0,10.0,6.0,7.9,12.7,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Los Angeles,California,United States of America,34.05,-118.24,America/Los_Angeles,1701478816,2023-12-01 17:00 +1701496800,2023-12-01 22:00,13.1,55.6,0,4.0,6.5,18,NNE,1019.0,30.08,0.0,0.0,44,0,12.4,54.4,12.4,54.4,13.1,55.6,1.1,34.0,0,0,0,0,10.0,6.0,6.0,9.7,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Los Angeles,California,United States of America,34.05,-118.24,America/Los_Angeles,1701478816,2023-12-01 17:00 +1701500400,2023-12-01 23:00,12.6,54.7,0,2.9,4.7,10,N,1019.0,30.09,0.0,0.0,45,0,11.8,53.3,11.8,53.3,12.6,54.7,1.1,33.9,0,0,0,0,10.0,6.0,4.5,7.2,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Los Angeles,California,United States of America,34.05,-118.24,America/Los_Angeles,1701478816,2023-12-01 17:00 +1701504000,2023-12-02 00:00,11.8,53.2,0,2.2,3.6,22,NNE,1019.0,30.1,0.0,0.0,46,0,10.9,51.7,10.9,51.7,11.8,53.2,0.7,33.2,0,0,0,0,10.0,6.0,3.5,5.6,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Los Angeles,California,United States of America,34.05,-118.24,America/Los_Angeles,1701478816,2023-12-01 17:00 +1701507600,2023-12-02 01:00,11.4,52.5,0,1.6,2.5,2,N,1019.0,30.1,0.0,0.0,47,0,10.5,50.8,10.5,50.8,11.4,52.5,0.5,33.0,0,0,0,0,10.0,6.0,2.5,4.0,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Los Angeles,California,United States of America,34.05,-118.24,America/Los_Angeles,1701478816,2023-12-01 17:00 +1701511200,2023-12-02 02:00,11.0,51.8,0,2.2,3.6,37,NE,1020.0,30.11,0.0,0.0,48,0,10.0,50.0,10.0,50.0,11.0,51.8,0.4,32.8,0,0,0,0,10.0,6.0,3.6,5.8,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Los Angeles,California,United States of America,34.05,-118.24,America/Los_Angeles,1701478816,2023-12-01 17:00 +1701514800,2023-12-02 03:00,10.7,51.3,0,1.8,2.9,12,NNE,1020.0,30.11,0.0,0.0,49,0,9.6,49.2,9.6,49.2,10.7,51.3,0.5,32.8,0,0,0,0,10.0,6.0,3.0,4.8,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Los Angeles,California,United States of America,34.05,-118.24,America/Los_Angeles,1701478816,2023-12-01 17:00 +1701518400,2023-12-02 04:00,10.3,50.5,0,1.8,2.9,25,NNE,1020.0,30.11,0.0,0.0,50,0,9.0,48.3,9.0,48.3,10.3,50.5,0.4,32.8,0,0,0,0,10.0,6.0,3.0,4.8,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Los Angeles,California,United States of America,34.05,-118.24,America/Los_Angeles,1701478816,2023-12-01 17:00 +1701522000,2023-12-02 05:00,10.1,50.2,0,0.9,1.4,38,NE,1020.0,30.12,0.0,0.0,51,0,8.9,48.1,8.9,48.1,10.1,50.2,0.5,32.8,0,0,0,0,10.0,6.0,1.5,2.4,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Los Angeles,California,United States of America,34.05,-118.24,America/Los_Angeles,1701478816,2023-12-01 17:00 +1701525600,2023-12-02 06:00,9.9,49.8,0,1.3,2.2,86,E,1021.0,30.14,0.0,0.0,52,5,8.9,48.0,8.9,48.0,9.9,49.8,0.5,32.9,0,0,0,0,10.0,6.0,2.2,3.6,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Los Angeles,California,United States of America,34.05,-118.24,America/Los_Angeles,1701478816,2023-12-01 17:00 +1701529200,2023-12-02 07:00,9.8,49.6,1,1.1,1.8,61,ENE,1021.0,30.15,0.0,0.0,52,1,9.0,48.3,9.0,48.3,9.8,49.6,0.4,32.8,0,0,0,0,10.0,6.0,1.9,3.0,3.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Los Angeles,California,United States of America,34.05,-118.24,America/Los_Angeles,1701478816,2023-12-01 17:00 +1701532800,2023-12-02 08:00,9.7,49.5,1,2.5,4.0,78,ENE,1022.0,30.17,0.0,0.0,52,0,8.9,48.0,8.9,48.0,9.7,49.5,0.3,32.5,0,0,0,0,10.0,6.0,4.0,6.5,3.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Los Angeles,California,United States of America,34.05,-118.24,America/Los_Angeles,1701478816,2023-12-01 17:00 +1701536400,2023-12-02 09:00,10.6,51.1,1,2.0,3.2,76,ENE,1022.0,30.19,0.0,0.0,49,11,10.2,50.4,10.2,50.4,10.6,51.1,0.3,32.5,0,0,0,0,10.0,6.0,2.8,4.5,4.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Los Angeles,California,United States of America,34.05,-118.24,America/Los_Angeles,1701478816,2023-12-01 17:00 +1701540000,2023-12-02 10:00,13.2,55.8,1,2.0,3.2,77,ENE,1023.0,30.21,0.0,0.0,41,0,13.6,56.4,13.6,56.4,13.2,55.8,0.1,32.2,0,0,0,0,10.0,6.0,2.4,3.8,4.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Los Angeles,California,United States of America,34.05,-118.24,America/Los_Angeles,1701478816,2023-12-01 17:00 +1701543600,2023-12-02 11:00,17.7,63.9,1,1.1,1.8,103,ESE,1023.0,30.21,0.0,0.0,39,0,17.7,63.9,17.7,63.9,17.7,63.9,3.7,38.7,0,0,0,0,10.0,6.0,1.3,2.1,5.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Los Angeles,California,United States of America,34.05,-118.24,America/Los_Angeles,1701478816,2023-12-01 17:00 +1701547200,2023-12-02 12:00,18.9,66.0,1,3.1,5.0,153,SSE,1023.0,30.2,0.0,0.0,39,0,18.9,66.0,18.9,66.0,18.9,66.0,4.8,40.7,0,0,0,0,10.0,6.0,3.6,5.8,5.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Los Angeles,California,United States of America,34.05,-118.24,America/Los_Angeles,1701478816,2023-12-01 17:00 +1701550800,2023-12-02 13:00,20.0,68.0,1,2.5,4.0,192,SSW,1022.0,30.19,0.0,0.0,37,0,20.0,68.0,20.0,68.0,20.0,68.0,4.8,40.7,0,0,0,0,10.0,6.0,2.8,4.6,6.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Los Angeles,California,United States of America,34.05,-118.24,America/Los_Angeles,1701478816,2023-12-01 17:00 +1701554400,2023-12-02 14:00,20.6,69.1,1,2.0,3.2,207,SSW,1022.0,30.17,0.0,0.0,35,0,20.6,69.1,20.6,69.1,20.6,69.1,4.8,40.6,0,0,0,0,10.0,6.0,2.3,3.7,6.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Los Angeles,California,United States of America,34.05,-118.24,America/Los_Angeles,1701478816,2023-12-01 17:00 +1701558000,2023-12-02 15:00,21.0,69.8,1,3.1,5.0,218,SW,1021.0,30.15,0.0,0.0,34,0,21.0,69.8,21.0,69.8,21.0,69.8,4.8,40.6,0,0,0,0,10.0,6.0,3.6,5.8,6.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Los Angeles,California,United States of America,34.05,-118.24,America/Los_Angeles,1701478816,2023-12-01 17:00 +1701561600,2023-12-02 16:00,20.8,69.4,1,3.8,6.1,212,SSW,1021.0,30.15,0.0,0.0,36,1,20.8,69.4,20.8,69.4,20.8,69.4,5.1,41.2,0,0,0,0,10.0,6.0,4.4,7.1,6.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Los Angeles,California,United States of America,34.05,-118.24,America/Los_Angeles,1701478816,2023-12-01 17:00 +1701565200,2023-12-02 17:00,18.7,65.7,0,4.3,6.8,199,SSW,1021.0,30.14,0.0,0.0,41,9,18.7,65.7,18.7,65.7,18.7,65.7,5.1,41.3,0,0,0,0,10.0,6.0,5.2,8.3,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Los Angeles,California,United States of America,34.05,-118.24,America/Los_Angeles,1701478816,2023-12-01 17:00 +1701568800,2023-12-02 18:00,17.5,63.4,0,5.6,9.0,232,SW,1020.0,30.11,0.0,0.0,39,1,17.5,63.4,17.5,63.4,17.5,63.4,3.5,38.3,0,0,0,0,10.0,6.0,7.5,12.1,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Los Angeles,California,United States of America,34.05,-118.24,America/Los_Angeles,1701478816,2023-12-01 17:00 +1701572400,2023-12-02 19:00,16.4,61.5,0,5.4,8.6,238,WSW,1020.0,30.13,0.0,0.0,47,2,16.4,61.5,16.4,61.5,16.4,61.5,5.2,41.4,0,0,0,0,10.0,6.0,7.2,11.6,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Los Angeles,California,United States of America,34.05,-118.24,America/Los_Angeles,1701478816,2023-12-01 17:00 +1701576000,2023-12-02 20:00,14.5,58.1,0,3.6,5.8,240,WSW,1022.0,30.18,0.0,0.0,60,0,15.4,59.6,15.4,59.6,14.5,58.1,6.8,44.2,0,0,0,0,10.0,6.0,4.9,7.8,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Los Angeles,California,United States of America,34.05,-118.24,America/Los_Angeles,1701478816,2023-12-01 17:00 +1701579600,2023-12-02 21:00,15.5,59.8,0,2.9,4.7,259,W,1021.0,30.15,0.0,0.0,52,10,15.5,59.8,15.5,59.8,15.5,59.8,5.7,42.2,0,0,0,0,10.0,6.0,4.0,6.5,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Los Angeles,California,United States of America,34.05,-118.24,America/Los_Angeles,1701478816,2023-12-01 17:00 +1701583200,2023-12-02 22:00,15.2,59.3,0,1.1,1.8,271,W,1021.0,30.16,0.0,0.0,52,6,15.2,59.3,15.2,59.3,15.2,59.3,5.5,42.0,0,0,0,0,10.0,6.0,1.6,2.6,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Los Angeles,California,United States of America,34.05,-118.24,America/Los_Angeles,1701478816,2023-12-01 17:00 +1701586800,2023-12-02 23:00,13.4,56.1,0,0.7,1.1,163,SSE,1023.0,30.2,0.0,0.0,57,19,13.6,56.5,13.6,56.5,13.4,56.1,5.1,41.1,0,0,0,0,10.0,6.0,1.0,1.6,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Los Angeles,California,United States of America,34.05,-118.24,America/Los_Angeles,1701478816,2023-12-01 17:00 +1701590400,2023-12-03 00:00,14.7,58.5,0,0.7,1.1,82,E,1021.0,30.16,0.0,0.0,54,10,14.7,58.5,14.7,58.5,14.7,58.5,5.5,41.9,0,0,0,0,10.0,6.0,1.0,1.7,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Los Angeles,California,United States of America,34.05,-118.24,America/Los_Angeles,1701478816,2023-12-01 17:00 +1701594000,2023-12-03 01:00,14.5,58.1,0,1.1,1.8,34,NE,1021.0,30.16,0.0,0.0,54,1,14.5,58.1,14.5,58.1,14.5,58.1,5.5,41.8,0,0,0,0,10.0,6.0,1.7,2.8,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Los Angeles,California,United States of America,34.05,-118.24,America/Los_Angeles,1701478816,2023-12-01 17:00 +1701597600,2023-12-03 02:00,11.9,53.4,0,1.3,2.2,52,NE,1023.0,30.21,0.0,0.0,53,0,11.6,52.8,11.6,52.8,11.9,53.4,2.6,36.8,0,0,0,0,10.0,6.0,2.2,3.5,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Los Angeles,California,United States of America,34.05,-118.24,America/Los_Angeles,1701478816,2023-12-01 17:00 +1701601200,2023-12-03 03:00,14.1,57.3,0,1.3,2.2,5,N,1021.0,30.15,0.0,0.0,54,1,14.1,57.3,14.1,57.3,14.1,57.3,5.1,41.1,0,0,0,0,10.0,6.0,2.2,3.6,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Los Angeles,California,United States of America,34.05,-118.24,America/Los_Angeles,1701478816,2023-12-01 17:00 +1701604800,2023-12-03 04:00,13.9,57.0,0,2.0,3.2,12,NNE,1021.0,30.16,0.0,0.0,53,0,14.7,58.4,14.7,58.4,13.9,57.0,4.6,40.3,0,0,0,0,10.0,6.0,3.4,5.5,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Los Angeles,California,United States of America,34.05,-118.24,America/Los_Angeles,1701478816,2023-12-01 17:00 +1701608400,2023-12-03 05:00,10.8,51.4,0,1.6,2.5,53,NE,1023.0,30.22,0.0,0.0,51,0,10.1,50.2,10.1,50.2,10.8,51.4,1.2,34.2,0,0,0,0,10.0,6.0,2.7,4.3,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Los Angeles,California,United States of America,34.05,-118.24,America/Los_Angeles,1701478816,2023-12-01 17:00 +1701612000,2023-12-03 06:00,13.5,56.4,0,2.0,3.2,56,ENE,1021.0,30.16,0.0,0.0,52,2,14.3,57.7,14.3,57.7,13.6,56.4,4.0,39.2,0,0,0,0,10.0,6.0,3.5,5.7,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Los Angeles,California,United States of America,34.05,-118.24,America/Los_Angeles,1701478816,2023-12-01 17:00 +1701615600,2023-12-03 07:00,13.4,56.1,1,2.0,3.2,33,NNE,1022.0,30.17,0.0,0.0,52,3,14.1,57.4,14.1,57.4,13.4,56.1,3.8,38.9,0,0,0,0,10.0,6.0,3.6,5.8,4.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Los Angeles,California,United States of America,34.05,-118.24,America/Los_Angeles,1701478816,2023-12-01 17:00 +1701619200,2023-12-03 08:00,9.9,49.8,1,2.7,4.3,10,N,1024.0,30.24,0.0,0.0,53,0,8.9,48.0,8.9,48.0,9.9,49.8,0.8,33.4,0,0,0,0,10.0,6.0,4.8,7.7,3.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Los Angeles,California,United States of America,34.05,-118.24,America/Los_Angeles,1701478816,2023-12-01 17:00 +1701622800,2023-12-03 09:00,14.8,58.6,1,2.5,4.0,340,NNW,1023.0,30.2,0.0,0.0,45,0,15.5,59.8,15.5,59.8,14.8,58.6,3.0,37.4,0,0,0,0,10.0,6.0,3.6,5.8,4.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Los Angeles,California,United States of America,34.05,-118.24,America/Los_Angeles,1701478816,2023-12-01 17:00 +1701626400,2023-12-03 10:00,16.2,61.2,1,2.5,4.0,326,NNW,1023.0,30.21,0.0,0.0,39,0,16.2,61.2,16.2,61.2,16.2,61.2,2.3,36.1,0,0,0,0,10.0,6.0,3.0,4.8,5.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Los Angeles,California,United States of America,34.05,-118.24,America/Los_Angeles,1701478816,2023-12-01 17:00 +1701630000,2023-12-03 11:00,18.7,65.7,1,1.8,2.9,317,NW,1025.0,30.26,0.0,0.0,35,0,18.7,65.7,18.7,65.7,18.7,65.7,2.9,37.2,0,0,0,0,10.0,6.0,2.1,3.3,5.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Los Angeles,California,United States of America,34.05,-118.24,America/Los_Angeles,1701478816,2023-12-01 17:00 +1701633600,2023-12-03 12:00,18.6,65.5,1,1.1,1.8,292,WNW,1023.0,30.2,0.0,0.0,31,0,18.6,65.5,18.6,65.5,18.6,65.5,1.2,34.2,0,0,0,0,10.0,6.0,1.3,2.1,5.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Los Angeles,California,United States of America,34.05,-118.24,America/Los_Angeles,1701478816,2023-12-01 17:00 +1701637200,2023-12-03 13:00,19.6,67.3,1,1.3,2.2,266,W,1022.0,30.17,0.0,0.0,29,0,19.6,67.3,19.6,67.3,19.6,67.3,0.9,33.7,0,0,0,0,10.0,6.0,1.5,2.5,5.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Los Angeles,California,United States of America,34.05,-118.24,America/Los_Angeles,1701478816,2023-12-01 17:00 +1701640800,2023-12-03 14:00,22.1,71.8,1,2.0,3.2,232,SW,1023.0,30.2,0.0,0.0,27,4,23.1,73.5,22.1,71.8,23.1,73.5,2.5,36.6,0,0,0,0,10.0,6.0,2.3,3.7,6.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Los Angeles,California,United States of America,34.05,-118.24,America/Los_Angeles,1701478816,2023-12-01 17:00 +1701644400,2023-12-03 15:00,20.8,69.4,1,3.4,5.4,252,WSW,1020.0,30.12,0.0,0.0,26,0,20.8,69.4,20.8,69.4,20.8,69.4,0.4,32.7,0,0,0,0,10.0,6.0,3.9,6.2,6.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Los Angeles,California,United States of America,34.05,-118.24,America/Los_Angeles,1701478816,2023-12-01 17:00 +1701648000,2023-12-03 16:00,20.9,69.6,1,4.3,6.8,252,WSW,1020.0,30.11,0.0,0.0,26,0,20.9,69.6,20.9,69.6,20.9,69.6,0.5,32.9,0,0,0,0,10.0,6.0,4.9,7.9,6.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Los Angeles,California,United States of America,34.05,-118.24,America/Los_Angeles,1701478816,2023-12-01 17:00 +1701651600,2023-12-03 17:00,21.6,70.9,0,4.5,7.2,248,WSW,1021.0,30.15,0.0,0.0,33,2,21.6,70.9,21.6,70.9,23.5,74.2,4.9,40.7,0,0,0,0,10.0,6.0,5.5,8.9,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Los Angeles,California,United States of America,34.05,-118.24,America/Los_Angeles,1701478816,2023-12-01 17:00 +1701655200,2023-12-03 18:00,18.3,64.9,0,5.1,8.3,262,W,1020.0,30.12,0.0,0.0,35,2,18.3,64.9,18.3,64.9,18.3,64.9,2.6,36.6,0,0,0,0,10.0,6.0,7.2,11.6,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Los Angeles,California,United States of America,34.05,-118.24,America/Los_Angeles,1701478816,2023-12-01 17:00 +1701658800,2023-12-03 19:00,17.2,63.0,0,4.9,7.9,272,W,1021.0,30.14,0.0,0.0,41,4,17.2,63.0,17.2,63.0,17.2,63.0,3.8,38.9,0,0,0,0,10.0,6.0,7.2,11.5,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Los Angeles,California,United States of America,34.05,-118.24,America/Los_Angeles,1701478816,2023-12-01 17:00 +1701662400,2023-12-03 20:00,16.1,61.0,0,3.8,6.1,277,W,1022.0,30.17,0.0,0.0,52,2,16.1,61.0,16.1,61.0,16.1,61.0,6.2,43.1,0,0,0,0,10.0,6.0,5.7,9.1,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Los Angeles,California,United States of America,34.05,-118.24,America/Los_Angeles,1701478816,2023-12-01 17:00 +1701666000,2023-12-03 21:00,16.8,62.3,0,2.2,3.6,273,W,1021.0,30.14,0.0,0.0,43,33,16.8,62.3,16.8,62.3,16.8,62.3,4.3,39.7,0,0,0,0,10.0,6.0,3.5,5.7,1.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/night/116.png,1003,Los Angeles,California,United States of America,34.05,-118.24,America/Los_Angeles,1701478816,2023-12-01 17:00 +1701669600,2023-12-03 22:00,16.6,61.8,0,1.1,1.8,279,W,1021.0,30.15,0.0,0.0,43,20,16.6,61.8,16.6,61.8,16.6,61.8,4.1,39.4,0,0,0,0,10.0,6.0,1.9,3.0,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Los Angeles,California,United States of America,34.05,-118.24,America/Los_Angeles,1701478816,2023-12-01 17:00 +1701673200,2023-12-03 23:00,15.4,59.7,0,0.9,1.4,326,NNW,1022.0,30.18,0.0,0.0,46,27,15.4,59.7,15.4,59.7,15.4,59.7,3.8,38.8,0,0,0,0,10.0,6.0,1.6,2.6,1.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/night/116.png,1003,Los Angeles,California,United States of America,34.05,-118.24,America/Los_Angeles,1701478816,2023-12-01 17:00 +1701406800,2023-12-01 00:00,5.0,41.0,0,13.4,21.6,239,WSW,1011.0,29.86,0.0,0.0,92,73,1.0,33.8,1.0,33.8,5.0,41.0,3.7,38.7,0,0,0,0,10.0,6.0,22.5,36.2,1.0,Cloudy,//cdn.weatherapi.com/weather/64x64/night/119.png,1006,Toronto,Ontario,Canada,43.65,-79.38,America/Toronto,1701478816,2023-12-01 20:00 +1701410400,2023-12-01 01:00,4.9,40.8,0,12.1,19.4,242,WSW,1012.0,29.89,0.0,0.0,91,97,0.9,33.6,0.9,33.6,4.9,40.8,3.6,38.5,0,0,0,0,10.0,6.0,20.2,32.5,1.0,Overcast,//cdn.weatherapi.com/weather/64x64/night/122.png,1009,Toronto,Ontario,Canada,43.65,-79.38,America/Toronto,1701478816,2023-12-01 20:00 +1701414000,2023-12-01 02:00,4.7,40.5,0,10.3,16.6,249,WSW,1013.0,29.93,0.0,0.0,92,82,0.9,33.6,0.9,33.6,4.7,40.5,3.5,38.3,0,0,0,0,10.0,6.0,17.2,27.6,1.0,Cloudy,//cdn.weatherapi.com/weather/64x64/night/119.png,1006,Toronto,Ontario,Canada,43.65,-79.38,America/Toronto,1701478816,2023-12-01 20:00 +1701417600,2023-12-01 03:00,4.5,40.1,0,8.3,13.3,253,WSW,1014.0,29.95,0.0,0.0,93,63,1.0,33.8,1.0,33.8,4.5,40.1,3.4,38.2,0,0,0,0,10.0,6.0,13.7,22.0,1.0,Cloudy,//cdn.weatherapi.com/weather/64x64/night/119.png,1006,Toronto,Ontario,Canada,43.65,-79.38,America/Toronto,1701478816,2023-12-01 20:00 +1701421200,2023-12-01 04:00,4.3,39.7,0,6.9,11.2,267,W,1014.0,29.95,0.0,0.0,94,85,1.2,34.2,1.2,34.2,4.3,39.7,3.4,38.1,0,0,0,0,10.0,6.0,11.0,17.7,1.0,Cloudy,//cdn.weatherapi.com/weather/64x64/night/119.png,1006,Toronto,Ontario,Canada,43.65,-79.38,America/Toronto,1701478816,2023-12-01 20:00 +1701424800,2023-12-01 05:00,5.8,42.4,0,5.8,9.4,277,W,1014.0,29.95,0.0,0.0,82,100,3.6,38.5,3.6,38.5,5.8,42.4,3.0,37.4,0,0,0,0,10.0,6.0,9.5,15.3,1.0,Overcast,//cdn.weatherapi.com/weather/64x64/night/122.png,1009,Toronto,Ontario,Canada,43.65,-79.38,America/Toronto,1701478816,2023-12-01 20:00 +1701428400,2023-12-01 06:00,5.3,41.5,0,4.7,7.6,278,W,1015.0,29.98,0.0,0.0,87,93,3.3,38.0,3.3,38.0,5.3,41.5,3.2,37.8,0,0,0,0,10.0,6.0,7.6,12.2,1.0,Overcast,//cdn.weatherapi.com/weather/64x64/night/122.png,1009,Toronto,Ontario,Canada,43.65,-79.38,America/Toronto,1701478816,2023-12-01 20:00 +1701432000,2023-12-01 07:00,5.0,41.0,0,4.7,7.6,308,NW,1016.0,29.99,0.0,0.0,90,100,3.6,38.4,3.6,38.4,5.0,41.0,3.5,38.3,0,0,0,0,10.0,6.0,7.4,11.9,1.0,Overcast,//cdn.weatherapi.com/weather/64x64/night/122.png,1009,Toronto,Ontario,Canada,43.65,-79.38,America/Toronto,1701478816,2023-12-01 20:00 +1701435600,2023-12-01 08:00,4.7,40.5,1,4.7,7.6,336,NNW,1016.0,30.0,0.0,0.0,92,100,3.1,37.6,3.1,37.6,4.7,40.5,3.5,38.3,0,0,0,0,10.0,6.0,7.0,11.3,1.0,Overcast,//cdn.weatherapi.com/weather/64x64/day/122.png,1009,Toronto,Ontario,Canada,43.65,-79.38,America/Toronto,1701478816,2023-12-01 20:00 +1701439200,2023-12-01 09:00,4.5,40.1,1,5.1,8.3,359,N,1016.0,30.01,0.0,0.0,91,100,2.4,36.3,2.4,36.3,4.5,40.1,3.1,37.6,0,0,0,0,10.0,6.0,7.4,12.0,1.0,Overcast,//cdn.weatherapi.com/weather/64x64/day/122.png,1009,Toronto,Ontario,Canada,43.65,-79.38,America/Toronto,1701478816,2023-12-01 20:00 +1701442800,2023-12-01 10:00,4.2,39.6,1,5.6,9.0,23,NNE,1017.0,30.04,0.0,0.0,91,100,2.1,35.8,2.1,35.8,4.2,39.6,2.8,37.1,0,0,0,0,2.0,1.0,7.9,12.7,1.0,Overcast,//cdn.weatherapi.com/weather/64x64/day/122.png,1009,Toronto,Ontario,Canada,43.65,-79.38,America/Toronto,1701478816,2023-12-01 20:00 +1701446400,2023-12-01 11:00,3.9,39.0,1,4.3,6.8,29,NNE,1017.0,30.04,0.0,0.0,88,100,1.0,33.7,1.0,33.7,3.9,39.0,2.1,35.8,0,0,0,0,9.0,5.0,5.7,9.2,1.0,Overcast,//cdn.weatherapi.com/weather/64x64/day/122.png,1009,Toronto,Ontario,Canada,43.65,-79.38,America/Toronto,1701478816,2023-12-01 20:00 +1701450000,2023-12-01 12:00,3.5,38.3,1,6.0,9.7,31,NNE,1018.0,30.05,0.0,0.0,89,100,0.4,32.7,0.4,32.7,3.5,38.3,1.9,35.5,0,0,0,0,2.0,1.0,8.2,13.1,1.0,Overcast,//cdn.weatherapi.com/weather/64x64/day/122.png,1009,Toronto,Ontario,Canada,43.65,-79.38,America/Toronto,1701478816,2023-12-01 20:00 +1701453600,2023-12-01 13:00,3.3,37.9,1,6.7,10.8,35,NE,1017.0,30.02,0.0,0.0,92,100,0.2,32.4,0.2,32.4,3.3,37.9,2.1,35.7,0,0,0,0,2.0,1.0,9.1,14.6,1.0,Overcast,//cdn.weatherapi.com/weather/64x64/day/122.png,1009,Toronto,Ontario,Canada,43.65,-79.38,America/Toronto,1701478816,2023-12-01 20:00 +1701457200,2023-12-01 14:00,2.8,37.0,1,5.8,9.4,55,NE,1016.0,30.01,1.44,0.06,95,100,-0.5,31.0,-0.5,31.0,2.8,37.0,2.1,35.7,1,78,0,0,9.0,5.0,7.9,12.8,1.0,Light rain,//cdn.weatherapi.com/weather/64x64/day/296.png,1183,Toronto,Ontario,Canada,43.65,-79.38,America/Toronto,1701478816,2023-12-01 20:00 +1701460800,2023-12-01 15:00,2.3,36.1,1,5.8,9.4,55,NE,1016.0,30.0,0.0,0.0,95,100,-1.5,29.2,-1.5,29.2,2.3,36.1,1.5,34.8,0,0,0,0,9.0,5.0,8.0,12.9,1.0,Overcast,//cdn.weatherapi.com/weather/64x64/day/122.png,1009,Toronto,Ontario,Canada,43.65,-79.38,America/Toronto,1701478816,2023-12-01 20:00 +1701464400,2023-12-01 16:00,1.9,35.4,1,6.5,10.4,54,NE,1016.0,29.99,0.0,0.0,94,100,-2.2,28.1,-2.2,28.1,1.9,35.4,1.1,34.0,0,0,0,0,9.0,5.0,9.0,14.5,1.0,Overcast,//cdn.weatherapi.com/weather/64x64/day/122.png,1009,Toronto,Ontario,Canada,43.65,-79.38,America/Toronto,1701478816,2023-12-01 20:00 +1701468000,2023-12-01 17:00,1.7,35.1,0,6.7,10.8,53,NE,1015.0,29.99,3.39,0.13,95,100,-2.5,27.5,-2.5,27.5,1.7,35.1,1.0,33.7,0,68,0,0,9.0,5.0,9.4,15.0,1.0,Moderate rain,//cdn.weatherapi.com/weather/64x64/night/302.png,1189,Toronto,Ontario,Canada,43.65,-79.38,America/Toronto,1701478816,2023-12-01 20:00 +1701471600,2023-12-01 18:00,1.9,35.4,0,6.7,10.8,44,NE,1015.0,29.97,0.0,0.0,94,100,-2.6,27.4,-2.6,27.4,1.9,35.4,1.0,33.8,0,0,0,0,2.0,1.0,9.5,15.3,1.0,Overcast,//cdn.weatherapi.com/weather/64x64/night/122.png,1009,Toronto,Ontario,Canada,43.65,-79.38,America/Toronto,1701478816,2023-12-01 20:00 +1701475200,2023-12-01 19:00,3.0,37.4,0,8.1,13.0,50,NE,1014.0,29.94,0.0,0.0,87,100,-2.1,28.2,-2.1,28.2,2.2,36.0,1.2,34.1,0,0,0,0,14.0,8.0,9.9,15.9,1.0,Overcast,//cdn.weatherapi.com/weather/64x64/night/122.png,1009,Toronto,Ontario,Canada,43.65,-79.38,America/Toronto,1701478816,2023-12-01 20:00 +1701478800,2023-12-01 20:00,2.2,36.0,0,7.4,11.9,37,NE,1015.0,29.98,0.0,0.0,93,100,-2.1,28.3,-2.1,28.3,2.2,36.0,1.3,34.3,0,0,0,0,2.0,1.0,10.7,17.2,1.0,Overcast,//cdn.weatherapi.com/weather/64x64/night/122.png,1009,Toronto,Ontario,Canada,43.65,-79.38,America/Toronto,1701478816,2023-12-01 20:00 +1701482400,2023-12-01 21:00,2.4,36.3,0,6.7,10.8,41,NE,1014.0,29.95,0.0,0.0,95,100,-1.7,28.9,-1.7,28.9,2.4,36.3,1.7,35.0,0,0,0,0,2.0,1.0,9.8,15.7,1.0,Overcast,//cdn.weatherapi.com/weather/64x64/night/122.png,1009,Toronto,Ontario,Canada,43.65,-79.38,America/Toronto,1701478816,2023-12-01 20:00 +1701486000,2023-12-01 22:00,2.7,36.9,0,6.0,9.7,45,NE,1014.0,29.94,0.0,0.0,96,100,-1.1,30.0,-1.1,30.0,2.7,36.9,2.2,35.9,0,0,0,0,2.0,1.0,8.9,14.3,1.0,Overcast,//cdn.weatherapi.com/weather/64x64/night/122.png,1009,Toronto,Ontario,Canada,43.65,-79.38,America/Toronto,1701478816,2023-12-01 20:00 +1701489600,2023-12-01 23:00,3.0,37.4,0,6.0,9.7,49,NE,1013.0,29.92,0.0,0.0,98,100,-0.5,31.1,-0.5,31.1,3.0,37.4,2.7,36.8,0,0,0,0,2.0,1.0,8.9,14.4,1.0,Overcast,//cdn.weatherapi.com/weather/64x64/night/122.png,1009,Toronto,Ontario,Canada,43.65,-79.38,America/Toronto,1701478816,2023-12-01 20:00 +1701493200,2023-12-02 00:00,3.1,37.6,0,5.6,9.0,53,NE,1013.0,29.9,0.0,0.0,98,100,-0.1,31.8,-0.1,31.8,3.1,37.6,2.8,37.1,0,0,0,0,2.0,1.0,8.4,13.5,1.0,Fog,//cdn.weatherapi.com/weather/64x64/night/248.png,1135,Toronto,Ontario,Canada,43.65,-79.38,America/Toronto,1701478816,2023-12-01 20:00 +1701496800,2023-12-02 01:00,3.4,38.1,0,5.6,9.0,49,NE,1012.0,29.89,0.0,0.0,98,100,0.5,32.9,0.5,32.9,3.4,38.1,3.2,37.7,0,0,0,0,2.0,1.0,8.5,13.6,1.0,Fog,//cdn.weatherapi.com/weather/64x64/night/248.png,1135,Toronto,Ontario,Canada,43.65,-79.38,America/Toronto,1701478816,2023-12-01 20:00 +1701500400,2023-12-02 02:00,3.7,38.7,0,5.4,8.6,46,NE,1012.0,29.9,1.05,0.04,98,100,1.0,33.8,1.0,33.8,3.7,38.7,3.5,38.3,0,66,0,0,2.0,1.0,8.2,13.2,1.0,Light rain,//cdn.weatherapi.com/weather/64x64/night/296.png,1183,Toronto,Ontario,Canada,43.65,-79.38,America/Toronto,1701478816,2023-12-01 20:00 +1701504000,2023-12-02 03:00,3.9,39.0,0,5.6,9.0,50,NE,1012.0,29.89,0.0,0.0,99,100,1.3,34.4,1.3,34.4,3.9,39.0,3.7,38.7,0,0,0,0,2.0,1.0,8.7,14.0,1.0,Fog,//cdn.weatherapi.com/weather/64x64/night/248.png,1135,Toronto,Ontario,Canada,43.65,-79.38,America/Toronto,1701478816,2023-12-01 20:00 +1701507600,2023-12-02 04:00,4.1,39.4,0,6.3,10.1,57,ENE,1012.0,29.88,0.0,0.0,99,100,1.8,35.3,1.8,35.3,4.1,39.4,3.9,39.0,0,0,0,0,2.0,1.0,9.9,15.9,1.0,Fog,//cdn.weatherapi.com/weather/64x64/night/248.png,1135,Toronto,Ontario,Canada,43.65,-79.38,America/Toronto,1701478816,2023-12-01 20:00 +1701511200,2023-12-02 05:00,4.2,39.6,0,6.3,10.1,63,ENE,1012.0,29.88,1.77,0.07,99,100,2.1,35.8,2.1,35.8,4.2,39.6,4.0,39.2,1,86,0,0,2.0,1.0,9.9,15.9,1.0,Light rain,//cdn.weatherapi.com/weather/64x64/night/296.png,1183,Toronto,Ontario,Canada,43.65,-79.38,America/Toronto,1701478816,2023-12-01 20:00 +1701514800,2023-12-02 06:00,4.2,39.6,0,6.3,10.1,64,ENE,1012.0,29.88,0.0,0.0,98,100,2.5,36.6,2.5,36.6,4.2,39.6,4.0,39.1,0,0,0,0,9.0,5.0,9.9,15.9,1.0,Fog,//cdn.weatherapi.com/weather/64x64/night/248.png,1135,Toronto,Ontario,Canada,43.65,-79.38,America/Toronto,1701478816,2023-12-01 20:00 +1701518400,2023-12-02 07:00,4.2,39.6,0,6.0,9.7,56,ENE,1013.0,29.9,0.0,0.0,99,100,2.9,37.2,2.9,37.2,4.2,39.6,4.0,39.2,0,0,0,0,9.0,5.0,9.6,15.4,1.0,Fog,//cdn.weatherapi.com/weather/64x64/night/248.png,1135,Toronto,Ontario,Canada,43.65,-79.38,America/Toronto,1701478816,2023-12-01 20:00 +1701522000,2023-12-02 08:00,4.2,39.6,1,6.7,10.8,48,NE,1013.0,29.92,1.07,0.04,99,100,3.5,38.2,3.5,38.2,4.2,39.6,4.0,39.2,1,88,0,0,9.0,5.0,10.7,17.2,1.0,Light rain,//cdn.weatherapi.com/weather/64x64/day/296.png,1183,Toronto,Ontario,Canada,43.65,-79.38,America/Toronto,1701478816,2023-12-01 20:00 +1701525600,2023-12-02 09:00,3.9,39.0,1,6.7,10.8,45,NE,1014.0,29.94,0.0,0.0,98,100,2.5,36.6,2.5,36.6,3.9,39.0,3.7,38.6,0,0,0,0,9.0,5.0,10.7,17.2,1.0,Fog,//cdn.weatherapi.com/weather/64x64/day/248.png,1135,Toronto,Ontario,Canada,43.65,-79.38,America/Toronto,1701478816,2023-12-01 20:00 +1701529200,2023-12-02 10:00,3.7,38.7,1,6.9,11.2,41,NE,1015.0,29.96,0.0,0.0,97,100,1.5,34.8,1.5,34.8,3.7,38.7,3.3,37.9,0,0,0,0,2.0,1.0,10.9,17.6,1.0,Fog,//cdn.weatherapi.com/weather/64x64/day/248.png,1135,Toronto,Ontario,Canada,43.65,-79.38,America/Toronto,1701478816,2023-12-01 20:00 +1701532800,2023-12-02 11:00,3.9,39.0,1,6.5,10.4,27,NNE,1015.0,29.97,0.0,0.0,93,95,1.2,34.1,1.2,34.1,3.9,39.0,2.9,37.2,0,0,0,0,9.0,5.0,10.1,16.2,1.0,Overcast,//cdn.weatherapi.com/weather/64x64/day/122.png,1009,Toronto,Ontario,Canada,43.65,-79.38,America/Toronto,1701478816,2023-12-01 20:00 +1701536400,2023-12-02 12:00,4.1,39.4,1,6.9,11.2,32,NNE,1016.0,29.99,0.0,0.0,89,100,1.3,34.3,1.3,34.3,4.1,39.4,2.5,36.4,0,0,0,0,2.0,1.0,10.7,17.2,1.0,Overcast,//cdn.weatherapi.com/weather/64x64/day/122.png,1009,Toronto,Ontario,Canada,43.65,-79.38,America/Toronto,1701478816,2023-12-01 20:00 +1701540000,2023-12-02 13:00,4.2,39.6,1,5.4,8.6,28,NNE,1016.0,29.99,0.0,0.0,87,100,1.4,34.5,1.4,34.5,4.2,39.6,2.2,36.0,0,0,0,0,2.0,1.0,8.1,13.0,1.0,Overcast,//cdn.weatherapi.com/weather/64x64/day/122.png,1009,Toronto,Ontario,Canada,43.65,-79.38,America/Toronto,1701478816,2023-12-01 20:00 +1701543600,2023-12-02 14:00,4.5,40.1,1,5.6,9.0,29,NNE,1016.0,30.0,0.0,0.0,86,100,2.0,35.7,2.0,35.7,4.5,40.1,2.4,36.3,0,0,0,0,2.0,1.0,8.3,13.3,1.0,Overcast,//cdn.weatherapi.com/weather/64x64/day/122.png,1009,Toronto,Ontario,Canada,43.65,-79.38,America/Toronto,1701478816,2023-12-01 20:00 +1701547200,2023-12-02 15:00,4.6,40.3,1,4.9,7.9,23,NNE,1017.0,30.02,0.0,0.0,86,100,2.2,35.9,2.2,35.9,4.6,40.3,2.5,36.5,0,0,0,0,2.0,1.0,7.1,11.5,1.0,Overcast,//cdn.weatherapi.com/weather/64x64/day/122.png,1009,Toronto,Ontario,Canada,43.65,-79.38,America/Toronto,1701478816,2023-12-01 20:00 +1701550800,2023-12-02 16:00,4.4,39.9,1,4.9,7.9,28,NNE,1017.0,30.03,0.0,0.0,87,100,1.7,35.1,1.7,35.1,4.4,39.9,2.5,36.4,0,0,0,0,10.0,6.0,7.1,11.4,1.0,Overcast,//cdn.weatherapi.com/weather/64x64/day/122.png,1009,Toronto,Ontario,Canada,43.65,-79.38,America/Toronto,1701478816,2023-12-01 20:00 +1701554400,2023-12-02 17:00,4.2,39.6,0,5.4,8.6,34,NE,1017.0,30.04,0.0,0.0,88,100,1.5,34.6,1.5,34.6,4.2,39.6,2.4,36.4,0,0,0,0,10.0,6.0,7.7,12.4,1.0,Overcast,//cdn.weatherapi.com/weather/64x64/night/122.png,1009,Toronto,Ontario,Canada,43.65,-79.38,America/Toronto,1701478816,2023-12-01 20:00 +1701558000,2023-12-02 18:00,4.0,39.2,0,5.4,8.6,30,NNE,1018.0,30.06,0.0,0.0,89,100,1.2,34.2,1.2,34.2,4.0,39.2,2.4,36.3,0,0,0,0,10.0,6.0,7.7,12.4,1.0,Overcast,//cdn.weatherapi.com/weather/64x64/night/122.png,1009,Toronto,Ontario,Canada,43.65,-79.38,America/Toronto,1701478816,2023-12-01 20:00 +1701561600,2023-12-02 19:00,3.7,38.7,0,5.8,9.4,37,NE,1019.0,30.08,0.0,0.0,90,100,0.6,33.1,0.6,33.1,3.7,38.7,2.2,35.9,0,0,0,0,10.0,6.0,8.3,13.3,1.0,Overcast,//cdn.weatherapi.com/weather/64x64/night/122.png,1009,Toronto,Ontario,Canada,43.65,-79.38,America/Toronto,1701478816,2023-12-01 20:00 +1701565200,2023-12-02 20:00,3.1,37.6,0,6.3,10.1,42,NE,1019.0,30.09,0.0,0.0,90,100,-0.2,31.6,-0.2,31.6,3.1,37.6,1.6,34.9,0,0,0,0,10.0,6.0,8.8,14.2,1.0,Overcast,//cdn.weatherapi.com/weather/64x64/night/122.png,1009,Toronto,Ontario,Canada,43.65,-79.38,America/Toronto,1701478816,2023-12-01 20:00 +1701568800,2023-12-02 21:00,3.6,38.5,0,6.5,10.4,48,NE,1017.0,30.03,0.07,0.0,92,100,0.9,33.6,0.9,33.6,3.6,38.4,2.4,36.3,1,77,0,0,10.0,6.0,9.1,14.7,1.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/night/176.png,1063,Toronto,Ontario,Canada,43.65,-79.38,America/Toronto,1701478816,2023-12-01 20:00 +1701572400,2023-12-02 22:00,3.5,38.3,0,7.2,11.5,49,NE,1016.0,30.01,0.01,0.0,91,100,0.6,33.0,0.6,33.0,3.5,38.3,2.2,36.0,1,78,0,0,10.0,6.0,10.0,16.1,1.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/night/176.png,1063,Toronto,Ontario,Canada,43.65,-79.38,America/Toronto,1701478816,2023-12-01 20:00 +1701576000,2023-12-02 23:00,2.8,37.0,0,7.2,11.5,67,ENE,1018.0,30.08,0.0,0.0,92,100,-0.7,30.7,-0.7,30.7,2.8,37.0,1.6,34.8,0,0,0,0,10.0,6.0,9.9,16.0,1.0,Overcast,//cdn.weatherapi.com/weather/64x64/night/122.png,1009,Toronto,Ontario,Canada,43.65,-79.38,America/Toronto,1701478816,2023-12-01 20:00 +1701579600,2023-12-03 00:00,3.5,38.2,0,7.6,12.2,71,ENE,1016.0,29.99,0.05,0.0,91,100,0.3,32.6,0.3,32.6,3.5,38.2,2.2,36.0,0,60,0,0,10.0,6.0,10.5,17.0,1.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/night/176.png,1063,Toronto,Ontario,Canada,43.65,-79.38,America/Toronto,1701478816,2023-12-01 20:00 +1701583200,2023-12-03 01:00,3.4,38.2,0,8.1,13.0,68,ENE,1015.0,29.98,0.03,0.0,92,100,0.2,32.3,0.2,32.3,3.4,38.2,2.3,36.1,0,69,0,0,10.0,6.0,11.2,18.0,1.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/night/176.png,1063,Toronto,Ontario,Canada,43.65,-79.38,America/Toronto,1701478816,2023-12-01 20:00 +1701586800,2023-12-03 02:00,2.4,36.3,0,8.3,13.3,66,ENE,1017.0,30.02,0.0,0.0,95,100,-1.8,28.7,-1.8,28.7,2.4,36.3,1.6,34.9,0,0,0,0,10.0,6.0,11.5,18.5,1.0,Overcast,//cdn.weatherapi.com/weather/64x64/night/122.png,1009,Toronto,Ontario,Canada,43.65,-79.38,America/Toronto,1701478816,2023-12-01 20:00 +1701590400,2023-12-03 03:00,3.4,38.1,0,8.7,14.0,67,ENE,1014.0,29.95,0.03,0.0,93,100,-0.1,31.9,-0.1,31.9,3.4,38.1,2.4,36.3,1,73,0,0,10.0,6.0,12.2,19.6,1.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/night/176.png,1063,Toronto,Ontario,Canada,43.65,-79.38,America/Toronto,1701478816,2023-12-01 20:00 +1701594000,2023-12-03 04:00,3.4,38.1,0,9.8,15.8,64,ENE,1014.0,29.94,0.01,0.0,93,100,-0.4,31.3,-0.4,31.3,3.4,38.1,2.4,36.3,1,82,0,0,10.0,6.0,13.7,22.1,1.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/night/176.png,1063,Toronto,Ontario,Canada,43.65,-79.38,America/Toronto,1701478816,2023-12-01 20:00 +1701597600,2023-12-03 05:00,2.3,36.1,0,9.4,15.1,65,ENE,1016.0,29.99,0.0,0.0,95,100,-2.1,28.2,-2.1,28.2,2.3,36.1,1.5,34.7,0,0,0,0,10.0,6.0,13.0,21.0,1.0,Overcast,//cdn.weatherapi.com/weather/64x64/night/122.png,1009,Toronto,Ontario,Canada,43.65,-79.38,America/Toronto,1701478816,2023-12-01 20:00 +1701601200,2023-12-03 06:00,3.2,37.8,0,10.3,16.6,66,ENE,1012.0,29.88,0.21,0.01,92,100,-0.7,30.7,-0.7,30.7,3.2,37.8,2.1,35.8,1,71,0,0,2.0,1.0,14.2,22.9,1.0,Light drizzle,//cdn.weatherapi.com/weather/64x64/night/266.png,1153,Toronto,Ontario,Canada,43.65,-79.38,America/Toronto,1701478816,2023-12-01 20:00 +1701604800,2023-12-03 07:00,3.2,37.7,0,10.1,16.2,72,ENE,1011.0,29.85,0.08,0.0,92,100,-0.7,30.7,-0.7,30.7,3.2,37.7,2.1,35.7,1,71,0,0,10.0,6.0,13.9,22.4,1.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/night/176.png,1063,Toronto,Ontario,Canada,43.65,-79.38,America/Toronto,1701478816,2023-12-01 20:00 +1701608400,2023-12-03 08:00,2.3,36.1,1,11.2,18.0,74,ENE,1014.0,29.96,0.0,0.0,95,100,-2.4,27.8,-2.4,27.8,2.3,36.1,1.5,34.7,0,0,0,0,2.0,1.0,15.5,24.9,1.0,Overcast,//cdn.weatherapi.com/weather/64x64/day/122.png,1009,Toronto,Ontario,Canada,43.65,-79.38,America/Toronto,1701478816,2023-12-01 20:00 +1701612000,2023-12-03 09:00,3.2,37.8,1,12.3,19.8,72,ENE,1010.0,29.81,0.25,0.01,93,100,-1.2,29.9,-1.2,29.9,3.2,37.7,2.2,36.0,1,84,0,0,2.0,1.0,17.0,27.4,1.0,Light drizzle,//cdn.weatherapi.com/weather/64x64/day/266.png,1153,Toronto,Ontario,Canada,43.65,-79.38,America/Toronto,1701478816,2023-12-01 20:00 +1701615600,2023-12-03 10:00,3.3,37.9,1,12.8,20.5,73,ENE,1009.0,29.79,0.01,0.0,92,100,-1.2,29.9,-1.2,29.9,3.3,37.9,2.1,35.8,1,82,0,0,10.0,6.0,17.4,28.0,1.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/day/176.png,1063,Toronto,Ontario,Canada,43.65,-79.38,America/Toronto,1701478816,2023-12-01 20:00 +1701619200,2023-12-03 11:00,2.5,36.5,1,12.3,19.8,70,ENE,1013.0,29.9,0.0,0.0,95,100,-2.2,28.0,-2.2,28.0,2.5,36.5,1.7,35.1,0,0,0,0,10.0,6.0,16.5,26.5,1.0,Overcast,//cdn.weatherapi.com/weather/64x64/day/122.png,1009,Toronto,Ontario,Canada,43.65,-79.38,America/Toronto,1701478816,2023-12-01 20:00 +1701622800,2023-12-03 12:00,3.2,37.8,1,12.1,19.4,60,ENE,1006.0,29.72,0.02,0.0,90,100,-1.1,30.1,-1.1,30.1,3.2,37.8,1.7,35.1,1,75,0,0,10.0,6.0,16.0,25.7,1.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/day/176.png,1063,Toronto,Ontario,Canada,43.65,-79.38,America/Toronto,1701478816,2023-12-01 20:00 +1701626400,2023-12-03 13:00,3.4,38.0,1,10.5,16.9,52,NE,1005.0,29.67,0.13,0.01,89,100,-0.6,31.0,-0.6,31.0,3.4,38.0,1.7,35.1,1,71,0,0,10.0,6.0,14.0,22.6,1.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/day/176.png,1063,Toronto,Ontario,Canada,43.65,-79.38,America/Toronto,1701478816,2023-12-01 20:00 +1701630000,2023-12-03 14:00,2.8,37.0,1,11.0,17.6,56,ENE,1009.0,29.79,0.0,0.0,94,100,-1.9,28.6,-1.9,28.6,2.8,37.0,2.0,35.6,0,0,0,0,10.0,6.0,14.7,23.7,1.0,Overcast,//cdn.weatherapi.com/weather/64x64/day/122.png,1009,Toronto,Ontario,Canada,43.65,-79.38,America/Toronto,1701478816,2023-12-01 20:00 +1701633600,2023-12-03 15:00,3.6,38.5,1,10.5,16.9,52,NE,1001.0,29.55,0.13,0.01,89,100,-0.3,31.5,-0.3,31.5,3.6,38.5,1.9,35.4,1,87,0,0,9.0,5.0,14.0,22.5,1.0,Thundery outbreaks possible,//cdn.weatherapi.com/weather/64x64/day/200.png,1087,Toronto,Ontario,Canada,43.65,-79.38,America/Toronto,1701478816,2023-12-01 20:00 +1701637200,2023-12-03 16:00,3.7,38.6,1,9.2,14.8,38,NE,1000.0,29.53,0.47,0.02,90,100,0.2,32.3,0.2,32.3,3.7,38.6,2.2,35.9,1,86,0,0,2.0,1.0,12.2,19.7,1.0,Light drizzle,//cdn.weatherapi.com/weather/64x64/day/266.png,1153,Toronto,Ontario,Canada,43.65,-79.38,America/Toronto,1701478816,2023-12-01 20:00 +1701640800,2023-12-03 17:00,3.0,37.4,0,3.6,5.8,327,NNW,1006.0,29.7,0.0,0.0,96,100,-2.0,28.4,-2.0,28.4,3.0,37.4,2.5,36.4,0,0,0,0,7.0,4.0,4.7,7.6,1.0,Overcast,//cdn.weatherapi.com/weather/64x64/night/122.png,1009,Toronto,Ontario,Canada,43.65,-79.38,America/Toronto,1701478816,2023-12-01 20:00 +1701644400,2023-12-03 18:00,1.8,35.2,0,4.9,7.9,316,NW,1001.0,29.55,4.99,0.2,98,100,-0.7,30.8,-0.7,30.8,1.8,35.2,1.5,34.7,1,80,0,0,6.0,3.0,6.8,11.0,1.0,Moderate or heavy sleet,//cdn.weatherapi.com/weather/64x64/night/320.png,1207,Toronto,Ontario,Canada,43.65,-79.38,America/Toronto,1701478816,2023-12-01 20:00 +1701648000,2023-12-03 19:00,1.5,34.8,0,7.2,11.5,296,WNW,1001.0,29.57,2.85,0.11,99,100,-1.8,28.7,-1.8,28.7,1.5,34.8,1.4,34.5,1,80,0,0,6.0,3.0,10.0,16.2,1.0,Moderate or heavy sleet,//cdn.weatherapi.com/weather/64x64/night/320.png,1207,Toronto,Ontario,Canada,43.65,-79.38,America/Toronto,1701478816,2023-12-01 20:00 +1701651600,2023-12-03 20:00,3.5,38.3,0,7.2,11.5,305,NW,1004.0,29.64,7.61,0.3,98,100,-0.4,31.3,-0.4,31.3,3.5,38.3,3.2,37.8,0,65,0,0,10.0,6.0,10.0,16.1,1.0,Heavy rain,//cdn.weatherapi.com/weather/64x64/night/308.png,1195,Toronto,Ontario,Canada,43.65,-79.38,America/Toronto,1701478816,2023-12-01 20:00 +1701655200,2023-12-03 21:00,2.0,35.5,0,7.2,11.5,305,NW,1003.0,29.61,0.04,0.0,98,100,-1.3,29.6,-1.3,29.6,2.0,35.5,1.7,35.1,0,51,0,0,0.0,0.0,10.1,16.2,1.0,Fog,//cdn.weatherapi.com/weather/64x64/night/248.png,1135,Toronto,Ontario,Canada,43.65,-79.38,America/Toronto,1701478816,2023-12-01 20:00 +1701658800,2023-12-03 22:00,2.1,35.8,0,6.9,11.2,300,WNW,1003.0,29.61,0.0,0.0,98,100,-1.1,30.0,-1.1,30.0,2.1,35.8,1.8,35.2,0,0,0,0,0.0,0.0,9.8,15.8,1.0,Fog,//cdn.weatherapi.com/weather/64x64/night/248.png,1135,Toronto,Ontario,Canada,43.65,-79.38,America/Toronto,1701478816,2023-12-01 20:00 +1701662400,2023-12-03 23:00,3.9,39.0,0,7.4,11.9,288,WNW,1002.0,29.59,3.44,0.14,99,100,2.3,36.1,2.3,36.1,3.9,39.0,3.7,38.7,0,66,0,0,0.0,0.0,10.5,16.9,1.0,Moderate rain,//cdn.weatherapi.com/weather/64x64/night/302.png,1189,Toronto,Ontario,Canada,43.65,-79.38,America/Toronto,1701478816,2023-12-01 20:00 +1701399600,2023-12-01 00:00,22.3,72.1,0,2.9,4.7,170,S,1013.0,29.91,0.0,0.0,89,15,24.7,76.4,22.3,72.1,24.7,76.4,20.3,68.6,0,0,0,0,10.0,6.0,4.0,6.4,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Sao Paulo,Sao Paulo,Brazil,-23.55,-46.63,America/Sao_Paulo,1701478817,2023-12-01 22:00 +1701403200,2023-12-01 01:00,21.8,71.2,0,3.8,6.1,174,S,1013.0,29.91,0.0,0.0,91,24,21.8,71.2,21.8,71.2,24.4,75.9,20.2,68.3,0,0,0,0,10.0,6.0,5.0,8.1,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Sao Paulo,Sao Paulo,Brazil,-23.55,-46.63,America/Sao_Paulo,1701478817,2023-12-01 22:00 +1701406800,2023-12-01 02:00,21.2,70.2,0,3.4,5.4,163,SSE,1013.0,29.9,0.0,0.0,93,41,21.2,70.2,21.2,70.2,24.2,75.5,20.0,67.9,0,0,0,0,10.0,6.0,4.3,6.9,1.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/night/116.png,1003,Sao Paulo,Sao Paulo,Brazil,-23.55,-46.63,America/Sao_Paulo,1701478817,2023-12-01 22:00 +1701410400,2023-12-01 03:00,20.8,69.5,0,3.4,5.4,158,SSE,1013.0,29.91,0.0,0.0,94,56,20.8,69.5,20.8,69.5,20.8,69.5,19.8,67.6,0,0,0,0,10.0,6.0,4.3,6.8,1.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/night/116.png,1003,Sao Paulo,Sao Paulo,Brazil,-23.55,-46.63,America/Sao_Paulo,1701478817,2023-12-01 22:00 +1701414000,2023-12-01 04:00,20.5,68.9,0,3.1,5.0,153,SSE,1013.0,29.92,0.0,0.0,94,67,20.5,68.9,20.5,68.9,20.5,68.9,19.6,67.2,0,0,0,0,2.0,1.0,4.0,6.4,1.0,Mist,//cdn.weatherapi.com/weather/64x64/night/143.png,1030,Sao Paulo,Sao Paulo,Brazil,-23.55,-46.63,America/Sao_Paulo,1701478817,2023-12-01 22:00 +1701417600,2023-12-01 05:00,20.8,69.4,0,2.9,4.7,177,S,1014.0,29.94,0.0,0.0,92,92,20.8,69.4,20.8,69.4,20.8,69.4,19.4,66.8,0,0,0,0,10.0,6.0,3.4,5.4,1.0,Overcast,//cdn.weatherapi.com/weather/64x64/night/122.png,1009,Sao Paulo,Sao Paulo,Brazil,-23.55,-46.63,America/Sao_Paulo,1701478817,2023-12-01 22:00 +1701421200,2023-12-01 06:00,21.5,70.7,1,2.5,4.0,153,SSE,1015.0,29.96,0.0,0.0,87,82,21.5,70.7,21.5,70.7,24.3,75.7,19.2,66.6,0,0,0,0,10.0,6.0,2.8,4.6,5.0,Cloudy,//cdn.weatherapi.com/weather/64x64/day/119.png,1006,Sao Paulo,Sao Paulo,Brazil,-23.55,-46.63,America/Sao_Paulo,1701478817,2023-12-01 22:00 +1701424800,2023-12-01 07:00,23.0,73.5,1,2.0,3.2,130,SE,1015.0,29.96,0.0,0.0,78,31,25.1,77.2,23.1,73.5,25.1,77.2,19.1,66.4,0,0,0,0,10.0,6.0,2.3,3.7,6.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/day/116.png,1003,Sao Paulo,Sao Paulo,Brazil,-23.55,-46.63,America/Sao_Paulo,1701478817,2023-12-01 22:00 +1701428400,2023-12-01 08:00,25.6,78.2,1,2.7,4.3,126,SE,1014.0,29.96,0.0,0.0,65,4,27.1,80.7,25.6,78.2,27.1,80.7,18.6,65.4,0,0,0,0,10.0,6.0,3.1,5.0,7.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Sao Paulo,Sao Paulo,Brazil,-23.55,-46.63,America/Sao_Paulo,1701478817,2023-12-01 22:00 +1701432000,2023-12-01 09:00,28.1,82.6,1,2.2,3.6,143,SE,1014.0,29.94,0.0,0.0,53,5,29.1,84.4,28.1,82.6,29.1,84.4,17.5,63.5,0,0,0,0,10.0,6.0,2.6,4.1,7.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Sao Paulo,Sao Paulo,Brazil,-23.55,-46.63,America/Sao_Paulo,1701478817,2023-12-01 22:00 +1701435600,2023-12-01 10:00,29.6,85.3,1,3.6,5.8,180,S,1013.0,29.93,0.0,0.0,45,9,30.3,86.5,29.6,85.3,30.3,86.5,16.6,61.8,0,0,0,0,10.0,6.0,4.1,6.6,7.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Sao Paulo,Sao Paulo,Brazil,-23.55,-46.63,America/Sao_Paulo,1701478817,2023-12-01 22:00 +1701439200,2023-12-01 11:00,30.2,86.4,1,4.9,7.9,175,S,1013.0,29.9,0.0,0.0,44,17,30.9,87.7,30.2,86.4,30.9,87.7,16.6,61.9,0,0,0,0,10.0,6.0,5.7,9.1,8.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Sao Paulo,Sao Paulo,Brazil,-23.55,-46.63,America/Sao_Paulo,1701478817,2023-12-01 22:00 +1701442800,2023-12-01 12:00,31.2,88.2,1,4.9,7.9,171,S,1012.0,29.87,0.0,0.0,41,11,31.9,89.4,31.2,88.2,31.9,89.4,16.4,61.6,0,0,0,0,10.0,6.0,5.7,9.1,8.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Sao Paulo,Sao Paulo,Brazil,-23.55,-46.63,America/Sao_Paulo,1701478817,2023-12-01 22:00 +1701446400,2023-12-01 13:00,31.8,89.3,1,4.7,7.6,158,SSE,1011.0,29.85,0.0,0.0,39,8,32.5,90.6,31.8,89.3,32.5,90.6,16.3,61.4,0,0,0,0,10.0,6.0,5.4,8.7,8.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Sao Paulo,Sao Paulo,Brazil,-23.55,-46.63,America/Sao_Paulo,1701478817,2023-12-01 22:00 +1701450000,2023-12-01 14:00,31.9,89.5,1,6.3,10.1,146,SSE,1010.0,29.82,0.0,0.0,39,7,32.7,90.9,31.9,89.5,32.7,90.9,16.4,61.6,0,0,0,0,10.0,6.0,7.2,11.6,8.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Sao Paulo,Sao Paulo,Brazil,-23.55,-46.63,America/Sao_Paulo,1701478817,2023-12-01 22:00 +1701453600,2023-12-01 15:00,31.2,88.2,1,10.5,16.9,148,SSE,1009.0,29.81,0.04,0.0,44,70,32.4,90.4,31.2,88.2,32.4,90.4,17.6,63.7,1,85,0,0,10.0,6.0,12.1,19.5,7.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/day/176.png,1063,Sao Paulo,Sao Paulo,Brazil,-23.55,-46.63,America/Sao_Paulo,1701478817,2023-12-01 22:00 +1701457200,2023-12-01 16:00,28.4,83.1,1,12.5,20.2,155,SSE,1010.0,29.82,0.1,0.0,60,86,30.3,86.5,28.4,83.1,30.3,86.5,19.8,67.6,1,73,0,0,10.0,6.0,14.4,23.2,6.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/day/176.png,1063,Sao Paulo,Sao Paulo,Brazil,-23.55,-46.63,America/Sao_Paulo,1701478817,2023-12-01 22:00 +1701460800,2023-12-01 17:00,26.5,79.7,1,9.6,15.5,152,SSE,1011.0,29.84,0.22,0.01,67,76,28.2,82.8,26.5,79.7,28.2,82.8,19.9,67.8,1,76,0,0,10.0,6.0,11.2,18.0,6.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/day/176.png,1063,Sao Paulo,Sao Paulo,Brazil,-23.55,-46.63,America/Sao_Paulo,1701478817,2023-12-01 22:00 +1701464400,2023-12-01 18:00,24.9,76.8,1,7.4,11.9,142,SE,1011.0,29.86,0.0,0.0,74,9,26.7,80.0,24.9,76.8,26.7,80.0,20.0,68.0,0,0,0,0,10.0,6.0,8.5,13.7,6.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Sao Paulo,Sao Paulo,Brazil,-23.55,-46.63,America/Sao_Paulo,1701478817,2023-12-01 22:00 +1701468000,2023-12-01 19:00,24.2,75.5,0,5.6,9.0,126,SE,1012.0,29.88,0.0,0.0,75,8,26.0,78.7,24.2,75.5,26.0,78.7,19.5,67.2,0,0,0,0,10.0,6.0,6.5,10.5,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Sao Paulo,Sao Paulo,Brazil,-23.55,-46.63,America/Sao_Paulo,1701478817,2023-12-01 22:00 +1701471600,2023-12-01 20:00,23.7,74.7,0,5.1,8.3,102,ESE,1012.0,29.89,0.0,0.0,76,7,25.6,78.0,23.7,74.7,25.6,78.0,19.2,66.5,0,0,0,0,10.0,6.0,5.9,9.5,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Sao Paulo,Sao Paulo,Brazil,-23.55,-46.63,America/Sao_Paulo,1701478817,2023-12-01 22:00 +1701475200,2023-12-01 21:00,22.0,71.6,0,5.6,9.0,90,E,1015.0,29.97,0.0,0.0,94,0,25.3,77.6,23.4,74.1,25.3,77.6,19.0,66.1,0,0,0,0,10.0,6.0,5.7,9.1,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Sao Paulo,Sao Paulo,Brazil,-23.55,-46.63,America/Sao_Paulo,1701478817,2023-12-01 22:00 +1701478800,2023-12-01 22:00,23.1,73.6,0,3.6,5.8,68,ENE,1012.0,29.89,0.0,0.0,76,5,25.1,77.2,23.1,73.6,25.1,77.2,18.7,65.6,0,0,0,0,10.0,6.0,4.8,7.7,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Sao Paulo,Sao Paulo,Brazil,-23.55,-46.63,America/Sao_Paulo,1701478817,2023-12-01 22:00 +1701482400,2023-12-01 23:00,22.7,72.9,0,3.1,5.0,74,ENE,1012.0,29.88,0.0,0.0,77,3,24.9,76.8,22.7,72.9,24.9,76.8,18.4,65.1,0,0,0,0,10.0,6.0,4.6,7.5,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Sao Paulo,Sao Paulo,Brazil,-23.55,-46.63,America/Sao_Paulo,1701478817,2023-12-01 22:00 +1701486000,2023-12-02 00:00,21.9,71.4,0,2.9,4.7,85,E,1011.0,29.86,0.0,0.0,78,2,21.9,71.4,21.9,71.4,24.5,76.1,17.8,64.0,0,0,0,0,10.0,6.0,4.8,7.7,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Sao Paulo,Sao Paulo,Brazil,-23.55,-46.63,America/Sao_Paulo,1701478817,2023-12-01 22:00 +1701489600,2023-12-02 01:00,22.0,71.5,0,3.1,5.0,96,E,1011.0,29.86,0.0,0.0,79,2,22.0,71.5,22.0,71.5,24.5,76.1,18.1,64.6,0,0,0,0,10.0,6.0,4.8,7.7,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Sao Paulo,Sao Paulo,Brazil,-23.55,-46.63,America/Sao_Paulo,1701478817,2023-12-01 22:00 +1701493200,2023-12-02 02:00,21.5,70.7,0,2.9,4.7,99,E,1011.0,29.86,0.0,0.0,81,0,21.5,70.7,21.5,70.7,24.3,75.8,18.0,64.5,0,0,0,0,10.0,6.0,4.5,7.2,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Sao Paulo,Sao Paulo,Brazil,-23.55,-46.63,America/Sao_Paulo,1701478817,2023-12-01 22:00 +1701496800,2023-12-02 03:00,21.1,69.9,0,3.1,5.0,115,ESE,1012.0,29.88,0.0,0.0,82,0,21.1,69.9,21.1,69.9,24.2,75.6,18.0,64.3,0,0,0,0,10.0,6.0,4.8,7.7,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Sao Paulo,Sao Paulo,Brazil,-23.55,-46.63,America/Sao_Paulo,1701478817,2023-12-01 22:00 +1701500400,2023-12-02 04:00,20.8,69.4,0,3.1,5.0,121,ESE,1012.0,29.89,0.0,0.0,84,2,20.8,69.4,20.8,69.4,20.8,69.4,17.9,64.2,0,0,0,0,10.0,6.0,4.7,7.6,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Sao Paulo,Sao Paulo,Brazil,-23.55,-46.63,America/Sao_Paulo,1701478817,2023-12-01 22:00 +1701504000,2023-12-02 05:00,21.2,70.2,0,2.5,4.0,100,E,1013.0,29.91,0.0,0.0,81,2,21.2,70.2,21.2,70.2,24.3,75.7,17.8,64.0,0,0,0,0,10.0,6.0,3.3,5.3,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Sao Paulo,Sao Paulo,Brazil,-23.55,-46.63,America/Sao_Paulo,1701478817,2023-12-01 22:00 +1701507600,2023-12-02 06:00,23.0,73.4,1,2.5,4.0,82,E,1013.0,29.91,0.0,0.0,71,3,25.0,77.0,23.0,73.4,25.0,77.0,17.4,63.3,0,0,0,0,10.0,6.0,2.8,4.6,6.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Sao Paulo,Sao Paulo,Brazil,-23.55,-46.63,America/Sao_Paulo,1701478817,2023-12-01 22:00 +1701511200,2023-12-02 07:00,25.4,77.7,1,2.5,4.0,60,ENE,1013.0,29.91,0.0,0.0,60,3,26.6,79.8,25.4,77.7,26.6,79.8,17.0,62.6,0,0,0,0,10.0,6.0,2.8,4.6,7.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Sao Paulo,Sao Paulo,Brazil,-23.55,-46.63,America/Sao_Paulo,1701478817,2023-12-01 22:00 +1701514800,2023-12-02 08:00,28.1,82.5,1,2.2,3.6,48,NE,1012.0,29.89,0.0,0.0,48,2,28.7,83.6,28.1,82.5,28.7,83.6,16.2,61.1,0,0,0,0,10.0,6.0,2.6,4.1,7.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Sao Paulo,Sao Paulo,Brazil,-23.55,-46.63,America/Sao_Paulo,1701478817,2023-12-01 22:00 +1701518400,2023-12-02 09:00,30.6,87.1,1,0.9,1.4,208,SSW,1012.0,29.88,0.0,0.0,39,2,30.8,87.4,30.6,87.1,30.8,87.4,15.2,59.4,0,0,0,0,10.0,6.0,1.0,1.7,8.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Sao Paulo,Sao Paulo,Brazil,-23.55,-46.63,America/Sao_Paulo,1701478817,2023-12-01 22:00 +1701522000,2023-12-02 10:00,31.8,89.3,1,3.8,6.1,198,SSW,1011.0,29.85,0.0,0.0,35,3,31.8,89.2,31.8,89.3,31.8,89.2,14.5,58.2,0,0,0,0,10.0,6.0,4.4,7.1,8.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Sao Paulo,Sao Paulo,Brazil,-23.55,-46.63,America/Sao_Paulo,1701478817,2023-12-01 22:00 +1701525600,2023-12-02 11:00,33.0,91.4,1,5.1,8.3,199,SSW,1010.0,29.82,0.0,0.0,31,3,32.7,90.8,33.0,91.4,32.7,90.8,13.7,56.6,0,0,0,0,10.0,6.0,5.9,9.5,8.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Sao Paulo,Sao Paulo,Brazil,-23.55,-46.63,America/Sao_Paulo,1701478817,2023-12-01 22:00 +1701529200,2023-12-02 12:00,34.1,93.3,1,5.1,8.3,191,SSW,1009.0,29.8,0.0,0.0,28,2,33.5,92.2,34.1,93.3,33.5,92.2,12.8,55.0,0,0,0,0,10.0,6.0,5.9,9.5,8.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Sao Paulo,Sao Paulo,Brazil,-23.55,-46.63,America/Sao_Paulo,1701478817,2023-12-01 22:00 +1701532800,2023-12-02 13:00,34.8,94.7,1,4.7,7.6,182,S,1008.0,29.77,0.0,0.0,26,2,34.2,93.6,34.9,94.7,34.2,93.6,12.6,54.6,0,0,0,0,10.0,6.0,5.4,8.7,8.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Sao Paulo,Sao Paulo,Brazil,-23.55,-46.63,America/Sao_Paulo,1701478817,2023-12-01 22:00 +1701536400,2023-12-02 14:00,34.8,94.7,1,5.6,9.0,170,S,1007.0,29.75,0.0,0.0,27,6,34.4,93.9,34.8,94.7,34.4,93.9,13.1,55.5,0,0,0,0,10.0,6.0,6.4,10.4,8.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Sao Paulo,Sao Paulo,Brazil,-23.55,-46.63,America/Sao_Paulo,1701478817,2023-12-01 22:00 +1701540000,2023-12-02 15:00,34.1,93.3,1,10.5,16.9,161,SSE,1007.0,29.73,0.0,0.0,31,8,34.2,93.6,34.1,93.3,34.2,93.6,14.6,58.3,0,0,0,0,10.0,6.0,12.1,19.5,8.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Sao Paulo,Sao Paulo,Brazil,-23.55,-46.63,America/Sao_Paulo,1701478817,2023-12-01 22:00 +1701543600,2023-12-02 16:00,31.8,89.2,1,12.8,20.5,161,SSE,1007.0,29.74,0.0,0.0,42,10,32.9,91.2,31.8,89.2,32.9,91.2,17.2,63.0,0,0,0,0,10.0,6.0,14.7,23.6,8.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Sao Paulo,Sao Paulo,Brazil,-23.55,-46.63,America/Sao_Paulo,1701478817,2023-12-01 22:00 +1701547200,2023-12-02 17:00,30.2,86.4,1,10.3,16.6,160,SSE,1008.0,29.76,0.0,0.0,47,14,31.3,88.4,30.2,86.4,31.3,88.4,17.6,63.6,0,0,0,0,10.0,6.0,11.8,19.0,8.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Sao Paulo,Sao Paulo,Brazil,-23.55,-46.63,America/Sao_Paulo,1701478817,2023-12-01 22:00 +1701550800,2023-12-02 18:00,28.2,82.7,1,8.3,13.3,149,SSE,1009.0,29.79,0.0,0.0,53,9,29.3,84.7,28.2,82.7,29.3,84.7,17.8,64.0,0,0,0,0,10.0,6.0,9.5,15.3,7.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Sao Paulo,Sao Paulo,Brazil,-23.55,-46.63,America/Sao_Paulo,1701478817,2023-12-01 22:00 +1701554400,2023-12-02 19:00,27.2,81.0,0,6.0,9.7,127,SE,1010.0,29.81,0.0,0.0,53,2,28.1,82.6,27.2,81.0,28.1,82.6,17.0,62.5,0,0,0,0,10.0,6.0,7.4,11.9,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Sao Paulo,Sao Paulo,Brazil,-23.55,-46.63,America/Sao_Paulo,1701478817,2023-12-01 22:00 +1701558000,2023-12-02 20:00,26.5,79.7,0,4.7,7.6,96,E,1010.0,29.84,0.0,0.0,54,0,27.3,81.2,26.5,79.7,27.3,81.2,16.4,61.5,0,0,0,0,10.0,6.0,6.0,9.6,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Sao Paulo,Sao Paulo,Brazil,-23.55,-46.63,America/Sao_Paulo,1701478817,2023-12-01 22:00 +1701561600,2023-12-02 21:00,25.7,78.3,0,3.6,5.8,88,E,1011.0,29.86,0.0,0.0,56,0,26.7,80.1,25.7,78.3,26.7,80.1,16.4,61.4,0,0,0,0,10.0,6.0,4.7,7.6,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Sao Paulo,Sao Paulo,Brazil,-23.55,-46.63,America/Sao_Paulo,1701478817,2023-12-01 22:00 +1701565200,2023-12-02 22:00,25.1,77.2,0,3.6,5.8,85,E,1012.0,29.87,0.0,0.0,58,2,26.3,79.3,25.1,77.2,26.3,79.3,16.3,61.3,0,0,0,0,10.0,6.0,4.8,7.8,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Sao Paulo,Sao Paulo,Brazil,-23.55,-46.63,America/Sao_Paulo,1701478817,2023-12-01 22:00 +1701568800,2023-12-02 23:00,24.6,76.3,0,2.7,4.3,84,E,1011.0,29.86,0.0,0.0,59,0,25.9,78.6,24.6,76.3,25.9,78.6,16.2,61.1,0,0,0,0,10.0,6.0,3.8,6.2,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Sao Paulo,Sao Paulo,Brazil,-23.55,-46.63,America/Sao_Paulo,1701478817,2023-12-01 22:00 +1701572400,2023-12-03 00:00,24.1,75.4,0,2.5,4.0,132,SE,1011.0,29.84,0.0,0.0,60,0,25.6,78.0,24.1,75.4,25.6,78.0,15.9,60.7,0,0,0,0,10.0,6.0,3.6,5.8,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Sao Paulo,Sao Paulo,Brazil,-23.55,-46.63,America/Sao_Paulo,1701478817,2023-12-01 22:00 +1701576000,2023-12-03 01:00,23.6,74.5,0,2.9,4.7,131,SE,1010.0,29.83,0.0,0.0,61,0,25.2,77.4,23.6,74.5,25.2,77.4,15.6,60.1,0,0,0,0,10.0,6.0,4.3,6.9,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Sao Paulo,Sao Paulo,Brazil,-23.55,-46.63,America/Sao_Paulo,1701478817,2023-12-01 22:00 +1701579600,2023-12-03 02:00,23.1,73.6,0,2.9,4.7,123,ESE,1010.0,29.83,0.0,0.0,62,0,25.0,77.0,23.1,73.6,25.0,77.0,15.5,59.9,0,0,0,0,10.0,6.0,4.3,6.9,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Sao Paulo,Sao Paulo,Brazil,-23.55,-46.63,America/Sao_Paulo,1701478817,2023-12-01 22:00 +1701583200,2023-12-03 03:00,22.6,72.6,0,3.1,5.0,144,SE,1010.0,29.83,0.0,0.0,63,0,24.8,76.6,22.6,72.6,24.8,76.6,15.3,59.5,0,0,0,0,10.0,6.0,4.7,7.6,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Sao Paulo,Sao Paulo,Brazil,-23.55,-46.63,America/Sao_Paulo,1701478817,2023-12-01 22:00 +1701586800,2023-12-03 04:00,22.0,71.6,0,3.6,5.8,149,SSE,1011.0,29.84,0.0,0.0,65,0,22.0,71.6,22.0,71.6,24.6,76.2,15.2,59.3,0,0,0,0,10.0,6.0,5.4,8.7,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Sao Paulo,Sao Paulo,Brazil,-23.55,-46.63,America/Sao_Paulo,1701478817,2023-12-01 22:00 +1701590400,2023-12-03 05:00,22.3,72.1,0,2.5,4.0,140,SE,1011.0,29.85,0.0,0.0,65,0,24.7,76.4,22.3,72.1,24.7,76.4,15.4,59.7,0,0,0,0,10.0,6.0,3.2,5.2,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Sao Paulo,Sao Paulo,Brazil,-23.55,-46.63,America/Sao_Paulo,1701478817,2023-12-01 22:00 +1701594000,2023-12-03 06:00,23.8,74.8,1,2.5,4.0,72,ENE,1011.0,29.87,0.0,0.0,59,0,25.3,77.6,23.8,74.8,25.3,77.6,15.3,59.5,0,0,0,0,10.0,6.0,2.8,4.6,6.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Sao Paulo,Sao Paulo,Brazil,-23.55,-46.63,America/Sao_Paulo,1701478817,2023-12-01 22:00 +1701597600,2023-12-03 07:00,25.9,78.7,1,2.9,4.7,62,ENE,1011.0,29.86,0.0,0.0,51,0,26.6,79.9,26.0,78.7,26.6,79.9,14.9,58.8,0,0,0,0,10.0,6.0,3.4,5.4,7.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Sao Paulo,Sao Paulo,Brazil,-23.55,-46.63,America/Sao_Paulo,1701478817,2023-12-01 22:00 +1701601200,2023-12-03 08:00,28.4,83.1,1,2.7,4.3,103,ESE,1011.0,29.85,0.0,0.0,42,0,28.4,83.2,28.4,83.1,28.4,83.2,14.2,57.6,0,0,0,0,10.0,6.0,3.1,5.0,7.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Sao Paulo,Sao Paulo,Brazil,-23.55,-46.63,America/Sao_Paulo,1701478817,2023-12-01 22:00 +1701604800,2023-12-03 09:00,30.5,86.9,1,2.7,4.3,136,SE,1011.0,29.84,0.0,0.0,35,0,30.1,86.3,30.5,87.0,30.1,86.3,13.4,56.1,0,0,0,0,10.0,6.0,3.1,5.0,8.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Sao Paulo,Sao Paulo,Brazil,-23.55,-46.63,America/Sao_Paulo,1701478817,2023-12-01 22:00 +1701608400,2023-12-03 10:00,32.3,90.1,1,2.9,4.7,171,S,1010.0,29.82,0.0,0.0,30,3,31.6,88.8,32.3,90.1,31.6,88.8,12.4,54.4,0,0,0,0,10.0,6.0,3.4,5.4,8.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Sao Paulo,Sao Paulo,Brazil,-23.55,-46.63,America/Sao_Paulo,1701478817,2023-12-01 22:00 +1701612000,2023-12-03 11:00,33.3,92.0,1,4.9,7.9,185,S,1009.0,29.79,0.0,0.0,26,2,32.2,90.0,33.3,92.0,32.2,90.0,11.2,52.2,0,0,0,0,10.0,6.0,5.7,9.1,8.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Sao Paulo,Sao Paulo,Brazil,-23.55,-46.63,America/Sao_Paulo,1701478817,2023-12-01 22:00 +1701615600,2023-12-03 12:00,34.1,93.3,1,6.5,10.4,186,S,1008.0,29.77,0.0,0.0,23,0,32.7,90.8,34.1,93.3,32.7,90.8,10.3,50.5,0,0,0,0,10.0,6.0,7.5,12.0,8.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Sao Paulo,Sao Paulo,Brazil,-23.55,-46.63,America/Sao_Paulo,1701478817,2023-12-01 22:00 +1701619200,2023-12-03 13:00,34.5,94.2,1,7.4,11.9,182,S,1007.0,29.75,0.0,0.0,22,0,33.1,91.5,34.6,94.2,33.1,91.5,10.0,50.1,0,0,0,0,10.0,6.0,8.5,13.7,8.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Sao Paulo,Sao Paulo,Brazil,-23.55,-46.63,America/Sao_Paulo,1701478817,2023-12-01 22:00 +1701622800,2023-12-03 14:00,34.3,93.8,1,8.9,14.4,172,S,1007.0,29.73,0.0,0.0,25,2,33.2,91.8,34.3,93.8,33.2,91.8,11.3,52.3,0,0,0,0,10.0,6.0,10.3,16.6,8.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Sao Paulo,Sao Paulo,Brazil,-23.55,-46.63,America/Sao_Paulo,1701478817,2023-12-01 22:00 +1701626400,2023-12-03 15:00,32.6,90.7,1,13.2,21.2,158,SSE,1007.0,29.73,0.0,0.0,35,3,33.0,91.4,32.6,90.7,33.0,91.4,15.4,59.7,0,0,0,0,10.0,6.0,15.2,24.4,8.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Sao Paulo,Sao Paulo,Brazil,-23.55,-46.63,America/Sao_Paulo,1701478817,2023-12-01 22:00 +1701630000,2023-12-03 16:00,29.3,84.8,1,13.4,21.6,157,SSE,1007.0,29.75,0.0,0.0,52,3,30.8,87.4,29.3,84.8,30.8,87.4,18.5,65.3,0,0,0,0,10.0,6.0,15.4,24.8,7.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Sao Paulo,Sao Paulo,Brazil,-23.55,-46.63,America/Sao_Paulo,1701478817,2023-12-01 22:00 +1701633600,2023-12-03 17:00,27.8,82.0,1,10.3,16.6,151,SSE,1008.0,29.76,0.0,0.0,55,4,28.9,84.1,27.8,82.0,28.9,84.1,18.0,64.5,0,0,0,0,10.0,6.0,11.8,19.0,7.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Sao Paulo,Sao Paulo,Brazil,-23.55,-46.63,America/Sao_Paulo,1701478817,2023-12-01 22:00 +1701637200,2023-12-03 18:00,25.9,78.6,1,7.6,12.2,133,SE,1009.0,29.78,0.0,0.0,59,5,27.0,80.6,25.9,78.6,27.0,80.6,17.3,63.1,0,0,0,0,10.0,6.0,8.7,14.1,7.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Sao Paulo,Sao Paulo,Brazil,-23.55,-46.63,America/Sao_Paulo,1701478817,2023-12-01 22:00 +1701640800,2023-12-03 19:00,25.2,77.3,0,5.6,9.0,110,ESE,1010.0,29.81,0.0,0.0,58,4,26.3,79.4,25.2,77.3,26.3,79.4,16.4,61.5,0,0,0,0,10.0,6.0,6.4,10.4,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Sao Paulo,Sao Paulo,Brazil,-23.55,-46.63,America/Sao_Paulo,1701478817,2023-12-01 22:00 +1701644400,2023-12-03 20:00,24.8,76.6,0,6.0,9.7,91,E,1010.0,29.84,0.0,0.0,58,3,26.0,78.7,24.8,76.6,26.0,78.7,15.9,60.5,0,0,0,0,10.0,6.0,7.0,11.2,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Sao Paulo,Sao Paulo,Brazil,-23.55,-46.63,America/Sao_Paulo,1701478817,2023-12-01 22:00 +1701648000,2023-12-03 21:00,24.6,76.3,0,4.9,7.9,92,E,1011.0,29.85,0.0,0.0,56,0,25.8,78.4,24.6,76.3,25.8,78.4,15.2,59.3,0,0,0,0,10.0,6.0,6.4,10.3,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Sao Paulo,Sao Paulo,Brazil,-23.55,-46.63,America/Sao_Paulo,1701478817,2023-12-01 22:00 +1701651600,2023-12-03 22:00,24.1,75.4,0,4.0,6.5,100,E,1011.0,29.84,0.0,0.0,56,0,25.4,77.8,24.1,75.4,25.4,77.8,14.8,58.7,0,0,0,0,10.0,6.0,5.5,8.9,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Sao Paulo,Sao Paulo,Brazil,-23.55,-46.63,America/Sao_Paulo,1701478817,2023-12-01 22:00 +1701655200,2023-12-03 23:00,23.5,74.2,0,3.6,5.8,97,E,1011.0,29.84,0.0,0.0,59,0,25.1,77.2,23.5,74.2,25.1,77.2,15.1,59.1,0,0,0,0,10.0,6.0,5.0,8.1,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Sao Paulo,Sao Paulo,Brazil,-23.55,-46.63,America/Sao_Paulo,1701478817,2023-12-01 22:00 +1701399600,2023-12-01 00:00,22.0,71.6,0,13.6,22.0,94,E,1008.0,29.77,0.01,0.0,73,88,22.0,71.6,22.0,71.6,24.6,76.2,16.9,62.5,0,60,0,0,10.0,6.0,22.7,36.5,1.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/night/176.png,1063,Quilmes,Buenos Aires,Argentina,-34.6,-58.38,America/Argentina/Buenos_Aires,1701478818,2023-12-01 22:00 +1701403200,2023-12-01 01:00,21.7,71.0,0,11.0,17.6,83,E,1008.0,29.76,0.6,0.02,77,75,21.7,71.0,21.7,71.0,24.4,76.0,17.4,63.3,1,87,0,0,9.0,5.0,18.5,29.8,1.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/night/176.png,1063,Quilmes,Buenos Aires,Argentina,-34.6,-58.38,America/Argentina/Buenos_Aires,1701478818,2023-12-01 22:00 +1701406800,2023-12-01 02:00,21.5,70.8,0,9.6,15.5,74,ENE,1007.0,29.74,0.08,0.0,80,83,21.6,70.8,21.6,70.8,24.4,75.9,17.9,64.1,0,66,0,0,10.0,6.0,16.8,27.1,1.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/night/176.png,1063,Quilmes,Buenos Aires,Argentina,-34.6,-58.38,America/Argentina/Buenos_Aires,1701478818,2023-12-01 22:00 +1701410400,2023-12-01 03:00,21.7,71.1,0,9.8,15.8,50,NE,1007.0,29.73,0.0,0.0,79,45,21.7,71.1,21.7,71.1,24.4,76.0,17.9,64.3,0,0,0,0,10.0,6.0,18.3,29.5,1.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/night/116.png,1003,Quilmes,Buenos Aires,Argentina,-34.6,-58.38,America/Argentina/Buenos_Aires,1701478818,2023-12-01 22:00 +1701414000,2023-12-01 04:00,22.0,71.6,0,13.2,21.2,34,NE,1006.0,29.72,0.62,0.02,83,80,22.0,71.6,22.0,71.6,24.5,76.1,19.0,66.3,1,85,0,0,2.0,1.0,23.0,37.0,1.0,Light drizzle,//cdn.weatherapi.com/weather/64x64/night/266.png,1153,Quilmes,Buenos Aires,Argentina,-34.6,-58.38,America/Argentina/Buenos_Aires,1701478818,2023-12-01 22:00 +1701417600,2023-12-01 05:00,21.9,71.5,0,11.9,19.1,15,NNE,1006.0,29.72,1.04,0.04,92,85,21.9,71.5,21.9,71.5,24.5,76.1,20.6,69.1,0,70,0,0,10.0,6.0,19.5,31.4,1.0,Light rain shower,//cdn.weatherapi.com/weather/64x64/night/353.png,1240,Quilmes,Buenos Aires,Argentina,-34.6,-58.38,America/Argentina/Buenos_Aires,1701478818,2023-12-01 22:00 +1701421200,2023-12-01 06:00,22.2,71.9,1,12.1,19.4,25,NNE,1006.0,29.71,0.01,0.0,92,81,24.7,76.4,22.2,71.9,24.7,76.4,20.8,69.5,0,64,0,0,10.0,6.0,20.2,32.5,5.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/day/176.png,1063,Quilmes,Buenos Aires,Argentina,-34.6,-58.38,America/Argentina/Buenos_Aires,1701478818,2023-12-01 22:00 +1701424800,2023-12-01 07:00,22.6,72.6,1,12.8,20.5,26,NNE,1006.0,29.71,0.21,0.01,91,51,24.9,76.8,22.6,72.6,24.9,76.8,21.1,70.0,1,72,0,0,10.0,6.0,19.5,31.4,5.0,Light rain shower,//cdn.weatherapi.com/weather/64x64/day/353.png,1240,Quilmes,Buenos Aires,Argentina,-34.6,-58.38,America/Argentina/Buenos_Aires,1701478818,2023-12-01 22:00 +1701428400,2023-12-01 08:00,23.1,73.6,1,10.7,17.3,22,NNE,1006.0,29.72,0.52,0.02,90,86,25.3,77.6,23.1,73.6,25.3,77.6,21.3,70.3,0,70,0,0,9.0,5.0,15.5,25.0,5.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/day/176.png,1063,Quilmes,Buenos Aires,Argentina,-34.6,-58.38,America/Argentina/Buenos_Aires,1701478818,2023-12-01 22:00 +1701432000,2023-12-01 09:00,23.1,73.5,1,9.8,15.8,14,NNE,1006.0,29.71,1.06,0.04,91,75,25.3,77.6,23.1,73.5,25.3,77.6,21.5,70.6,1,98,0,0,10.0,6.0,14.7,23.7,5.0,Light rain shower,//cdn.weatherapi.com/weather/64x64/day/353.png,1240,Quilmes,Buenos Aires,Argentina,-34.6,-58.38,America/Argentina/Buenos_Aires,1701478818,2023-12-01 22:00 +1701435600,2023-12-01 10:00,22.8,73.0,1,11.6,18.7,12,NNE,1005.0,29.69,1.7,0.07,94,90,25.2,77.3,22.8,73.0,25.2,77.3,21.8,71.2,0,64,0,0,10.0,6.0,17.5,28.1,5.0,Light rain shower,//cdn.weatherapi.com/weather/64x64/day/353.png,1240,Quilmes,Buenos Aires,Argentina,-34.6,-58.38,America/Argentina/Buenos_Aires,1701478818,2023-12-01 22:00 +1701439200,2023-12-01 11:00,23.3,74.0,1,9.6,15.5,350,N,1006.0,29.69,2.51,0.1,92,100,25.6,78.2,23.3,74.0,25.6,78.2,22.0,71.5,1,97,0,0,7.0,4.0,15.6,25.1,5.0,Moderate or heavy rain shower,//cdn.weatherapi.com/weather/64x64/day/356.png,1243,Quilmes,Buenos Aires,Argentina,-34.6,-58.38,America/Argentina/Buenos_Aires,1701478818,2023-12-01 22:00 +1701442800,2023-12-01 12:00,26.5,79.7,1,12.3,19.8,295,WNW,1003.0,29.63,1.26,0.05,78,69,29.2,84.5,26.5,79.7,29.2,84.5,22.3,72.2,0,52,0,0,10.0,6.0,22.7,36.6,6.0,Light rain shower,//cdn.weatherapi.com/weather/64x64/day/353.png,1240,Quilmes,Buenos Aires,Argentina,-34.6,-58.38,America/Argentina/Buenos_Aires,1701478818,2023-12-01 22:00 +1701446400,2023-12-01 13:00,25.4,77.7,1,9.4,15.1,264,W,1001.0,29.55,0.49,0.02,85,59,28.0,82.4,25.4,77.7,28.0,82.4,22.7,72.8,1,97,0,0,10.0,6.0,16.8,27.1,6.0,Light rain shower,//cdn.weatherapi.com/weather/64x64/day/353.png,1240,Quilmes,Buenos Aires,Argentina,-34.6,-58.38,America/Argentina/Buenos_Aires,1701478818,2023-12-01 22:00 +1701450000,2023-12-01 14:00,23.4,74.1,1,15.7,25.2,240,WSW,1003.0,29.61,6.37,0.25,95,80,25.8,78.5,23.4,74.1,25.8,78.5,22.6,72.6,1,73,0,0,7.0,4.0,28.8,46.3,5.0,Moderate or heavy rain shower,//cdn.weatherapi.com/weather/64x64/day/356.png,1243,Quilmes,Buenos Aires,Argentina,-34.6,-58.38,America/Argentina/Buenos_Aires,1701478818,2023-12-01 22:00 +1701453600,2023-12-01 15:00,22.7,72.8,1,13.9,22.3,226,SW,1001.0,29.57,1.14,0.04,96,72,25.1,77.2,22.7,72.8,25.1,77.2,22.0,71.6,1,98,0,0,10.0,6.0,26.1,42.0,5.0,Light rain shower,//cdn.weatherapi.com/weather/64x64/day/353.png,1240,Quilmes,Buenos Aires,Argentina,-34.6,-58.38,America/Argentina/Buenos_Aires,1701478818,2023-12-01 22:00 +1701457200,2023-12-01 16:00,22.6,72.6,1,5.4,8.6,219,SW,1001.0,29.57,13.03,0.51,96,94,25.0,77.0,22.6,72.6,25.0,77.0,21.9,71.4,1,98,0,0,5.0,3.0,7.8,12.6,5.0,Heavy rain,//cdn.weatherapi.com/weather/64x64/day/308.png,1195,Quilmes,Buenos Aires,Argentina,-34.6,-58.38,America/Argentina/Buenos_Aires,1701478818,2023-12-01 22:00 +1701460800,2023-12-01 17:00,22.1,71.8,1,11.4,18.4,236,WSW,1002.0,29.59,5.13,0.2,97,83,24.7,76.5,22.1,71.8,24.7,76.5,21.7,71.0,1,97,0,0,7.0,4.0,17.5,28.1,5.0,Moderate rain,//cdn.weatherapi.com/weather/64x64/day/302.png,1189,Quilmes,Buenos Aires,Argentina,-34.6,-58.38,America/Argentina/Buenos_Aires,1701478818,2023-12-01 22:00 +1701464400,2023-12-01 18:00,22.1,71.9,1,12.3,19.8,185,S,1001.0,29.55,0.16,0.01,95,82,24.7,76.4,22.1,71.9,24.7,76.4,21.3,70.3,0,56,0,0,9.0,5.0,19.7,31.7,5.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/day/176.png,1063,Quilmes,Buenos Aires,Argentina,-34.6,-58.38,America/Argentina/Buenos_Aires,1701478818,2023-12-01 22:00 +1701468000,2023-12-01 19:00,22.4,72.3,1,8.9,14.4,200,SSW,1001.0,29.57,0.0,0.0,92,36,24.8,76.6,22.4,72.3,24.8,76.6,21.1,70.0,0,0,0,0,10.0,6.0,14.1,22.7,6.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/day/116.png,1003,Quilmes,Buenos Aires,Argentina,-34.6,-58.38,America/Argentina/Buenos_Aires,1701478818,2023-12-01 22:00 +1701471600,2023-12-01 20:00,22.2,72.0,0,1.6,2.5,14,NNE,1004.0,29.65,0.0,0.0,93,33,24.7,76.4,22.2,72.0,24.7,76.4,21.0,69.9,0,0,0,0,10.0,6.0,2.6,4.1,1.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/night/116.png,1003,Quilmes,Buenos Aires,Argentina,-34.6,-58.38,America/Argentina/Buenos_Aires,1701478818,2023-12-01 22:00 +1701475200,2023-12-01 21:00,21.0,69.8,0,2.2,3.6,297,WNW,1005.0,29.68,0.0,0.0,88,50,22.1,71.7,22.1,71.7,24.6,76.2,21.0,69.7,0,0,0,0,9.0,5.0,4.8,7.7,1.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/night/116.png,1003,Quilmes,Buenos Aires,Argentina,-34.6,-58.38,America/Argentina/Buenos_Aires,1701478818,2023-12-01 22:00 +1701478800,2023-12-01 22:00,21.8,71.2,0,2.7,4.3,221,SW,1005.0,29.67,0.0,0.0,94,33,21.8,71.2,21.8,71.2,24.4,75.9,20.8,69.4,0,0,0,0,2.0,1.0,4.5,7.3,1.0,Mist,//cdn.weatherapi.com/weather/64x64/night/143.png,1030,Quilmes,Buenos Aires,Argentina,-34.6,-58.38,America/Argentina/Buenos_Aires,1701478818,2023-12-01 22:00 +1701482400,2023-12-01 23:00,21.7,71.0,0,2.7,4.3,252,WSW,1006.0,29.72,0.0,0.0,94,19,21.7,71.0,21.7,71.0,24.4,75.8,20.6,69.2,0,0,0,0,10.0,6.0,4.6,7.5,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Quilmes,Buenos Aires,Argentina,-34.6,-58.38,America/Argentina/Buenos_Aires,1701478818,2023-12-01 22:00 +1701486000,2023-12-02 00:00,21.4,70.5,0,3.1,5.0,202,SSW,1005.0,29.69,0.0,0.0,94,16,21.4,70.5,21.4,70.5,24.2,75.6,20.4,68.7,0,0,0,0,2.0,1.0,5.5,8.8,1.0,Mist,//cdn.weatherapi.com/weather/64x64/night/143.png,1030,Quilmes,Buenos Aires,Argentina,-34.6,-58.38,America/Argentina/Buenos_Aires,1701478818,2023-12-01 22:00 +1701489600,2023-12-02 01:00,21.1,70.0,0,4.3,6.8,204,SSW,1005.0,29.68,0.0,0.0,94,8,21.1,70.0,21.1,70.0,24.1,75.5,20.1,68.1,0,0,0,0,10.0,6.0,7.6,12.2,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Quilmes,Buenos Aires,Argentina,-34.6,-58.38,America/Argentina/Buenos_Aires,1701478818,2023-12-01 22:00 +1701493200,2023-12-02 02:00,20.8,69.4,0,2.2,3.6,151,SSE,1005.0,29.68,0.0,0.0,93,6,20.8,69.4,20.8,69.4,20.8,69.4,19.6,67.4,0,0,0,0,10.0,6.0,4.0,6.5,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Quilmes,Buenos Aires,Argentina,-34.6,-58.38,America/Argentina/Buenos_Aires,1701478818,2023-12-01 22:00 +1701496800,2023-12-02 03:00,20.5,69.0,0,2.7,4.3,158,SSE,1005.0,29.68,0.0,0.0,93,11,20.5,69.0,20.5,69.0,20.5,69.0,19.4,66.8,0,0,0,0,10.0,6.0,4.7,7.6,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Quilmes,Buenos Aires,Argentina,-34.6,-58.38,America/Argentina/Buenos_Aires,1701478818,2023-12-01 22:00 +1701500400,2023-12-02 04:00,20.2,68.4,0,4.3,6.8,207,SSW,1005.0,29.68,0.0,0.0,93,9,20.2,68.4,20.2,68.4,20.2,68.4,19.0,66.2,0,0,0,0,10.0,6.0,7.6,12.2,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Quilmes,Buenos Aires,Argentina,-34.6,-58.38,America/Argentina/Buenos_Aires,1701478818,2023-12-01 22:00 +1701504000,2023-12-02 05:00,19.9,67.8,0,5.6,9.0,192,SSW,1005.0,29.69,0.0,0.0,92,5,19.9,67.8,19.9,67.8,19.9,67.8,18.6,65.5,0,0,0,0,10.0,6.0,10.2,16.5,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Quilmes,Buenos Aires,Argentina,-34.6,-58.38,America/Argentina/Buenos_Aires,1701478818,2023-12-01 22:00 +1701507600,2023-12-02 06:00,19.7,67.5,1,5.8,9.4,177,S,1006.0,29.71,0.0,0.0,92,2,19.7,67.5,19.7,67.5,19.7,67.5,18.3,65.0,0,0,0,0,10.0,6.0,10.8,17.4,5.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Quilmes,Buenos Aires,Argentina,-34.6,-58.38,America/Argentina/Buenos_Aires,1701478818,2023-12-01 22:00 +1701511200,2023-12-02 07:00,20.5,68.9,1,4.9,7.9,142,SE,1007.0,29.75,0.0,0.0,89,5,20.5,68.9,20.5,68.9,20.5,68.9,18.6,65.5,0,0,0,0,10.0,6.0,7.8,12.5,6.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Quilmes,Buenos Aires,Argentina,-34.6,-58.38,America/Argentina/Buenos_Aires,1701478818,2023-12-01 22:00 +1701514800,2023-12-02 08:00,21.4,70.4,1,5.1,8.3,109,ESE,1008.0,29.77,0.0,0.0,85,8,21.4,70.4,21.4,70.4,24.3,75.7,18.6,65.6,0,0,0,0,10.0,6.0,7.0,11.3,6.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Quilmes,Buenos Aires,Argentina,-34.6,-58.38,America/Argentina/Buenos_Aires,1701478818,2023-12-01 22:00 +1701518400,2023-12-02 09:00,22.3,72.2,1,4.9,7.9,105,ESE,1009.0,29.78,0.0,0.0,78,0,24.7,76.4,22.3,72.2,24.7,76.4,18.4,65.0,0,0,0,0,10.0,6.0,6.3,10.2,6.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Quilmes,Buenos Aires,Argentina,-34.6,-58.38,America/Argentina/Buenos_Aires,1701478818,2023-12-01 22:00 +1701522000,2023-12-02 10:00,23.5,74.3,1,5.8,9.4,97,E,1009.0,29.78,0.0,0.0,71,0,25.3,77.6,23.5,74.3,25.3,77.6,18.0,64.3,0,0,0,0,10.0,6.0,7.1,11.5,6.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Quilmes,Buenos Aires,Argentina,-34.6,-58.38,America/Argentina/Buenos_Aires,1701478818,2023-12-01 22:00 +1701525600,2023-12-02 11:00,24.0,75.1,1,6.3,10.1,68,ENE,1009.0,29.79,0.0,0.0,68,0,25.6,78.1,24.0,75.1,25.6,78.1,17.7,63.9,0,0,0,0,10.0,6.0,7.7,12.4,6.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Quilmes,Buenos Aires,Argentina,-34.6,-58.38,America/Argentina/Buenos_Aires,1701478818,2023-12-01 22:00 +1701529200,2023-12-02 12:00,24.6,76.2,1,4.7,7.6,72,ENE,1009.0,29.78,0.0,0.0,64,0,26.0,78.8,24.6,76.2,26.0,78.8,17.4,63.3,0,0,0,0,10.0,6.0,6.0,9.6,6.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Quilmes,Buenos Aires,Argentina,-34.6,-58.38,America/Argentina/Buenos_Aires,1701478818,2023-12-01 22:00 +1701532800,2023-12-02 13:00,25.2,77.3,1,4.7,7.6,83,E,1008.0,29.78,0.0,0.0,61,0,26.4,79.5,25.2,77.3,26.4,79.5,17.1,62.9,0,0,0,0,10.0,6.0,6.3,10.2,7.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Quilmes,Buenos Aires,Argentina,-34.6,-58.38,America/Argentina/Buenos_Aires,1701478818,2023-12-01 22:00 +1701536400,2023-12-02 14:00,25.7,78.2,1,4.5,7.2,92,E,1008.0,29.77,0.0,0.0,58,0,26.8,80.2,25.7,78.2,26.8,80.2,16.8,62.2,0,0,0,0,10.0,6.0,6.5,10.4,7.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Quilmes,Buenos Aires,Argentina,-34.6,-58.38,America/Argentina/Buenos_Aires,1701478818,2023-12-01 22:00 +1701540000,2023-12-02 15:00,26.2,79.1,1,4.9,7.9,89,E,1008.0,29.76,0.0,0.0,55,0,27.0,80.7,26.2,79.1,27.0,80.7,16.3,61.3,0,0,0,0,10.0,6.0,7.5,12.1,7.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Quilmes,Buenos Aires,Argentina,-34.6,-58.38,America/Argentina/Buenos_Aires,1701478818,2023-12-01 22:00 +1701543600,2023-12-02 16:00,26.5,79.8,1,5.4,8.6,102,ESE,1007.0,29.74,0.0,0.0,52,0,27.3,81.1,26.5,79.8,27.3,81.1,15.9,60.5,0,0,0,0,10.0,6.0,8.5,13.6,7.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Quilmes,Buenos Aires,Argentina,-34.6,-58.38,America/Argentina/Buenos_Aires,1701478818,2023-12-01 22:00 +1701547200,2023-12-02 17:00,26.6,79.9,1,5.4,8.6,103,ESE,1007.0,29.74,0.0,0.0,51,0,27.3,81.2,26.6,80.0,27.3,81.2,15.8,60.4,0,0,0,0,10.0,6.0,8.9,14.4,7.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Quilmes,Buenos Aires,Argentina,-34.6,-58.38,America/Argentina/Buenos_Aires,1701478818,2023-12-01 22:00 +1701550800,2023-12-02 18:00,26.2,79.2,1,5.6,9.0,98,E,1007.0,29.74,0.0,0.0,55,0,27.1,80.8,26.2,79.2,27.1,80.8,16.4,61.5,0,0,0,0,10.0,6.0,10.1,16.3,7.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Quilmes,Buenos Aires,Argentina,-34.6,-58.38,America/Argentina/Buenos_Aires,1701478818,2023-12-01 22:00 +1701554400,2023-12-02 19:00,25.1,77.1,1,7.2,11.5,96,E,1007.0,29.74,0.0,0.0,60,2,26.3,79.3,25.1,77.1,26.3,79.3,16.9,62.3,0,0,0,0,10.0,6.0,14.9,23.9,7.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Quilmes,Buenos Aires,Argentina,-34.6,-58.38,America/Argentina/Buenos_Aires,1701478818,2023-12-01 22:00 +1701558000,2023-12-02 20:00,23.9,75.0,0,8.9,14.4,97,E,1008.0,29.75,0.0,0.0,65,4,25.5,77.9,23.9,75.0,25.5,77.9,16.8,62.3,0,0,0,0,10.0,6.0,18.3,29.5,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Quilmes,Buenos Aires,Argentina,-34.6,-58.38,America/Argentina/Buenos_Aires,1701478818,2023-12-01 22:00 +1701561600,2023-12-02 21:00,23.6,74.4,0,10.5,16.9,91,E,1009.0,29.78,0.0,0.0,70,8,25.4,77.6,23.6,74.4,25.4,77.6,17.8,64.0,0,0,0,0,10.0,6.0,18.6,30.0,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Quilmes,Buenos Aires,Argentina,-34.6,-58.38,America/Argentina/Buenos_Aires,1701478818,2023-12-01 22:00 +1701565200,2023-12-02 22:00,23.2,73.8,0,12.5,20.2,109,ESE,1010.0,29.82,0.0,0.0,74,25,25.2,77.3,23.2,73.8,25.2,77.3,18.3,64.9,0,0,0,0,10.0,6.0,20.2,32.5,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Quilmes,Buenos Aires,Argentina,-34.6,-58.38,America/Argentina/Buenos_Aires,1701478818,2023-12-01 22:00 +1701568800,2023-12-02 23:00,20.4,68.6,0,23.5,37.8,151,SSE,1012.0,29.89,0.0,0.0,67,16,20.4,68.6,20.4,68.6,20.4,68.6,14.0,57.1,0,0,0,0,10.0,6.0,29.8,47.9,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Quilmes,Buenos Aires,Argentina,-34.6,-58.38,America/Argentina/Buenos_Aires,1701478818,2023-12-01 22:00 +1701572400,2023-12-03 00:00,18.2,64.7,0,21.7,34.9,148,SSE,1014.0,29.94,0.0,0.0,66,11,18.2,64.7,18.2,64.7,18.2,64.7,11.9,53.3,0,0,0,0,10.0,6.0,27.1,43.6,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Quilmes,Buenos Aires,Argentina,-34.6,-58.38,America/Argentina/Buenos_Aires,1701478818,2023-12-01 22:00 +1701576000,2023-12-03 01:00,17.0,62.5,0,21.7,34.9,148,SSE,1014.0,29.94,0.0,0.0,73,25,17.0,62.5,17.0,62.5,17.0,62.5,12.1,53.8,0,0,0,0,10.0,6.0,26.4,42.4,1.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/night/116.png,1003,Quilmes,Buenos Aires,Argentina,-34.6,-58.38,America/Argentina/Buenos_Aires,1701478818,2023-12-01 22:00 +1701579600,2023-12-03 02:00,16.4,61.5,0,20.6,33.1,139,SE,1014.0,29.96,0.0,0.0,73,30,16.4,61.5,16.4,61.5,16.4,61.5,11.5,52.8,0,0,0,0,10.0,6.0,25.7,41.4,1.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/night/116.png,1003,Quilmes,Buenos Aires,Argentina,-34.6,-58.38,America/Argentina/Buenos_Aires,1701478818,2023-12-01 22:00 +1701583200,2023-12-03 03:00,16.2,61.2,0,19.5,31.3,144,SE,1015.0,29.98,0.0,0.0,70,28,16.2,61.2,16.2,61.2,16.2,61.2,10.8,51.5,0,0,0,0,10.0,6.0,24.8,39.9,1.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/night/116.png,1003,Quilmes,Buenos Aires,Argentina,-34.6,-58.38,America/Argentina/Buenos_Aires,1701478818,2023-12-01 22:00 +1701586800,2023-12-03 04:00,15.7,60.2,0,20.6,33.1,153,SSE,1016.0,29.99,0.01,0.0,69,72,15.7,60.2,15.7,60.2,15.7,60.2,10.0,49.9,1,85,0,0,10.0,6.0,26.2,42.1,1.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/night/176.png,1063,Quilmes,Buenos Aires,Argentina,-34.6,-58.38,America/Argentina/Buenos_Aires,1701478818,2023-12-01 22:00 +1701590400,2023-12-03 05:00,15.3,59.5,0,19.5,31.3,147,SSE,1016.0,30.0,0.0,0.0,66,26,15.3,59.5,15.3,59.5,15.3,59.5,9.1,48.4,0,0,0,0,10.0,6.0,25.2,40.5,1.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/night/116.png,1003,Quilmes,Buenos Aires,Argentina,-34.6,-58.38,America/Argentina/Buenos_Aires,1701478818,2023-12-01 22:00 +1701594000,2023-12-03 06:00,15.2,59.4,1,19.5,31.3,143,SE,1017.0,30.03,0.0,0.0,65,53,15.2,59.4,15.2,59.4,15.2,59.4,8.7,47.7,0,0,0,0,10.0,6.0,25.0,40.2,5.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/day/116.png,1003,Quilmes,Buenos Aires,Argentina,-34.6,-58.38,America/Argentina/Buenos_Aires,1701478818,2023-12-01 22:00 +1701597600,2023-12-03 07:00,15.3,59.5,1,18.6,29.9,135,SE,1017.0,30.03,0.0,0.0,67,97,15.3,59.5,15.3,59.5,15.3,59.5,9.3,48.7,0,0,0,0,10.0,6.0,23.2,37.3,4.0,Overcast,//cdn.weatherapi.com/weather/64x64/day/122.png,1009,Quilmes,Buenos Aires,Argentina,-34.6,-58.38,America/Argentina/Buenos_Aires,1701478818,2023-12-01 22:00 +1701601200,2023-12-03 08:00,15.3,59.5,1,17.0,27.4,132,SE,1017.0,30.05,0.06,0.0,73,100,15.3,59.6,15.3,59.6,15.3,59.6,10.4,50.8,1,86,0,0,10.0,6.0,21.4,34.5,4.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/day/176.png,1063,Quilmes,Buenos Aires,Argentina,-34.6,-58.38,America/Argentina/Buenos_Aires,1701478818,2023-12-01 22:00 +1701604800,2023-12-03 09:00,15.4,59.8,1,15.2,24.5,129,SE,1017.0,30.04,0.0,0.0,76,35,15.4,59.8,15.4,59.8,15.4,59.8,11.3,52.3,0,0,0,0,10.0,6.0,19.3,31.0,5.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/day/116.png,1003,Quilmes,Buenos Aires,Argentina,-34.6,-58.38,America/Argentina/Buenos_Aires,1701478818,2023-12-01 22:00 +1701608400,2023-12-03 10:00,16.0,60.9,1,15.2,24.5,133,SE,1018.0,30.06,0.0,0.0,75,28,16.0,60.9,16.0,60.9,16.0,60.9,11.7,53.1,0,0,0,0,10.0,6.0,19.2,30.9,5.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/day/116.png,1003,Quilmes,Buenos Aires,Argentina,-34.6,-58.38,America/Argentina/Buenos_Aires,1701478818,2023-12-01 22:00 +1701612000,2023-12-03 11:00,16.4,61.6,1,14.5,23.4,137,SE,1018.0,30.08,0.01,0.0,72,84,16.4,61.6,16.4,61.6,16.4,61.6,11.3,52.4,1,76,0,0,10.0,6.0,18.5,29.7,4.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/day/176.png,1063,Quilmes,Buenos Aires,Argentina,-34.6,-58.38,America/Argentina/Buenos_Aires,1701478818,2023-12-01 22:00 +1701615600,2023-12-03 12:00,16.7,62.1,1,15.2,24.5,137,SE,1019.0,30.08,0.0,0.0,66,15,16.7,62.1,16.7,62.1,16.7,62.1,10.3,50.6,0,0,0,0,10.0,6.0,19.7,31.7,5.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Quilmes,Buenos Aires,Argentina,-34.6,-58.38,America/Argentina/Buenos_Aires,1701478818,2023-12-01 22:00 +1701619200,2023-12-03 13:00,17.1,62.8,1,15.7,25.2,139,SE,1019.0,30.08,0.0,0.0,59,24,17.1,62.7,17.1,62.7,17.1,62.7,9.1,48.3,0,0,0,0,10.0,6.0,20.9,33.7,5.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Quilmes,Buenos Aires,Argentina,-34.6,-58.38,America/Argentina/Buenos_Aires,1701478818,2023-12-01 22:00 +1701622800,2023-12-03 14:00,17.8,64.0,1,15.7,25.2,134,SE,1018.0,30.08,0.0,0.0,54,24,17.8,64.0,17.8,64.0,17.8,64.0,8.3,46.9,0,0,0,0,10.0,6.0,20.8,33.6,5.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Quilmes,Buenos Aires,Argentina,-34.6,-58.38,America/Argentina/Buenos_Aires,1701478818,2023-12-01 22:00 +1701626400,2023-12-03 15:00,18.1,64.7,1,15.2,24.5,135,SE,1019.0,30.09,0.0,0.0,50,17,18.2,64.7,18.2,64.7,18.2,64.7,7.7,45.8,0,0,0,0,10.0,6.0,20.8,33.5,5.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Quilmes,Buenos Aires,Argentina,-34.6,-58.38,America/Argentina/Buenos_Aires,1701478818,2023-12-01 22:00 +1701630000,2023-12-03 16:00,17.9,64.3,1,14.8,23.8,133,SE,1019.0,30.09,0.0,0.0,48,47,18.0,64.3,18.0,64.3,18.0,64.3,6.9,44.4,0,0,0,0,10.0,6.0,20.9,33.7,5.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/day/116.png,1003,Quilmes,Buenos Aires,Argentina,-34.6,-58.38,America/Argentina/Buenos_Aires,1701478818,2023-12-01 22:00 +1701633600,2023-12-03 17:00,18.1,64.5,1,13.2,21.2,134,SE,1020.0,30.11,0.0,0.0,47,51,18.1,64.5,18.1,64.5,18.1,64.5,6.6,43.9,0,0,0,0,10.0,6.0,18.5,29.7,5.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/day/116.png,1003,Quilmes,Buenos Aires,Argentina,-34.6,-58.38,America/Argentina/Buenos_Aires,1701478818,2023-12-01 22:00 +1701637200,2023-12-03 18:00,18.0,64.4,1,15.9,25.6,124,SE,1019.0,30.09,0.0,0.0,47,22,18.0,64.4,18.0,64.4,18.0,64.4,6.5,43.6,0,0,0,0,10.0,6.0,22.8,36.7,5.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Quilmes,Buenos Aires,Argentina,-34.6,-58.38,America/Argentina/Buenos_Aires,1701478818,2023-12-01 22:00 +1701640800,2023-12-03 19:00,18.2,64.8,1,16.6,26.6,121,ESE,1019.0,30.1,0.0,0.0,44,46,18.2,64.8,18.2,64.8,18.2,64.8,5.8,42.5,0,0,0,0,10.0,6.0,24.2,38.9,5.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/day/116.png,1003,Quilmes,Buenos Aires,Argentina,-34.6,-58.38,America/Argentina/Buenos_Aires,1701478818,2023-12-01 22:00 +1701644400,2023-12-03 20:00,18.2,64.7,0,15.9,25.6,119,ESE,1020.0,30.13,0.0,0.0,44,45,18.2,64.7,18.2,64.7,18.2,64.7,5.7,42.2,0,0,0,0,10.0,6.0,23.7,38.2,1.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/night/116.png,1003,Quilmes,Buenos Aires,Argentina,-34.6,-58.38,America/Argentina/Buenos_Aires,1701478818,2023-12-01 22:00 +1701648000,2023-12-03 21:00,18.0,64.4,0,15.7,25.2,113,ESE,1021.0,30.15,0.0,0.0,45,44,18.0,64.4,18.0,64.4,18.0,64.4,6.0,42.8,0,0,0,0,10.0,6.0,24.0,38.6,1.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/night/116.png,1003,Quilmes,Buenos Aires,Argentina,-34.6,-58.38,America/Argentina/Buenos_Aires,1701478818,2023-12-01 22:00 +1701651600,2023-12-03 22:00,17.8,64.0,0,15.2,24.5,107,ESE,1022.0,30.18,0.0,0.0,48,8,17.8,64.0,17.8,64.0,17.8,64.0,6.6,43.8,0,0,0,0,10.0,6.0,23.8,38.3,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Quilmes,Buenos Aires,Argentina,-34.6,-58.38,America/Argentina/Buenos_Aires,1701478818,2023-12-01 22:00 +1701655200,2023-12-03 23:00,17.5,63.5,0,16.3,26.3,105,ESE,1022.0,30.19,0.0,0.0,50,19,17.5,63.5,17.5,63.5,17.5,63.5,6.9,44.5,0,0,0,0,10.0,6.0,25.8,41.5,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Quilmes,Buenos Aires,Argentina,-34.6,-58.38,America/Argentina/Buenos_Aires,1701478818,2023-12-01 22:00 +1701406800,2023-12-01 00:00,8.9,48.0,0,4.9,7.9,97,E,1019.0,30.08,0.0,0.0,93,31,7.7,45.9,7.7,45.9,8.9,48.0,7.7,45.9,0,0,0,0,10.0,6.0,9.5,15.3,1.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/night/116.png,1003,Cota,Cundinamarca,Colombia,4.71,-74.07,America/Bogota,1701478819,2023-12-01 20:00 +1701410400,2023-12-01 01:00,8.4,47.2,0,4.9,7.9,91,E,1018.0,30.06,0.0,0.0,92,27,7.2,44.9,7.2,44.9,8.4,47.2,7.2,45.0,0,0,0,0,10.0,6.0,9.9,15.9,1.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/night/116.png,1003,Cota,Cundinamarca,Colombia,4.71,-74.07,America/Bogota,1701478819,2023-12-01 20:00 +1701414000,2023-12-01 02:00,7.9,46.2,0,4.9,7.9,88,E,1018.0,30.05,0.0,0.0,92,26,6.5,43.7,6.5,43.7,7.9,46.2,6.7,44.1,0,0,0,0,10.0,6.0,10.3,16.6,1.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/night/116.png,1003,Cota,Cundinamarca,Colombia,4.71,-74.07,America/Bogota,1701478819,2023-12-01 20:00 +1701417600,2023-12-01 03:00,7.4,45.3,0,4.9,7.9,86,E,1018.0,30.05,0.0,0.0,92,22,5.9,42.7,5.9,42.7,7.4,45.3,6.1,43.0,0,0,0,0,10.0,6.0,10.3,16.6,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Cota,Cundinamarca,Colombia,4.71,-74.07,America/Bogota,1701478819,2023-12-01 20:00 +1701421200,2023-12-01 04:00,7.0,44.6,0,4.9,7.9,90,E,1018.0,30.07,0.0,0.0,91,48,5.5,41.9,5.5,41.9,7.0,44.6,5.6,42.0,0,0,0,0,10.0,6.0,10.3,16.6,1.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/night/116.png,1003,Cota,Cundinamarca,Colombia,4.71,-74.07,America/Bogota,1701478819,2023-12-01 20:00 +1701424800,2023-12-01 05:00,6.6,43.9,0,4.9,7.9,88,E,1019.0,30.09,0.0,0.0,89,36,5.0,41.0,5.0,41.0,6.6,43.9,5.0,41.0,0,0,0,0,10.0,6.0,10.3,16.6,1.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/night/116.png,1003,Cota,Cundinamarca,Colombia,4.71,-74.07,America/Bogota,1701478819,2023-12-01 20:00 +1701428400,2023-12-01 06:00,6.2,43.2,1,5.1,8.3,87,E,1020.0,30.11,0.0,0.0,88,23,4.5,40.1,4.5,40.1,6.2,43.2,4.3,39.8,0,0,0,0,10.0,6.0,10.8,17.4,3.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Cota,Cundinamarca,Colombia,4.71,-74.07,America/Bogota,1701478819,2023-12-01 20:00 +1701432000,2023-12-01 07:00,10.0,50.0,1,4.3,6.8,89,E,1019.0,30.1,0.0,0.0,83,16,9.2,48.6,9.2,48.6,10.0,50.0,7.3,45.1,0,0,0,0,10.0,6.0,6.8,10.9,3.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Cota,Cundinamarca,Colombia,4.71,-74.07,America/Bogota,1701478819,2023-12-01 20:00 +1701435600,2023-12-01 08:00,13.3,56.0,1,3.6,5.8,99,E,1019.0,30.08,0.0,0.0,68,7,13.4,56.0,13.4,56.0,13.3,56.0,7.5,45.5,0,0,0,0,10.0,6.0,4.1,6.6,4.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Cota,Cundinamarca,Colombia,4.71,-74.07,America/Bogota,1701478819,2023-12-01 20:00 +1701439200,2023-12-01 09:00,16.3,61.4,1,3.1,5.0,114,ESE,1018.0,30.05,0.0,0.0,51,3,16.4,61.4,16.4,61.4,16.4,61.4,6.3,43.3,0,0,0,0,10.0,6.0,3.6,5.8,5.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Cota,Cundinamarca,Colombia,4.71,-74.07,America/Bogota,1701478819,2023-12-01 20:00 +1701442800,2023-12-01 10:00,18.7,65.6,1,3.4,5.4,133,SE,1016.0,30.01,0.0,0.0,38,1,18.7,65.6,18.7,65.6,18.7,65.6,4.0,39.2,0,0,0,0,10.0,6.0,3.9,6.2,5.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Cota,Cundinamarca,Colombia,4.71,-74.07,America/Bogota,1701478819,2023-12-01 20:00 +1701446400,2023-12-01 11:00,20.3,68.6,1,3.1,5.0,176,S,1015.0,29.97,0.0,0.0,36,0,20.3,68.6,20.3,68.6,20.3,68.6,4.8,40.6,0,0,0,0,10.0,6.0,3.6,5.8,6.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Cota,Cundinamarca,Colombia,4.71,-74.07,America/Bogota,1701478819,2023-12-01 20:00 +1701450000,2023-12-01 12:00,20.9,69.5,1,4.0,6.5,202,SSW,1013.0,29.92,0.0,0.0,38,2,20.9,69.5,20.9,69.5,20.9,69.5,6.1,43.0,0,0,0,0,10.0,6.0,4.6,7.5,6.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Cota,Cundinamarca,Colombia,4.71,-74.07,America/Bogota,1701478819,2023-12-01 20:00 +1701453600,2023-12-01 13:00,20.7,69.3,1,4.7,7.6,208,SSW,1012.0,29.88,0.0,0.0,43,3,20.7,69.3,20.7,69.3,20.7,69.3,7.8,46.1,0,0,0,0,10.0,6.0,5.4,8.7,6.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Cota,Cundinamarca,Colombia,4.71,-74.07,America/Bogota,1701478819,2023-12-01 20:00 +1701457200,2023-12-01 14:00,20.0,68.0,1,4.9,7.9,208,SSW,1011.0,29.86,0.01,0.0,50,75,20.0,68.0,20.0,68.0,20.0,68.0,9.2,48.5,0,60,0,0,10.0,6.0,5.7,9.1,4.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/day/176.png,1063,Cota,Cundinamarca,Colombia,4.71,-74.07,America/Bogota,1701478819,2023-12-01 20:00 +1701460800,2023-12-01 15:00,19.0,66.3,1,4.0,6.5,207,SSW,1011.0,29.86,0.02,0.0,56,87,19.1,66.3,19.1,66.3,19.1,66.3,10.1,50.1,1,85,0,0,10.0,6.0,4.6,7.5,4.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/day/176.png,1063,Cota,Cundinamarca,Colombia,4.71,-74.07,America/Bogota,1701478819,2023-12-01 20:00 +1701464400,2023-12-01 16:00,18.0,64.5,1,2.7,4.3,218,SW,1012.0,29.88,0.09,0.0,63,81,18.0,64.5,18.0,64.5,18.0,64.5,10.9,51.6,0,70,0,0,10.0,6.0,3.1,5.0,4.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/day/176.png,1063,Cota,Cundinamarca,Colombia,4.71,-74.07,America/Bogota,1701478819,2023-12-01 20:00 +1701468000,2023-12-01 17:00,16.1,60.9,1,1.6,2.5,208,SSW,1013.0,29.91,0.1,0.0,75,77,16.1,60.9,16.1,60.9,16.1,60.9,11.7,53.1,1,80,0,0,10.0,6.0,1.8,2.9,4.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/day/176.png,1063,Cota,Cundinamarca,Colombia,4.71,-74.07,America/Bogota,1701478819,2023-12-01 20:00 +1701471600,2023-12-01 18:00,11.0,51.8,0,2.5,4.0,113,ESE,1015.0,29.97,0.04,0.0,87,78,11.3,52.3,11.3,52.3,11.0,51.8,9.0,48.2,1,83,0,0,10.0,6.0,5.2,8.3,1.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/night/176.png,1063,Cota,Cundinamarca,Colombia,4.71,-74.07,America/Bogota,1701478819,2023-12-01 20:00 +1701475200,2023-12-01 19:00,10.2,50.4,0,3.8,6.1,100,E,1016.0,30.02,0.0,0.0,89,37,9.7,49.4,9.7,49.4,10.2,50.4,8.5,47.2,0,0,0,0,10.0,6.0,8.0,12.9,1.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/night/116.png,1003,Cota,Cundinamarca,Colombia,4.71,-74.07,America/Bogota,1701478819,2023-12-01 20:00 +1701478800,2023-12-01 20:00,14.0,57.2,0,4.3,6.8,340,NNW,1025.0,30.27,0.0,0.0,88,25,8.8,47.8,8.8,47.8,9.7,49.5,8.2,46.7,0,0,0,0,10.0,6.0,9.9,15.9,1.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/night/116.png,1003,Cota,Cundinamarca,Colombia,4.71,-74.07,America/Bogota,1701478819,2023-12-01 20:00 +1701482400,2023-12-01 21:00,9.1,48.5,0,5.1,8.3,101,ESE,1019.0,30.09,0.0,0.0,90,20,7.9,46.3,7.9,46.3,9.2,48.5,7.6,45.8,0,0,0,0,10.0,6.0,10.8,17.4,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Cota,Cundinamarca,Colombia,4.71,-74.07,America/Bogota,1701478819,2023-12-01 20:00 +1701486000,2023-12-01 22:00,8.7,47.6,0,5.1,8.3,95,E,1020.0,30.11,0.0,0.0,90,21,7.4,45.3,7.4,45.3,8.7,47.6,7.2,44.9,0,0,0,0,10.0,6.0,10.8,17.4,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Cota,Cundinamarca,Colombia,4.71,-74.07,America/Bogota,1701478819,2023-12-01 20:00 +1701489600,2023-12-01 23:00,8.4,47.1,0,4.9,7.9,92,E,1020.0,30.11,0.0,0.0,90,50,7.1,44.8,7.1,44.8,8.4,47.1,6.8,44.2,0,0,0,0,10.0,6.0,10.3,16.6,1.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/night/116.png,1003,Cota,Cundinamarca,Colombia,4.71,-74.07,America/Bogota,1701478819,2023-12-01 20:00 +1701493200,2023-12-02 00:00,7.8,46.1,0,4.9,7.9,91,E,1019.0,30.1,0.0,0.0,89,37,6.5,43.6,6.5,43.6,7.8,46.1,6.1,42.9,0,0,0,0,10.0,6.0,10.3,16.6,1.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/night/116.png,1003,Cota,Cundinamarca,Colombia,4.71,-74.07,America/Bogota,1701478819,2023-12-01 20:00 +1701496800,2023-12-02 01:00,6.9,44.3,0,4.9,7.9,90,E,1019.0,30.08,0.0,0.0,88,32,5.3,41.6,5.3,41.6,6.9,44.3,5.1,41.1,0,0,0,0,10.0,6.0,10.3,16.6,1.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/night/116.png,1003,Cota,Cundinamarca,Colombia,4.71,-74.07,America/Bogota,1701478819,2023-12-01 20:00 +1701500400,2023-12-02 02:00,6.3,43.3,0,4.7,7.6,90,E,1018.0,30.07,0.0,0.0,87,24,4.7,40.5,4.7,40.5,6.3,43.3,4.3,39.7,0,0,0,0,10.0,6.0,9.9,15.9,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Cota,Cundinamarca,Colombia,4.71,-74.07,America/Bogota,1701478819,2023-12-01 20:00 +1701504000,2023-12-02 03:00,6.1,42.9,0,4.9,7.9,89,E,1018.0,30.06,0.0,0.0,86,20,4.4,39.9,4.4,39.9,6.1,42.9,3.9,39.0,0,0,0,0,10.0,6.0,10.3,16.6,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Cota,Cundinamarca,Colombia,4.71,-74.07,America/Bogota,1701478819,2023-12-01 20:00 +1701507600,2023-12-02 04:00,6.0,42.9,0,4.9,7.9,88,E,1019.0,30.08,0.0,0.0,85,17,4.4,39.9,4.4,39.9,6.1,42.9,3.7,38.6,0,0,0,0,10.0,6.0,10.3,16.6,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Cota,Cundinamarca,Colombia,4.71,-74.07,America/Bogota,1701478819,2023-12-01 20:00 +1701511200,2023-12-02 05:00,5.7,42.2,0,4.9,7.9,88,E,1019.0,30.1,0.0,0.0,84,17,4.0,39.1,4.0,39.1,5.7,42.2,3.2,37.8,0,0,0,0,10.0,6.0,10.3,16.6,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Cota,Cundinamarca,Colombia,4.71,-74.07,America/Bogota,1701478819,2023-12-01 20:00 +1701514800,2023-12-02 06:00,5.3,41.6,1,5.1,8.3,87,E,1020.0,30.12,0.0,0.0,83,15,3.4,38.2,3.4,38.2,5.3,41.6,2.7,36.8,0,0,0,0,10.0,6.0,10.8,17.4,3.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Cota,Cundinamarca,Colombia,4.71,-74.07,America/Bogota,1701478819,2023-12-01 20:00 +1701518400,2023-12-02 07:00,10.0,49.9,1,4.3,6.8,87,E,1020.0,30.11,0.0,0.0,75,10,9.2,48.6,9.2,48.6,10.0,49.9,5.7,42.2,0,0,0,0,10.0,6.0,6.6,10.7,3.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Cota,Cundinamarca,Colombia,4.71,-74.07,America/Bogota,1701478819,2023-12-01 20:00 +1701522000,2023-12-02 08:00,14.1,57.3,1,3.1,5.0,92,E,1018.0,30.07,0.0,0.0,58,4,14.4,57.9,14.4,57.9,14.1,57.3,6.1,42.9,0,0,0,0,10.0,6.0,3.6,5.8,4.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Cota,Cundinamarca,Colombia,4.71,-74.07,America/Bogota,1701478819,2023-12-01 20:00 +1701525600,2023-12-02 09:00,17.0,62.6,1,2.2,3.6,111,ESE,1017.0,30.04,0.0,0.0,47,3,17.0,62.6,17.0,62.6,17.0,62.6,5.7,42.3,0,0,0,0,10.0,6.0,2.6,4.1,5.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Cota,Cundinamarca,Colombia,4.71,-74.07,America/Bogota,1701478819,2023-12-01 20:00 +1701529200,2023-12-02 10:00,19.2,66.5,1,0.9,1.4,171,S,1016.0,30.02,0.0,0.0,39,2,19.2,66.5,19.2,66.5,19.2,66.5,5.1,41.1,0,0,0,0,10.0,6.0,1.0,1.7,5.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Cota,Cundinamarca,Colombia,4.71,-74.07,America/Bogota,1701478819,2023-12-01 20:00 +1701532800,2023-12-02 11:00,20.6,69.0,1,1.8,2.9,258,WSW,1015.0,29.98,0.0,0.0,37,0,20.6,69.0,20.6,69.0,20.6,69.0,5.3,41.5,0,0,0,0,10.0,6.0,2.1,3.3,6.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Cota,Cundinamarca,Colombia,4.71,-74.07,America/Bogota,1701478819,2023-12-01 20:00 +1701536400,2023-12-02 12:00,21.2,70.2,1,3.4,5.4,259,W,1013.0,29.93,0.0,0.0,36,0,21.2,70.2,21.2,70.2,23.6,74.5,5.7,42.2,0,0,0,0,10.0,6.0,3.9,6.2,6.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Cota,Cundinamarca,Colombia,4.71,-74.07,America/Bogota,1701478819,2023-12-01 20:00 +1701540000,2023-12-02 13:00,21.3,70.4,1,4.9,7.9,266,W,1012.0,29.88,0.0,0.0,39,2,21.4,70.4,21.4,70.4,23.8,74.8,6.7,44.1,0,0,0,0,10.0,6.0,5.7,9.1,6.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Cota,Cundinamarca,Colombia,4.71,-74.07,America/Bogota,1701478819,2023-12-01 20:00 +1701543600,2023-12-02 14:00,21.0,69.8,1,5.8,9.4,267,W,1011.0,29.85,0.0,0.0,43,3,21.0,69.8,21.0,69.8,24.0,75.2,7.9,46.2,0,0,0,0,10.0,6.0,6.7,10.8,6.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Cota,Cundinamarca,Colombia,4.71,-74.07,America/Bogota,1701478819,2023-12-01 20:00 +1701547200,2023-12-02 15:00,20.1,68.1,1,6.0,9.7,271,W,1011.0,29.85,0.01,0.0,50,70,20.1,68.1,20.1,68.1,20.1,68.1,9.4,48.9,0,60,0,0,10.0,6.0,7.0,11.2,5.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/day/176.png,1063,Cota,Cundinamarca,Colombia,4.71,-74.07,America/Bogota,1701478819,2023-12-01 20:00 +1701550800,2023-12-02 16:00,18.6,65.5,1,5.4,8.6,274,W,1012.0,29.87,0.01,0.0,62,84,18.6,65.5,18.6,65.5,18.6,65.5,11.2,52.2,0,66,0,0,10.0,6.0,6.2,9.9,4.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/day/176.png,1063,Cota,Cundinamarca,Colombia,4.71,-74.07,America/Bogota,1701478819,2023-12-01 20:00 +1701554400,2023-12-02 17:00,16.1,61.0,1,2.5,4.0,268,W,1013.0,29.91,0.06,0.0,80,82,16.1,61.0,16.1,61.0,16.1,61.0,12.6,54.6,0,66,0,0,10.0,6.0,2.9,4.6,4.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/day/176.png,1063,Cota,Cundinamarca,Colombia,4.71,-74.07,America/Bogota,1701478819,2023-12-01 20:00 +1701558000,2023-12-02 18:00,11.5,52.8,0,0.7,1.1,99,E,1015.0,29.96,0.06,0.0,91,85,11.5,52.8,11.5,52.8,11.5,52.8,10.1,50.1,1,84,0,0,10.0,6.0,1.4,2.3,1.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/night/176.png,1063,Cota,Cundinamarca,Colombia,4.71,-74.07,America/Bogota,1701478819,2023-12-01 20:00 +1701561600,2023-12-02 19:00,10.6,51.1,0,2.5,4.0,92,E,1016.0,30.0,0.03,0.0,92,79,10.8,51.5,10.8,51.5,10.6,51.1,9.4,49.0,1,78,0,0,10.0,6.0,5.2,8.3,1.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/night/176.png,1063,Cota,Cundinamarca,Colombia,4.71,-74.07,America/Bogota,1701478819,2023-12-01 20:00 +1701565200,2023-12-02 20:00,10.4,50.7,0,3.1,5.0,103,ESE,1017.0,30.03,0.0,0.0,93,27,10.2,50.4,10.2,50.4,10.4,50.7,9.2,48.6,0,0,0,0,10.0,6.0,6.6,10.6,1.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/night/116.png,1003,Cota,Cundinamarca,Colombia,4.71,-74.07,America/Bogota,1701478819,2023-12-01 20:00 +1701568800,2023-12-02 21:00,10.3,50.5,0,3.4,5.4,104,ESE,1018.0,30.05,0.0,0.0,92,30,9.9,49.9,9.9,49.9,10.3,50.5,9.1,48.3,0,0,0,0,10.0,6.0,7.0,11.2,1.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/night/116.png,1003,Cota,Cundinamarca,Colombia,4.71,-74.07,America/Bogota,1701478819,2023-12-01 20:00 +1701572400,2023-12-02 22:00,9.5,49.1,0,3.4,5.4,101,ESE,1018.0,30.06,0.0,0.0,92,34,9.1,48.3,9.1,48.3,9.5,49.1,8.3,47.0,0,0,0,0,10.0,6.0,7.0,11.3,1.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/night/116.png,1003,Cota,Cundinamarca,Colombia,4.71,-74.07,America/Bogota,1701478819,2023-12-01 20:00 +1701576000,2023-12-02 23:00,9.6,49.4,0,3.4,5.4,98,E,1018.0,30.05,0.0,0.0,91,26,9.2,48.6,9.2,48.6,9.7,49.4,8.3,47.0,0,0,0,0,10.0,6.0,7.0,11.3,1.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/night/116.png,1003,Cota,Cundinamarca,Colombia,4.71,-74.07,America/Bogota,1701478819,2023-12-01 20:00 +1701579600,2023-12-03 00:00,9.8,49.6,0,2.9,4.7,94,E,1017.0,30.04,0.0,0.0,90,22,9.6,49.3,9.6,49.3,9.8,49.6,8.3,46.9,0,0,0,0,10.0,6.0,6.0,9.7,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Cota,Cundinamarca,Colombia,4.71,-74.07,America/Bogota,1701478819,2023-12-01 20:00 +1701583200,2023-12-03 01:00,9.3,48.7,0,2.5,4.0,93,E,1017.0,30.02,0.0,0.0,90,18,9.3,48.8,9.3,48.8,9.3,48.7,7.8,46.0,0,0,0,0,10.0,6.0,5.2,8.3,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Cota,Cundinamarca,Colombia,4.71,-74.07,America/Bogota,1701478819,2023-12-01 20:00 +1701586800,2023-12-03 02:00,8.9,48.0,0,2.2,3.6,81,E,1016.0,30.0,0.0,0.0,91,21,9.0,48.3,9.0,48.3,8.9,48.0,7.5,45.6,0,0,0,0,10.0,6.0,4.7,7.6,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Cota,Cundinamarca,Colombia,4.71,-74.07,America/Bogota,1701478819,2023-12-01 20:00 +1701590400,2023-12-03 03:00,8.1,46.5,0,2.9,4.7,68,ENE,1016.0,30.01,0.01,0.0,92,89,7.7,45.8,7.7,45.8,8.1,46.5,6.8,44.3,0,60,0,0,10.0,6.0,6.1,9.8,1.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/night/176.png,1063,Cota,Cundinamarca,Colombia,4.71,-74.07,America/Bogota,1701478819,2023-12-01 20:00 +1701594000,2023-12-03 04:00,7.4,45.3,0,3.4,5.4,64,ENE,1017.0,30.04,0.0,0.0,92,26,6.6,43.9,6.6,43.9,7.4,45.3,6.2,43.1,0,0,0,0,10.0,6.0,7.0,11.3,1.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/night/116.png,1003,Cota,Cundinamarca,Colombia,4.71,-74.07,America/Bogota,1701478819,2023-12-01 20:00 +1701597600,2023-12-03 05:00,6.8,44.3,0,3.6,5.8,66,ENE,1018.0,30.07,0.0,0.0,92,29,5.9,42.6,5.9,42.6,6.8,44.3,5.7,42.3,0,0,0,0,10.0,6.0,7.5,12.1,1.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/night/116.png,1003,Cota,Cundinamarca,Colombia,4.71,-74.07,America/Bogota,1701478819,2023-12-01 20:00 +1701601200,2023-12-03 06:00,6.4,43.6,1,3.8,6.1,67,ENE,1019.0,30.09,0.0,0.0,93,31,5.3,41.6,5.3,41.6,6.4,43.6,5.5,41.8,0,0,0,0,10.0,6.0,8.0,12.9,3.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/day/116.png,1003,Cota,Cundinamarca,Colombia,4.71,-74.07,America/Bogota,1701478819,2023-12-01 20:00 +1701604800,2023-12-03 07:00,11.4,52.4,1,3.1,5.0,64,ENE,1019.0,30.09,0.0,0.0,87,46,11.3,52.3,11.3,52.3,11.4,52.4,9.3,48.8,0,0,0,0,10.0,6.0,4.3,6.9,4.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/day/116.png,1003,Cota,Cundinamarca,Colombia,4.71,-74.07,America/Bogota,1701478819,2023-12-01 20:00 +1701608400,2023-12-03 08:00,14.8,58.7,1,1.6,2.5,65,ENE,1018.0,30.06,0.0,0.0,73,12,14.9,58.7,14.9,58.7,14.9,58.7,10.0,50.0,0,0,0,0,10.0,6.0,1.8,2.9,4.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Cota,Cundinamarca,Colombia,4.71,-74.07,America/Bogota,1701478819,2023-12-01 20:00 +1701612000,2023-12-03 09:00,17.8,64.0,1,0.7,1.1,248,WSW,1017.0,30.04,0.0,0.0,56,10,17.8,64.0,17.8,64.0,17.8,64.0,9.0,48.2,0,0,0,0,10.0,6.0,0.8,1.3,5.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Cota,Cundinamarca,Colombia,4.71,-74.07,America/Bogota,1701478819,2023-12-01 20:00 +1701615600,2023-12-03 10:00,19.8,67.6,1,2.5,4.0,263,W,1016.0,30.01,0.01,0.0,47,71,19.8,67.6,19.8,67.6,19.8,67.6,8.3,46.9,1,83,0,0,10.0,6.0,2.8,4.6,4.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/day/176.png,1063,Cota,Cundinamarca,Colombia,4.71,-74.07,America/Bogota,1701478819,2023-12-01 20:00 +1701619200,2023-12-03 11:00,20.7,69.3,1,3.8,6.1,264,W,1015.0,29.96,0.02,0.0,43,72,20.8,69.4,20.8,69.4,20.8,69.4,7.9,46.2,0,60,0,0,10.0,6.0,4.4,7.1,5.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/day/176.png,1063,Cota,Cundinamarca,Colombia,4.71,-74.07,America/Bogota,1701478819,2023-12-01 20:00 +1701622800,2023-12-03 12:00,21.3,70.4,1,5.1,8.3,265,W,1013.0,29.91,0.05,0.0,43,88,21.3,70.4,21.3,70.4,24.0,75.3,8.3,46.9,0,65,0,0,10.0,6.0,5.9,9.5,5.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/day/176.png,1063,Cota,Cundinamarca,Colombia,4.71,-74.07,America/Bogota,1701478819,2023-12-01 20:00 +1701626400,2023-12-03 13:00,21.3,70.4,1,6.5,10.4,267,W,1012.0,29.88,0.04,0.0,46,71,21.3,70.4,21.3,70.4,24.2,75.5,9.4,48.9,1,85,0,0,10.0,6.0,7.5,12.0,5.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/day/176.png,1063,Cota,Cundinamarca,Colombia,4.71,-74.07,America/Bogota,1701478819,2023-12-01 20:00 +1701630000,2023-12-03 14:00,20.5,68.9,1,6.9,11.2,268,W,1011.0,29.85,0.13,0.01,54,85,20.5,68.9,20.5,68.9,20.5,68.9,10.9,51.5,1,80,0,0,10.0,6.0,8.0,12.9,5.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/day/176.png,1063,Cota,Cundinamarca,Colombia,4.71,-74.07,America/Bogota,1701478819,2023-12-01 20:00 +1701633600,2023-12-03 15:00,19.0,66.2,1,6.3,10.1,259,W,1011.0,29.86,0.17,0.01,64,81,19.0,66.2,19.0,66.2,19.0,66.2,12.1,53.7,1,81,0,0,9.0,5.0,7.4,11.9,4.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/day/176.png,1063,Cota,Cundinamarca,Colombia,4.71,-74.07,America/Bogota,1701478819,2023-12-01 20:00 +1701637200,2023-12-03 16:00,17.2,62.9,1,4.5,7.2,243,WSW,1012.0,29.89,0.42,0.02,76,72,17.2,62.9,17.2,62.9,17.2,62.9,13.0,55.4,1,80,0,0,9.0,5.0,5.5,8.8,4.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/day/176.png,1063,Cota,Cundinamarca,Colombia,4.71,-74.07,America/Bogota,1701478819,2023-12-01 20:00 +1701640800,2023-12-03 17:00,15.6,60.1,1,2.7,4.3,214,SW,1013.0,29.92,0.74,0.03,87,75,15.6,60.1,15.6,60.1,15.6,60.1,13.4,56.1,1,80,0,0,9.0,5.0,3.5,5.6,4.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/day/176.png,1063,Cota,Cundinamarca,Colombia,4.71,-74.07,America/Bogota,1701478819,2023-12-01 20:00 +1701644400,2023-12-03 18:00,13.6,56.5,0,1.3,2.2,156,SSE,1015.0,29.96,0.45,0.02,93,81,13.6,56.5,13.6,56.5,13.6,56.5,12.4,54.4,1,80,0,0,9.0,5.0,2.0,3.2,1.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/night/176.png,1063,Cota,Cundinamarca,Colombia,4.71,-74.07,America/Bogota,1701478819,2023-12-01 20:00 +1701648000,2023-12-03 19:00,12.5,54.5,0,2.9,4.7,104,ESE,1016.0,30.0,0.1,0.0,93,74,12.7,54.8,12.7,54.8,12.5,54.5,11.3,52.4,0,67,0,0,10.0,6.0,4.8,7.7,1.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/night/176.png,1063,Cota,Cundinamarca,Colombia,4.71,-74.07,America/Bogota,1701478819,2023-12-01 20:00 +1701651600,2023-12-03 20:00,11.8,53.2,0,3.4,5.4,101,ESE,1017.0,30.04,0.02,0.0,93,80,11.6,53.0,11.6,53.0,11.8,53.2,10.7,51.2,0,63,0,0,10.0,6.0,5.7,9.1,1.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/night/176.png,1063,Cota,Cundinamarca,Colombia,4.71,-74.07,America/Bogota,1701478819,2023-12-01 20:00 +1701655200,2023-12-03 21:00,11.1,51.9,0,3.8,6.1,100,E,1018.0,30.07,0.0,0.0,93,35,10.7,51.2,10.7,51.2,11.1,51.9,10.0,50.1,0,0,0,0,10.0,6.0,6.7,10.7,1.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/night/116.png,1003,Cota,Cundinamarca,Colombia,4.71,-74.07,America/Bogota,1701478819,2023-12-01 20:00 +1701658800,2023-12-03 22:00,10.3,50.6,0,3.8,6.1,100,E,1019.0,30.08,0.0,0.0,93,33,9.8,49.6,9.8,49.6,10.3,50.6,9.2,48.6,0,0,0,0,10.0,6.0,7.0,11.2,1.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/night/116.png,1003,Cota,Cundinamarca,Colombia,4.71,-74.07,America/Bogota,1701478819,2023-12-01 20:00 +1701662400,2023-12-03 23:00,10.1,50.2,0,3.6,5.8,101,ESE,1018.0,30.07,0.0,0.0,92,25,9.7,49.4,9.7,49.4,10.1,50.2,8.9,47.9,0,0,0,0,10.0,6.0,6.4,10.3,1.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/night/116.png,1003,Cota,Cundinamarca,Colombia,4.71,-74.07,America/Bogota,1701478819,2023-12-01 20:00 +1701475200,2023-12-02 00:00,0.6,33.1,0,3.6,5.8,345,NNW,1012.0,29.89,0.0,0.0,84,8,-1.2,29.8,-1.2,29.8,0.6,33.1,-1.8,28.8,0,0,0,0,10.0,6.0,6.1,9.8,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,London,"City of London, Greater London",United Kingdom,51.51,-0.13,Europe/London,1701478820,2023-12-02 1:00 +1701478800,2023-12-02 01:00,0.0,32.0,0,5.6,9.0,10,N,1012.0,29.88,0.0,0.0,93,100,-1.3,29.7,-1.3,29.7,0.4,32.8,-1.9,28.5,0,0,0,0,10.0,6.0,5.7,9.2,1.0,Overcast,//cdn.weatherapi.com/weather/64x64/night/122.png,1009,London,"City of London, Greater London",United Kingdom,51.51,-0.13,Europe/London,1701478820,2023-12-02 1:00 +1701482400,2023-12-02 02:00,0.3,32.6,0,3.6,5.8,327,NNW,1013.0,29.91,0.0,0.0,84,13,-1.6,29.2,-1.6,29.2,0.3,32.6,-2.0,28.4,0,0,0,0,10.0,6.0,6.1,9.8,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,London,"City of London, Greater London",United Kingdom,51.51,-0.13,Europe/London,1701478820,2023-12-02 1:00 +1701486000,2023-12-02 03:00,0.2,32.4,0,3.6,5.8,324,NW,1013.0,29.92,0.0,0.0,85,17,-1.7,29.0,-1.7,29.0,0.2,32.4,-2.0,28.3,0,0,0,0,10.0,6.0,6.0,9.7,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,London,"City of London, Greater London",United Kingdom,51.51,-0.13,Europe/London,1701478820,2023-12-02 1:00 +1701489600,2023-12-02 04:00,0.2,32.3,0,3.6,5.8,321,NW,1014.0,29.93,0.0,0.0,84,14,-1.7,28.9,-1.7,28.9,0.2,32.3,-2.1,28.2,0,0,0,0,10.0,6.0,6.0,9.7,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,London,"City of London, Greater London",United Kingdom,51.51,-0.13,Europe/London,1701478820,2023-12-02 1:00 +1701493200,2023-12-02 05:00,0.1,32.1,0,3.4,5.4,320,NW,1014.0,29.94,0.0,0.0,84,10,-1.7,29.0,-1.7,29.0,0.1,32.1,-2.3,27.8,0,0,0,0,10.0,6.0,5.7,9.1,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,London,"City of London, Greater London",United Kingdom,51.51,-0.13,Europe/London,1701478820,2023-12-02 1:00 +1701496800,2023-12-02 06:00,0.0,32.0,0,3.1,5.0,317,NW,1014.0,29.95,0.0,0.0,82,7,-1.6,29.1,-1.6,29.1,0.0,32.0,-2.7,27.2,0,0,0,0,10.0,6.0,5.3,8.5,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,London,"City of London, Greater London",United Kingdom,51.51,-0.13,Europe/London,1701478820,2023-12-02 1:00 +1701500400,2023-12-02 07:00,-0.0,32.0,0,3.1,5.0,306,NW,1015.0,29.96,0.0,0.0,80,5,-1.6,29.1,-1.6,29.1,-0.0,32.0,-3.0,26.6,0,0,0,0,10.0,6.0,5.3,8.5,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,London,"City of London, Greater London",United Kingdom,51.51,-0.13,Europe/London,1701478820,2023-12-02 1:00 +1701504000,2023-12-02 08:00,-0.0,32.0,1,2.9,4.7,305,NW,1015.0,29.98,0.0,0.0,79,3,-1.4,29.4,-1.4,29.4,0.0,32.0,-3.2,26.2,0,0,0,0,10.0,6.0,4.9,7.9,2.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,London,"City of London, Greater London",United Kingdom,51.51,-0.13,Europe/London,1701478820,2023-12-02 1:00 +1701507600,2023-12-02 09:00,0.6,33.0,1,2.5,4.0,296,WNW,1016.0,30.0,0.0,0.0,75,2,-0.4,31.2,-0.4,31.2,0.6,33.0,-3.3,26.1,0,0,0,0,10.0,6.0,3.8,6.2,2.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,London,"City of London, Greater London",United Kingdom,51.51,-0.13,Europe/London,1701478820,2023-12-02 1:00 +1701511200,2023-12-02 10:00,1.4,34.6,1,3.1,5.0,294,WNW,1016.0,30.01,0.0,0.0,70,3,0.0,32.0,0.0,32.0,1.4,34.6,-3.4,25.9,0,0,0,0,10.0,6.0,4.4,7.1,2.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,London,"City of London, Greater London",United Kingdom,51.51,-0.13,Europe/London,1701478820,2023-12-02 1:00 +1701514800,2023-12-02 11:00,2.3,36.1,1,3.6,5.8,285,WNW,1017.0,30.02,0.0,0.0,66,3,0.7,33.2,0.7,33.2,2.3,36.1,-3.5,25.8,0,0,0,0,10.0,6.0,4.7,7.6,2.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,London,"City of London, Greater London",United Kingdom,51.51,-0.13,Europe/London,1701478820,2023-12-02 1:00 +1701518400,2023-12-02 12:00,3.0,37.4,1,3.8,6.1,284,WNW,1016.0,30.01,0.0,0.0,62,3,1.4,34.4,1.4,34.4,3.0,37.4,-3.5,25.6,0,0,0,0,10.0,6.0,4.9,8.0,2.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,London,"City of London, Greater London",United Kingdom,51.51,-0.13,Europe/London,1701478820,2023-12-02 1:00 +1701522000,2023-12-02 13:00,3.5,38.2,1,3.8,6.1,277,W,1016.0,30.01,0.0,0.0,59,3,1.9,35.4,1.9,35.4,3.5,38.2,-3.7,25.4,0,0,0,0,10.0,6.0,5.0,8.0,2.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,London,"City of London, Greater London",United Kingdom,51.51,-0.13,Europe/London,1701478820,2023-12-02 1:00 +1701525600,2023-12-02 14:00,3.6,38.4,1,3.6,5.8,265,W,1016.0,30.01,0.0,0.0,58,3,2.2,35.9,2.2,35.9,3.6,38.4,-3.8,25.2,0,0,0,0,10.0,6.0,4.8,7.8,2.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,London,"City of London, Greater London",United Kingdom,51.51,-0.13,Europe/London,1701478820,2023-12-02 1:00 +1701529200,2023-12-02 15:00,3.1,37.6,1,3.1,5.0,247,WSW,1017.0,30.02,0.0,0.0,61,4,1.9,35.5,1.9,35.5,3.1,37.6,-3.7,25.3,0,0,0,0,10.0,6.0,4.6,7.4,2.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,London,"City of London, Greater London",United Kingdom,51.51,-0.13,Europe/London,1701478820,2023-12-02 1:00 +1701532800,2023-12-02 16:00,2.2,36.0,0,3.6,5.8,226,SW,1017.0,30.03,0.0,0.0,65,4,0.6,33.2,0.6,33.2,2.2,36.0,-3.7,25.4,0,0,0,0,10.0,6.0,5.9,9.5,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,London,"City of London, Greater London",United Kingdom,51.51,-0.13,Europe/London,1701478820,2023-12-02 1:00 +1701536400,2023-12-02 17:00,1.9,35.3,0,3.6,5.8,211,SSW,1017.0,30.04,0.0,0.0,67,3,0.2,32.4,0.2,32.4,1.9,35.3,-3.6,25.6,0,0,0,0,10.0,6.0,6.1,9.8,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,London,"City of London, Greater London",United Kingdom,51.51,-0.13,Europe/London,1701478820,2023-12-02 1:00 +1701540000,2023-12-02 18:00,1.6,34.8,0,3.8,6.1,202,SSW,1018.0,30.05,0.0,0.0,69,2,-0.3,31.5,-0.3,31.5,1.6,34.8,-3.4,25.8,0,0,0,0,10.0,6.0,6.6,10.7,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,London,"City of London, Greater London",United Kingdom,51.51,-0.13,Europe/London,1701478820,2023-12-02 1:00 +1701543600,2023-12-02 19:00,1.3,34.3,0,3.8,6.1,199,SSW,1018.0,30.05,0.0,0.0,71,2,-0.6,31.0,-0.6,31.0,1.3,34.3,-3.3,26.0,0,0,0,0,10.0,6.0,6.7,10.8,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,London,"City of London, Greater London",United Kingdom,51.51,-0.13,Europe/London,1701478820,2023-12-02 1:00 +1701547200,2023-12-02 20:00,1.1,33.9,0,4.0,6.5,188,S,1018.0,30.05,0.0,0.0,72,2,-1.0,30.2,-1.0,30.2,1.1,33.9,-3.3,26.0,0,0,0,0,10.0,6.0,7.2,11.5,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,London,"City of London, Greater London",United Kingdom,51.51,-0.13,Europe/London,1701478820,2023-12-02 1:00 +1701550800,2023-12-02 21:00,0.9,33.6,0,4.3,6.8,173,S,1018.0,30.05,0.0,0.0,73,2,-1.3,29.6,-1.3,29.6,0.9,33.6,-3.4,26.0,0,0,0,0,10.0,6.0,7.7,12.5,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,London,"City of London, Greater London",United Kingdom,51.51,-0.13,Europe/London,1701478820,2023-12-02 1:00 +1701554400,2023-12-02 22:00,0.7,33.3,0,3.8,6.1,162,SSE,1017.0,30.04,0.0,0.0,74,5,-1.2,29.8,-1.2,29.8,0.7,33.3,-3.4,26.0,0,0,0,0,10.0,6.0,7.2,11.6,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,London,"City of London, Greater London",United Kingdom,51.51,-0.13,Europe/London,1701478820,2023-12-02 1:00 +1701558000,2023-12-02 23:00,0.7,33.2,0,2.9,4.7,157,SSE,1017.0,30.04,0.0,0.0,75,46,-0.7,30.8,-0.7,30.8,0.7,33.2,-3.2,26.2,0,0,0,0,10.0,6.0,5.6,9.1,1.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/night/116.png,1003,London,"City of London, Greater London",United Kingdom,51.51,-0.13,Europe/London,1701478820,2023-12-02 1:00 +1701561600,2023-12-03 00:00,0.7,33.3,0,4.7,7.6,125,SE,1017.0,30.02,0.0,0.0,75,98,-1.7,28.9,-1.7,28.9,0.8,33.4,-3.1,26.4,0,0,0,0,10.0,6.0,9.3,15.0,1.0,Overcast,//cdn.weatherapi.com/weather/64x64/night/122.png,1009,London,"City of London, Greater London",United Kingdom,51.51,-0.13,Europe/London,1701478820,2023-12-02 1:00 +1701565200,2023-12-03 01:00,0.9,33.7,0,5.8,9.4,140,SE,1016.0,29.99,0.0,0.0,76,73,-2.1,28.3,-2.1,28.3,0.9,33.7,-2.9,26.8,0,0,0,0,10.0,6.0,11.7,18.8,1.0,Cloudy,//cdn.weatherapi.com/weather/64x64/night/119.png,1006,London,"City of London, Greater London",United Kingdom,51.51,-0.13,Europe/London,1701478820,2023-12-02 1:00 +1701568800,2023-12-03 02:00,1.5,34.8,0,6.9,11.2,158,SSE,1015.0,29.98,0.0,0.0,77,100,-1.7,28.9,-1.7,28.9,1.6,34.8,-2.0,28.5,0,0,0,0,10.0,6.0,13.7,22.0,1.0,Overcast,//cdn.weatherapi.com/weather/64x64/night/122.png,1009,London,"City of London, Greater London",United Kingdom,51.51,-0.13,Europe/London,1701478820,2023-12-02 1:00 +1701572400,2023-12-03 03:00,2.4,36.3,0,8.1,13.0,166,SSE,1015.0,29.96,0.0,0.0,75,100,-1.1,30.0,-1.1,30.0,2.4,36.2,-1.5,29.3,0,0,0,0,10.0,6.0,15.1,24.2,1.0,Overcast,//cdn.weatherapi.com/weather/64x64/night/122.png,1009,London,"City of London, Greater London",United Kingdom,51.51,-0.13,Europe/London,1701478820,2023-12-02 1:00 +1701576000,2023-12-03 04:00,3.6,38.4,0,9.4,15.1,173,S,1014.0,29.94,0.04,0.0,67,100,-0.0,31.9,-0.0,31.9,3.6,38.4,-1.9,28.6,0,66,0,0,10.0,6.0,16.0,25.8,1.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/night/176.png,1063,London,"City of London, Greater London",United Kingdom,51.51,-0.13,Europe/London,1701478820,2023-12-02 1:00 +1701579600,2023-12-03 05:00,3.9,39.0,0,9.8,15.8,175,S,1013.0,29.92,0.61,0.02,77,100,0.3,32.5,0.3,32.5,3.9,39.0,0.2,32.3,0,58,0,0,2.0,1.0,16.1,25.9,1.0,Light drizzle,//cdn.weatherapi.com/weather/64x64/night/266.png,1153,London,"City of London, Greater London",United Kingdom,51.51,-0.13,Europe/London,1701478820,2023-12-02 1:00 +1701583200,2023-12-03 06:00,3.8,38.8,0,12.5,20.2,174,S,1013.0,29.9,1.48,0.06,90,100,-0.5,31.1,-0.5,31.1,3.8,38.8,2.3,36.1,0,68,0,0,9.0,5.0,18.9,30.5,1.0,Light rain,//cdn.weatherapi.com/weather/64x64/night/296.png,1183,London,"City of London, Greater London",United Kingdom,51.51,-0.13,Europe/London,1701478820,2023-12-02 1:00 +1701586800,2023-12-03 07:00,4.2,39.5,0,12.1,19.4,172,S,1012.0,29.88,0.11,0.0,94,100,0.1,32.1,0.1,32.1,4.2,39.5,3.4,38.0,1,85,0,0,10.0,6.0,18.7,30.0,1.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/night/176.png,1063,London,"City of London, Greater London",United Kingdom,51.51,-0.13,Europe/London,1701478820,2023-12-02 1:00 +1701590400,2023-12-03 08:00,5.0,40.9,1,11.4,18.4,174,S,1012.0,29.87,0.02,0.0,94,100,1.2,34.2,1.2,34.2,5.0,40.9,4.1,39.3,0,62,0,0,10.0,6.0,18.0,29.0,1.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/day/176.png,1063,London,"City of London, Greater London",United Kingdom,51.51,-0.13,Europe/London,1701478820,2023-12-02 1:00 +1701594000,2023-12-03 09:00,5.4,41.8,1,9.6,15.5,162,SSE,1011.0,29.85,0.09,0.0,95,100,2.2,36.0,2.2,36.0,5.4,41.8,4.7,40.5,0,51,0,0,10.0,6.0,15.5,24.9,2.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/day/176.png,1063,London,"City of London, Greater London",United Kingdom,51.51,-0.13,Europe/London,1701478820,2023-12-02 1:00 +1701597600,2023-12-03 10:00,6.1,43.0,1,6.7,10.8,171,S,1010.0,29.84,0.05,0.0,93,82,3.8,38.9,3.8,38.9,6.1,43.0,5.1,41.1,1,71,0,0,10.0,6.0,11.6,18.7,2.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/day/176.png,1063,London,"City of London, Greater London",United Kingdom,51.51,-0.13,Europe/London,1701478820,2023-12-02 1:00 +1701601200,2023-12-03 11:00,7.0,44.7,1,7.6,12.2,192,SSW,1010.0,29.83,0.01,0.0,88,100,4.7,40.4,4.7,40.4,7.0,44.7,5.2,41.4,1,81,0,0,10.0,6.0,12.3,19.8,2.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/day/176.png,1063,London,"City of London, Greater London",United Kingdom,51.51,-0.13,Europe/London,1701478820,2023-12-02 1:00 +1701604800,2023-12-03 12:00,7.4,45.3,1,7.4,11.9,200,SSW,1010.0,29.81,0.01,0.0,88,100,5.2,41.3,5.2,41.3,7.4,45.3,5.5,41.9,1,86,0,0,10.0,6.0,11.6,18.6,2.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/day/176.png,1063,London,"City of London, Greater London",United Kingdom,51.51,-0.13,Europe/London,1701478820,2023-12-02 1:00 +1701608400,2023-12-03 13:00,7.6,45.7,1,7.8,12.6,192,SSW,1009.0,29.79,0.01,0.0,88,100,5.3,41.6,5.3,41.6,7.6,45.7,5.7,42.3,1,72,0,0,10.0,6.0,12.5,20.2,2.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/day/176.png,1063,London,"City of London, Greater London",United Kingdom,51.51,-0.13,Europe/London,1701478820,2023-12-02 1:00 +1701612000,2023-12-03 14:00,7.8,46.0,1,9.4,15.1,197,SSW,1008.0,29.78,0.13,0.01,87,93,5.2,41.3,5.2,41.3,7.8,46.0,5.7,42.2,0,70,0,0,10.0,6.0,15.4,24.8,2.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/day/176.png,1063,London,"City of London, Greater London",United Kingdom,51.51,-0.13,Europe/London,1701478820,2023-12-02 1:00 +1701615600,2023-12-03 15:00,8.2,46.8,1,10.3,16.6,215,SW,1008.0,29.77,0.0,0.0,80,100,5.5,41.9,5.5,41.9,8.2,46.8,5.1,41.1,0,0,0,0,10.0,6.0,16.9,27.3,2.0,Overcast,//cdn.weatherapi.com/weather/64x64/day/122.png,1009,London,"City of London, Greater London",United Kingdom,51.51,-0.13,Europe/London,1701478820,2023-12-02 1:00 +1701619200,2023-12-03 16:00,7.8,46.1,0,9.4,15.1,218,SW,1008.0,29.77,0.18,0.01,82,100,5.2,41.4,5.2,41.4,7.8,46.1,4.9,40.8,0,69,0,0,2.0,1.0,15.5,25.0,1.0,Light drizzle,//cdn.weatherapi.com/weather/64x64/night/266.png,1153,London,"City of London, Greater London",United Kingdom,51.51,-0.13,Europe/London,1701478820,2023-12-02 1:00 +1701622800,2023-12-03 17:00,7.2,44.9,0,8.1,13.0,203,SSW,1008.0,29.76,0.28,0.01,91,100,4.7,40.5,4.7,40.5,7.2,44.9,5.8,42.4,1,84,0,0,10.0,6.0,12.8,20.6,1.0,Light rain shower,//cdn.weatherapi.com/weather/64x64/night/353.png,1240,London,"City of London, Greater London",United Kingdom,51.51,-0.13,Europe/London,1701478820,2023-12-02 1:00 +1701626400,2023-12-03 18:00,7.3,45.2,0,7.8,12.6,196,SSW,1008.0,29.75,0.41,0.02,92,100,5.0,41.0,5.0,41.0,7.4,45.2,6.2,43.1,1,76,0,0,2.0,1.0,12.8,20.5,1.0,Light drizzle,//cdn.weatherapi.com/weather/64x64/night/266.png,1153,London,"City of London, Greater London",United Kingdom,51.51,-0.13,Europe/London,1701478820,2023-12-02 1:00 +1701630000,2023-12-03 19:00,7.8,46.1,0,10.7,17.3,204,SSW,1007.0,29.74,1.05,0.04,88,100,5.0,40.9,5.0,40.9,7.8,46.1,5.9,42.7,1,73,0,0,9.0,5.0,17.1,27.5,1.0,Light rain,//cdn.weatherapi.com/weather/64x64/night/296.png,1183,London,"City of London, Greater London",United Kingdom,51.51,-0.13,Europe/London,1701478820,2023-12-02 1:00 +1701633600,2023-12-03 20:00,7.9,46.3,0,10.7,17.3,201,SSW,1006.0,29.72,0.38,0.01,88,100,5.1,41.1,5.1,41.1,7.9,46.3,6.1,42.9,0,65,0,0,2.0,1.0,16.8,27.0,1.0,Light drizzle,//cdn.weatherapi.com/weather/64x64/night/266.png,1153,London,"City of London, Greater London",United Kingdom,51.51,-0.13,Europe/London,1701478820,2023-12-02 1:00 +1701637200,2023-12-03 21:00,7.9,46.3,0,11.2,18.0,195,SSW,1006.0,29.71,0.13,0.01,87,100,5.0,41.0,5.0,41.0,7.9,46.3,6.0,42.7,1,75,0,0,10.0,6.0,17.5,28.1,1.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/night/176.png,1063,London,"City of London, Greater London",United Kingdom,51.51,-0.13,Europe/London,1701478820,2023-12-02 1:00 +1701640800,2023-12-03 22:00,7.9,46.2,0,11.0,17.6,194,SSW,1005.0,29.69,0.05,0.0,86,100,5.0,41.0,5.0,41.0,7.9,46.2,5.8,42.4,1,86,0,0,10.0,6.0,17.5,28.1,1.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/night/176.png,1063,London,"City of London, Greater London",United Kingdom,51.51,-0.13,Europe/London,1701478820,2023-12-02 1:00 +1701644400,2023-12-03 23:00,7.9,46.3,0,10.1,16.2,189,S,1005.0,29.67,0.12,0.0,86,100,5.2,41.3,5.2,41.3,7.9,46.3,5.8,42.4,0,56,0,0,10.0,6.0,16.2,26.1,1.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/night/176.png,1063,London,"City of London, Greater London",United Kingdom,51.51,-0.13,Europe/London,1701478820,2023-12-02 1:00 +1701648000,2023-12-04 00:00,7.9,46.2,0,12.5,20.2,180,S,1003.0,29.63,1.26,0.05,90,100,4.7,40.4,4.7,40.4,7.9,46.2,6.3,43.3,1,79,0,0,9.0,5.0,19.0,30.6,1.0,Light rain,//cdn.weatherapi.com/weather/64x64/night/296.png,1183,London,"City of London, Greater London",United Kingdom,51.51,-0.13,Europe/London,1701478820,2023-12-02 1:00 +1701651600,2023-12-04 01:00,7.4,45.4,0,14.8,23.8,174,S,1002.0,29.59,1.16,0.05,89,100,3.8,38.8,3.8,38.8,7.4,45.4,5.8,42.4,1,79,0,0,9.0,5.0,21.5,34.6,1.0,Light rain,//cdn.weatherapi.com/weather/64x64/night/296.png,1183,London,"City of London, Greater London",United Kingdom,51.51,-0.13,Europe/London,1701478820,2023-12-02 1:00 +1701655200,2023-12-04 02:00,6.6,43.9,0,14.3,23.0,163,SSE,1001.0,29.56,2.5,0.1,89,100,2.8,37.0,2.8,37.0,6.6,43.9,5.0,41.0,1,78,0,0,9.0,5.0,20.4,32.8,1.0,Light rain,//cdn.weatherapi.com/weather/64x64/night/296.png,1183,London,"City of London, Greater London",United Kingdom,51.51,-0.13,Europe/London,1701478820,2023-12-02 1:00 +1701658800,2023-12-04 03:00,6.3,43.3,0,13.9,22.3,157,SSE,1000.0,29.52,1.61,0.06,90,100,2.4,36.4,2.4,36.4,6.3,43.3,4.8,40.6,1,78,0,0,9.0,5.0,19.8,31.8,1.0,Light rain,//cdn.weatherapi.com/weather/64x64/night/296.png,1183,London,"City of London, Greater London",United Kingdom,51.51,-0.13,Europe/London,1701478820,2023-12-02 1:00 +1701662400,2023-12-04 04:00,6.3,43.3,0,15.4,24.8,161,SSE,998.0,29.48,0.37,0.01,90,100,2.2,35.9,2.2,35.9,6.3,43.3,4.8,40.6,1,78,0,0,2.0,1.0,22.1,35.6,1.0,Light drizzle,//cdn.weatherapi.com/weather/64x64/night/266.png,1153,London,"City of London, Greater London",United Kingdom,51.51,-0.13,Europe/London,1701478820,2023-12-02 1:00 +1701666000,2023-12-04 05:00,6.6,43.8,0,15.0,24.1,163,SSE,997.0,29.45,0.08,0.0,91,100,2.6,36.7,2.6,36.7,6.6,43.8,5.2,41.4,0,59,0,0,10.0,6.0,21.5,34.6,1.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/night/176.png,1063,London,"City of London, Greater London",United Kingdom,51.51,-0.13,Europe/London,1701478820,2023-12-02 1:00 +1701669600,2023-12-04 06:00,7.0,44.5,0,15.4,24.8,169,S,997.0,29.43,0.04,0.0,90,100,3.1,37.5,3.1,37.5,7.0,44.5,5.5,41.9,0,58,0,0,10.0,6.0,22.5,36.2,1.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/night/176.png,1063,London,"City of London, Greater London",United Kingdom,51.51,-0.13,Europe/London,1701478820,2023-12-02 1:00 +1701673200,2023-12-04 07:00,6.5,43.8,0,14.3,23.0,153,SSE,996.0,29.4,0.03,0.0,90,100,2.7,36.8,2.7,36.8,6.5,43.8,5.0,41.0,0,58,0,0,10.0,6.0,20.9,33.7,1.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/night/176.png,1063,London,"City of London, Greater London",United Kingdom,51.51,-0.13,Europe/London,1701478820,2023-12-02 1:00 +1701676800,2023-12-04 08:00,7.2,44.9,1,12.3,19.8,160,SSE,995.0,29.38,0.09,0.0,94,100,3.9,38.9,3.9,38.9,7.2,44.9,6.3,43.4,0,63,0,0,10.0,6.0,18.8,30.2,2.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/day/176.png,1063,London,"City of London, Greater London",United Kingdom,51.51,-0.13,Europe/London,1701478820,2023-12-02 1:00 +1701680400,2023-12-04 09:00,7.5,45.5,1,11.0,17.6,150,SSE,995.0,29.37,0.29,0.01,93,100,4.5,40.1,4.5,40.1,7.5,45.5,6.5,43.7,0,69,0,0,2.0,1.0,16.6,26.8,2.0,Light drizzle,//cdn.weatherapi.com/weather/64x64/day/266.png,1153,London,"City of London, Greater London",United Kingdom,51.51,-0.13,Europe/London,1701478820,2023-12-02 1:00 +1701684000,2023-12-04 10:00,7.6,45.6,1,11.0,17.6,149,SSE,994.0,29.36,0.78,0.03,94,100,4.6,40.3,4.6,40.3,7.6,45.6,6.8,44.2,1,76,0,0,9.0,5.0,16.7,26.8,2.0,Light rain,//cdn.weatherapi.com/weather/64x64/day/296.png,1183,London,"City of London, Greater London",United Kingdom,51.51,-0.13,Europe/London,1701478820,2023-12-02 1:00 +1701687600,2023-12-04 11:00,7.7,45.8,1,9.6,15.5,153,SSE,994.0,29.35,0.12,0.0,94,100,5.0,40.9,5.0,40.9,7.7,45.8,6.7,44.1,1,75,0,0,10.0,6.0,14.6,23.4,2.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/day/176.png,1063,London,"City of London, Greater London",United Kingdom,51.51,-0.13,Europe/London,1701478820,2023-12-02 1:00 +1701691200,2023-12-04 12:00,7.7,45.9,1,8.9,14.4,138,SE,993.0,29.31,1.66,0.07,95,100,5.2,41.4,5.2,41.4,7.8,46.0,7.0,44.7,1,75,0,0,9.0,5.0,13.4,21.6,2.0,Light rain,//cdn.weatherapi.com/weather/64x64/day/296.png,1183,London,"City of London, Greater London",United Kingdom,51.51,-0.13,Europe/London,1701478820,2023-12-02 1:00 +1701694800,2023-12-04 13:00,7.8,46.1,1,8.3,13.3,146,SSE,992.0,29.29,0.65,0.03,94,100,5.5,41.9,5.5,41.9,7.8,46.1,6.9,44.5,1,75,0,0,2.0,1.0,12.4,20.0,2.0,Light drizzle,//cdn.weatherapi.com/weather/64x64/day/266.png,1153,London,"City of London, Greater London",United Kingdom,51.51,-0.13,Europe/London,1701478820,2023-12-02 1:00 +1701698400,2023-12-04 14:00,7.3,45.2,1,2.9,4.7,181,S,991.0,29.27,2.32,0.09,96,100,6.9,44.3,6.9,44.3,7.3,45.2,6.7,44.1,1,74,0,0,9.0,5.0,4.3,6.8,2.0,Light rain,//cdn.weatherapi.com/weather/64x64/day/296.png,1183,London,"City of London, Greater London",United Kingdom,51.51,-0.13,Europe/London,1701478820,2023-12-02 1:00 +1701702000,2023-12-04 15:00,5.9,42.5,1,8.7,14.0,297,WNW,992.0,29.29,2.63,0.1,94,100,3.0,37.3,3.0,37.3,5.9,42.5,5.0,41.0,1,74,0,0,7.0,4.0,12.1,19.4,2.0,Moderate rain,//cdn.weatherapi.com/weather/64x64/day/302.png,1189,London,"City of London, Greater London",United Kingdom,51.51,-0.13,Europe/London,1701478820,2023-12-02 1:00 +1701705600,2023-12-04 16:00,3.5,38.3,0,16.1,25.9,315,NW,994.0,29.34,1.65,0.06,93,100,-1.5,29.3,-1.5,29.3,3.5,38.3,2.5,36.6,1,74,0,0,9.0,5.0,21.0,33.8,1.0,Light rain,//cdn.weatherapi.com/weather/64x64/night/296.png,1183,London,"City of London, Greater London",United Kingdom,51.51,-0.13,Europe/London,1701478820,2023-12-02 1:00 +1701709200,2023-12-04 17:00,3.0,37.3,0,15.4,24.8,313,NW,995.0,29.39,0.5,0.02,95,100,-2.1,28.3,-2.1,28.3,3.0,37.3,2.2,35.9,1,73,0,0,2.0,1.0,20.8,33.5,1.0,Light drizzle,//cdn.weatherapi.com/weather/64x64/night/266.png,1153,London,"City of London, Greater London",United Kingdom,51.51,-0.13,Europe/London,1701478820,2023-12-02 1:00 +1701712800,2023-12-04 18:00,3.2,37.7,0,15.4,24.8,307,NW,997.0,29.43,0.12,0.0,94,100,-1.8,28.7,-1.8,28.7,3.2,37.7,2.3,36.2,1,73,0,0,10.0,6.0,21.0,33.8,1.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/night/176.png,1063,London,"City of London, Greater London",United Kingdom,51.51,-0.13,Europe/London,1701478820,2023-12-02 1:00 +1701716400,2023-12-04 19:00,3.5,38.3,0,15.0,24.1,300,WNW,998.0,29.47,0.02,0.0,88,100,-1.3,29.6,-1.3,29.6,3.5,38.3,1.8,35.2,0,59,0,0,10.0,6.0,20.3,32.7,1.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/night/176.png,1063,London,"City of London, Greater London",United Kingdom,51.51,-0.13,Europe/London,1701478820,2023-12-02 1:00 +1701720000,2023-12-04 20:00,3.9,39.0,0,14.3,23.0,296,WNW,999.0,29.49,0.0,0.0,86,100,-0.7,30.8,-0.7,30.8,3.9,39.0,1.8,35.3,0,0,0,0,10.0,6.0,19.8,31.8,1.0,Overcast,//cdn.weatherapi.com/weather/64x64/night/122.png,1009,London,"City of London, Greater London",United Kingdom,51.51,-0.13,Europe/London,1701478820,2023-12-02 1:00 +1701723600,2023-12-04 21:00,3.8,38.9,0,14.8,23.8,299,WNW,999.0,29.51,0.0,0.0,85,100,-0.9,30.5,-0.9,30.5,3.8,38.9,1.5,34.7,0,0,0,0,10.0,6.0,20.4,32.8,1.0,Overcast,//cdn.weatherapi.com/weather/64x64/night/122.png,1009,London,"City of London, Greater London",United Kingdom,51.51,-0.13,Europe/London,1701478820,2023-12-02 1:00 +1701727200,2023-12-04 22:00,3.9,39.0,0,14.1,22.7,294,WNW,1000.0,29.53,0.02,0.0,89,100,-0.7,30.8,-0.7,30.8,3.9,39.0,2.3,36.1,0,64,0,0,10.0,6.0,19.5,31.4,1.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/night/176.png,1063,London,"City of London, Greater London",United Kingdom,51.51,-0.13,Europe/London,1701478820,2023-12-02 1:00 +1701730800,2023-12-04 23:00,4.1,39.3,0,13.9,22.3,296,WNW,1001.0,29.56,0.0,0.0,87,100,-0.4,31.3,-0.4,31.3,4.1,39.3,2.1,35.9,0,0,0,0,10.0,6.0,19.4,31.3,1.0,Overcast,//cdn.weatherapi.com/weather/64x64/night/122.png,1009,London,"City of London, Greater London",United Kingdom,51.51,-0.13,Europe/London,1701478820,2023-12-02 1:00 +1701471600,2023-12-02 00:00,-0.5,31.1,0,7.6,12.2,16,NNE,1009.0,29.81,0.0,0.0,74,8,-4.5,24.0,-4.5,24.0,-0.5,31.1,-4.5,24.0,0,0,0,0,10.0,6.0,10.2,16.4,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Paris,Ile-de-France,France,48.86,2.35,Europe/Paris,1701478821,2023-12-02 2:00 +1701475200,2023-12-02 01:00,1.0,33.8,0,6.9,11.2,350,N,1009.0,29.8,0.0,0.0,69,75,-4.5,23.9,-4.5,23.9,-0.6,30.9,-4.6,23.8,0,0,0,0,10.0,6.0,9.8,15.8,1.0,Overcast,//cdn.weatherapi.com/weather/64x64/night/122.png,1009,Paris,Ile-de-France,France,48.86,2.35,Europe/Paris,1701478821,2023-12-02 2:00 +1701478800,2023-12-02 02:00,-0.7,30.8,0,7.2,11.5,8,N,1010.0,29.82,0.0,0.0,75,3,-4.5,23.9,-4.5,23.9,-0.7,30.8,-4.6,23.7,0,0,0,0,10.0,6.0,9.5,15.3,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Paris,Ile-de-France,France,48.86,2.35,Europe/Paris,1701478821,2023-12-02 2:00 +1701482400,2023-12-02 03:00,-0.8,30.6,0,6.9,11.2,8,N,1010.0,29.84,0.0,0.0,75,0,-4.5,23.9,-4.5,23.9,-0.8,30.6,-4.6,23.7,0,0,0,0,10.0,6.0,9.3,14.9,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Paris,Ile-de-France,France,48.86,2.35,Europe/Paris,1701478821,2023-12-02 2:00 +1701486000,2023-12-02 04:00,-0.8,30.5,0,6.7,10.8,0,N,1011.0,29.85,0.0,0.0,75,1,-4.5,23.8,-4.5,23.8,-0.9,30.5,-4.7,23.5,0,0,0,0,10.0,6.0,9.0,14.5,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Paris,Ile-de-France,France,48.86,2.35,Europe/Paris,1701478821,2023-12-02 2:00 +1701489600,2023-12-02 05:00,-0.9,30.4,0,6.5,10.4,357,N,1012.0,29.88,0.0,0.0,73,5,-4.5,23.9,-4.5,23.9,-0.9,30.4,-5.1,22.8,0,0,0,0,10.0,6.0,8.7,14.0,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Paris,Ile-de-France,France,48.86,2.35,Europe/Paris,1701478821,2023-12-02 2:00 +1701493200,2023-12-02 06:00,-0.9,30.3,0,6.3,10.1,356,N,1013.0,29.9,0.0,0.0,71,17,-4.5,24.0,-4.5,24.0,-1.0,30.3,-5.5,22.2,0,0,0,0,10.0,6.0,8.5,13.7,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Paris,Ile-de-France,France,48.86,2.35,Europe/Paris,1701478821,2023-12-02 2:00 +1701496800,2023-12-02 07:00,-1.0,30.3,0,6.3,10.1,356,N,1013.0,29.92,0.0,0.0,71,6,-4.5,24.0,-4.5,24.0,-1.0,30.3,-5.5,22.0,0,0,0,0,10.0,6.0,8.5,13.7,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Paris,Ile-de-France,France,48.86,2.35,Europe/Paris,1701478821,2023-12-02 2:00 +1701500400,2023-12-02 08:00,-1.0,30.3,0,5.8,9.4,359,N,1014.0,29.94,0.0,0.0,71,15,-4.3,24.3,-4.3,24.3,-1.0,30.3,-5.6,22.0,0,0,0,0,10.0,6.0,7.9,12.8,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Paris,Ile-de-France,France,48.86,2.35,Europe/Paris,1701478821,2023-12-02 2:00 +1701504000,2023-12-02 09:00,-0.8,30.5,1,5.4,8.6,2,N,1015.0,29.97,0.0,0.0,70,33,-3.9,25.0,-3.9,25.0,-0.8,30.5,-5.6,22.0,0,0,0,0,10.0,6.0,7.3,11.7,2.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/day/116.png,1003,Paris,Ile-de-France,France,48.86,2.35,Europe/Paris,1701478821,2023-12-02 2:00 +1701507600,2023-12-02 10:00,-0.2,31.7,1,5.1,8.3,3,N,1016.0,30.0,0.0,0.0,66,46,-3.0,26.5,-3.0,26.5,-0.2,31.7,-5.7,21.7,0,0,0,0,10.0,6.0,6.6,10.6,2.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/day/116.png,1003,Paris,Ile-de-France,France,48.86,2.35,Europe/Paris,1701478821,2023-12-02 2:00 +1701511200,2023-12-02 11:00,0.7,33.2,1,4.7,7.6,0,N,1016.0,30.01,0.0,0.0,61,42,-1.8,28.7,-1.8,28.7,0.7,33.2,-6.0,21.3,0,0,0,0,10.0,6.0,5.8,9.4,2.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/day/116.png,1003,Paris,Ile-de-France,France,48.86,2.35,Europe/Paris,1701478821,2023-12-02 2:00 +1701514800,2023-12-02 12:00,1.5,34.7,1,4.3,6.8,351,N,1017.0,30.02,0.0,0.0,56,27,-0.6,30.9,-0.6,30.9,1.5,34.7,-6.3,20.8,0,0,0,0,10.0,6.0,5.2,8.3,2.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/day/116.png,1003,Paris,Ile-de-France,France,48.86,2.35,Europe/Paris,1701478821,2023-12-02 2:00 +1701518400,2023-12-02 13:00,2.3,36.1,1,3.8,6.1,337,NNW,1017.0,30.03,0.0,0.0,52,12,0.6,33.0,0.6,33.0,2.3,36.1,-6.6,20.2,0,0,0,0,10.0,6.0,4.6,7.3,2.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Paris,Ile-de-France,France,48.86,2.35,Europe/Paris,1701478821,2023-12-02 2:00 +1701522000,2023-12-02 14:00,2.9,37.2,1,3.8,6.1,325,NW,1017.0,30.03,0.0,0.0,49,11,1.3,34.3,1.3,34.3,2.9,37.2,-6.8,19.7,0,0,0,0,10.0,6.0,4.6,7.5,2.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Paris,Ile-de-France,France,48.86,2.35,Europe/Paris,1701478821,2023-12-02 2:00 +1701525600,2023-12-02 15:00,3.2,37.8,1,4.0,6.5,310,NW,1017.0,30.04,0.0,0.0,47,10,1.5,34.7,1.5,34.7,3.2,37.8,-6.9,19.5,0,0,0,0,10.0,6.0,5.1,8.1,2.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Paris,Ile-de-France,France,48.86,2.35,Europe/Paris,1701478821,2023-12-02 2:00 +1701529200,2023-12-02 16:00,3.1,37.6,1,4.0,6.5,294,WNW,1018.0,30.06,0.0,0.0,48,11,1.4,34.5,1.4,34.5,3.1,37.6,-6.8,19.7,0,0,0,0,10.0,6.0,5.5,8.8,2.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Paris,Ile-de-France,France,48.86,2.35,Europe/Paris,1701478821,2023-12-02 2:00 +1701532800,2023-12-02 17:00,1.9,35.5,0,3.4,5.4,271,W,1019.0,30.09,0.0,0.0,50,12,0.4,32.8,0.4,32.8,1.9,35.5,-7.3,18.9,0,0,0,0,10.0,6.0,5.6,9.0,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Paris,Ile-de-France,France,48.86,2.35,Europe/Paris,1701478821,2023-12-02 2:00 +1701536400,2023-12-02 18:00,1.5,34.8,0,3.4,5.4,256,WSW,1019.0,30.1,0.0,0.0,52,21,-0.0,32.0,-0.0,32.0,1.5,34.8,-7.3,18.9,0,0,0,0,10.0,6.0,5.8,9.4,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Paris,Ile-de-France,France,48.86,2.35,Europe/Paris,1701478821,2023-12-02 2:00 +1701540000,2023-12-02 19:00,1.3,34.3,0,3.4,5.4,245,WSW,1020.0,30.12,0.0,0.0,53,30,-0.3,31.5,-0.3,31.5,1.3,34.3,-7.1,19.2,0,0,0,0,10.0,6.0,5.9,9.5,1.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/night/116.png,1003,Paris,Ile-de-France,France,48.86,2.35,Europe/Paris,1701478821,2023-12-02 2:00 +1701543600,2023-12-02 20:00,1.1,34.0,0,3.6,5.8,235,SW,1020.0,30.13,0.0,0.0,55,16,-0.7,30.8,-0.7,30.8,1.1,34.0,-6.9,19.6,0,0,0,0,10.0,6.0,6.4,10.3,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Paris,Ile-de-France,France,48.86,2.35,Europe/Paris,1701478821,2023-12-02 2:00 +1701547200,2023-12-02 21:00,0.9,33.6,0,3.8,6.1,229,SW,1021.0,30.14,0.0,0.0,57,11,-1.0,30.2,-1.0,30.2,0.9,33.7,-6.6,20.2,0,0,0,0,10.0,6.0,6.8,10.9,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Paris,Ile-de-France,France,48.86,2.35,Europe/Paris,1701478821,2023-12-02 2:00 +1701550800,2023-12-02 22:00,0.8,33.4,0,3.8,6.1,222,SW,1021.0,30.16,0.0,0.0,59,5,-1.2,29.9,-1.2,29.9,0.8,33.4,-6.3,20.6,0,0,0,0,10.0,6.0,6.8,10.9,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Paris,Ile-de-France,France,48.86,2.35,Europe/Paris,1701478821,2023-12-02 2:00 +1701554400,2023-12-02 23:00,0.6,33.1,0,4.3,6.8,218,SW,1022.0,30.16,0.0,0.0,60,6,-1.6,29.1,-1.6,29.1,0.6,33.1,-6.3,20.6,0,0,0,0,10.0,6.0,7.5,12.1,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Paris,Ile-de-France,France,48.86,2.35,Europe/Paris,1701478821,2023-12-02 2:00 +1701558000,2023-12-03 00:00,0.4,32.8,0,4.3,6.8,206,SSW,1021.0,30.16,0.0,0.0,59,5,-1.8,28.7,-1.8,28.7,0.4,32.8,-6.6,20.1,0,0,0,0,10.0,6.0,7.5,12.1,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Paris,Ile-de-France,France,48.86,2.35,Europe/Paris,1701478821,2023-12-02 2:00 +1701561600,2023-12-03 01:00,0.3,32.5,0,4.7,7.6,198,SSW,1022.0,30.17,0.0,0.0,58,6,-2.3,28.0,-2.3,28.0,0.3,32.5,-6.9,19.6,0,0,0,0,10.0,6.0,8.2,13.2,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Paris,Ile-de-France,France,48.86,2.35,Europe/Paris,1701478821,2023-12-02 2:00 +1701565200,2023-12-03 02:00,0.1,32.2,0,5.1,8.3,193,SSW,1021.0,30.16,0.0,0.0,58,11,-2.7,27.2,-2.7,27.2,0.1,32.2,-7.1,19.3,0,0,0,0,10.0,6.0,8.8,14.1,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Paris,Ile-de-France,France,48.86,2.35,Europe/Paris,1701478821,2023-12-02 2:00 +1701568800,2023-12-03 03:00,0.1,32.1,0,5.6,9.0,188,S,1022.0,30.17,0.0,0.0,58,18,-3.0,26.7,-3.0,26.7,0.1,32.1,-7.1,19.2,0,0,0,0,10.0,6.0,9.3,15.0,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Paris,Ile-de-France,France,48.86,2.35,Europe/Paris,1701478821,2023-12-02 2:00 +1701572400,2023-12-03 04:00,-0.0,32.0,0,6.3,10.1,187,S,1022.0,30.17,0.0,0.0,59,33,-3.4,26.0,-3.4,26.0,-0.0,32.0,-7.1,19.2,0,0,0,0,10.0,6.0,10.2,16.5,1.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/night/116.png,1003,Paris,Ile-de-France,France,48.86,2.35,Europe/Paris,1701478821,2023-12-02 2:00 +1701576000,2023-12-03 05:00,-0.1,31.9,0,6.9,11.2,182,S,1021.0,30.16,0.0,0.0,59,42,-3.7,25.4,-3.7,25.4,-0.1,31.9,-7.0,19.3,0,0,0,0,10.0,6.0,11.1,17.9,1.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/night/116.png,1003,Paris,Ile-de-France,France,48.86,2.35,Europe/Paris,1701478821,2023-12-02 2:00 +1701579600,2023-12-03 06:00,-0.2,31.7,0,7.4,11.9,177,S,1021.0,30.16,0.0,0.0,60,35,-4.0,24.9,-4.0,24.9,-0.2,31.7,-7.0,19.4,0,0,0,0,10.0,6.0,11.7,18.9,1.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/night/116.png,1003,Paris,Ile-de-France,France,48.86,2.35,Europe/Paris,1701478821,2023-12-02 2:00 +1701583200,2023-12-03 07:00,-0.2,31.6,0,8.5,13.7,180,S,1021.0,30.15,0.0,0.0,60,49,-4.4,24.1,-4.4,24.1,-0.2,31.6,-6.9,19.5,0,0,0,0,10.0,6.0,13.4,21.5,1.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/night/116.png,1003,Paris,Ile-de-France,France,48.86,2.35,Europe/Paris,1701478821,2023-12-02 2:00 +1701586800,2023-12-03 08:00,-0.2,31.6,0,8.9,14.4,175,S,1021.0,30.15,0.0,0.0,61,47,-4.6,23.8,-4.6,23.8,-0.2,31.6,-6.9,19.6,0,0,0,0,10.0,6.0,13.9,22.4,1.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/night/116.png,1003,Paris,Ile-de-France,France,48.86,2.35,Europe/Paris,1701478821,2023-12-02 2:00 +1701590400,2023-12-03 09:00,-0.1,31.9,1,9.8,15.8,174,S,1021.0,30.15,0.0,0.0,60,15,-4.7,23.6,-4.7,23.6,-0.1,31.9,-6.8,19.7,0,0,0,0,10.0,6.0,14.9,23.9,2.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Paris,Ile-de-France,France,48.86,2.35,Europe/Paris,1701478821,2023-12-02 2:00 +1701594000,2023-12-03 10:00,0.9,33.6,1,10.3,16.6,174,S,1021.0,30.14,0.0,0.0,56,88,-3.6,25.5,-3.6,25.5,0.9,33.6,-6.8,19.8,0,0,0,0,10.0,6.0,13.9,22.4,1.0,Overcast,//cdn.weatherapi.com/weather/64x64/day/122.png,1009,Paris,Ile-de-France,France,48.86,2.35,Europe/Paris,1701478821,2023-12-02 2:00 +1701597600,2023-12-03 11:00,1.8,35.2,1,10.7,17.3,174,S,1021.0,30.14,0.0,0.0,52,100,-2.6,27.3,-2.6,27.3,1.8,35.2,-7.0,19.4,0,0,0,0,10.0,6.0,13.9,22.4,1.0,Overcast,//cdn.weatherapi.com/weather/64x64/day/122.png,1009,Paris,Ile-de-France,France,48.86,2.35,Europe/Paris,1701478821,2023-12-02 2:00 +1701601200,2023-12-03 12:00,2.2,35.9,1,11.0,17.6,176,S,1020.0,30.13,0.0,0.0,50,100,-2.1,28.1,-2.1,28.1,2.2,35.9,-7.1,19.2,0,0,0,0,10.0,6.0,14.4,23.2,1.0,Overcast,//cdn.weatherapi.com/weather/64x64/day/122.png,1009,Paris,Ile-de-France,France,48.86,2.35,Europe/Paris,1701478821,2023-12-02 2:00 +1701604800,2023-12-03 13:00,2.5,36.5,1,11.0,17.6,174,S,1020.0,30.11,0.0,0.0,49,100,-1.7,28.9,-1.7,28.9,2.5,36.5,-7.2,19.1,0,0,0,0,10.0,6.0,14.7,23.7,1.0,Overcast,//cdn.weatherapi.com/weather/64x64/day/122.png,1009,Paris,Ile-de-France,France,48.86,2.35,Europe/Paris,1701478821,2023-12-02 2:00 +1701608400,2023-12-03 14:00,2.8,37.1,1,11.2,18.0,173,S,1019.0,30.09,0.0,0.0,48,100,-1.4,29.5,-1.4,29.5,2.8,37.1,-7.2,19.1,0,0,0,0,10.0,6.0,15.5,24.9,1.0,Overcast,//cdn.weatherapi.com/weather/64x64/day/122.png,1009,Paris,Ile-de-France,France,48.86,2.35,Europe/Paris,1701478821,2023-12-02 2:00 +1701612000,2023-12-03 15:00,3.3,38.0,1,11.2,18.0,173,S,1018.0,30.07,0.0,0.0,46,100,-0.8,30.6,-0.8,30.6,3.3,38.0,-7.1,19.2,0,0,0,0,10.0,6.0,15.4,24.8,1.0,Overcast,//cdn.weatherapi.com/weather/64x64/day/122.png,1009,Paris,Ile-de-France,France,48.86,2.35,Europe/Paris,1701478821,2023-12-02 2:00 +1701615600,2023-12-03 16:00,3.4,38.1,1,10.7,17.3,171,S,1018.0,30.06,0.0,0.0,46,100,-0.6,30.9,-0.6,30.9,3.4,38.1,-7.0,19.3,0,0,0,0,10.0,6.0,15.3,24.7,1.0,Overcast,//cdn.weatherapi.com/weather/64x64/day/122.png,1009,Paris,Ile-de-France,France,48.86,2.35,Europe/Paris,1701478821,2023-12-02 2:00 +1701619200,2023-12-03 17:00,3.3,38.0,0,10.7,17.3,171,S,1017.0,30.05,0.0,0.0,47,100,-0.7,30.8,-0.7,30.8,3.3,38.0,-6.8,19.7,0,0,0,0,10.0,6.0,15.9,25.7,1.0,Overcast,//cdn.weatherapi.com/weather/64x64/night/122.png,1009,Paris,Ile-de-France,France,48.86,2.35,Europe/Paris,1701478821,2023-12-02 2:00 +1701622800,2023-12-03 18:00,3.5,38.2,0,10.7,17.3,170,S,1017.0,30.03,0.0,0.0,48,100,-0.5,31.1,-0.5,31.1,3.5,38.2,-6.4,20.5,0,0,0,0,10.0,6.0,16.4,26.4,1.0,Overcast,//cdn.weatherapi.com/weather/64x64/night/122.png,1009,Paris,Ile-de-France,France,48.86,2.35,Europe/Paris,1701478821,2023-12-02 2:00 +1701626400,2023-12-03 19:00,3.3,38.0,0,10.5,16.9,172,S,1017.0,30.02,0.0,0.0,50,99,-0.6,30.9,-0.6,30.9,3.3,38.0,-6.2,20.9,0,0,0,0,10.0,6.0,16.9,27.2,1.0,Overcast,//cdn.weatherapi.com/weather/64x64/night/122.png,1009,Paris,Ile-de-France,France,48.86,2.35,Europe/Paris,1701478821,2023-12-02 2:00 +1701630000,2023-12-03 20:00,3.4,38.1,0,10.7,17.3,170,S,1016.0,30.0,0.0,0.0,50,100,-0.6,31.0,-0.6,31.0,3.4,38.2,-5.9,21.4,0,0,0,0,10.0,6.0,16.9,27.3,1.0,Overcast,//cdn.weatherapi.com/weather/64x64/night/122.png,1009,Paris,Ile-de-France,France,48.86,2.35,Europe/Paris,1701478821,2023-12-02 2:00 +1701633600,2023-12-03 21:00,3.0,37.4,0,10.5,16.9,168,SSE,1015.0,29.98,0.0,0.0,51,50,-1.0,30.2,-1.0,30.2,3.0,37.4,-6.2,20.9,0,0,0,0,10.0,6.0,16.7,26.9,1.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/night/116.png,1003,Paris,Ile-de-France,France,48.86,2.35,Europe/Paris,1701478821,2023-12-02 2:00 +1701637200,2023-12-03 22:00,2.6,36.7,0,9.8,15.8,165,SSE,1014.0,29.96,0.0,0.0,50,37,-1.4,29.6,-1.4,29.6,2.6,36.7,-6.6,20.1,0,0,0,0,10.0,6.0,15.7,25.2,1.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/night/116.png,1003,Paris,Ile-de-France,France,48.86,2.35,Europe/Paris,1701478821,2023-12-02 2:00 +1701640800,2023-12-03 23:00,2.5,36.4,0,9.6,15.5,161,SSE,1014.0,29.93,0.0,0.0,50,48,-1.5,29.4,-1.5,29.4,2.5,36.4,-6.9,19.7,0,0,0,0,10.0,6.0,15.2,24.5,1.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/night/116.png,1003,Paris,Ile-de-France,France,48.86,2.35,Europe/Paris,1701478821,2023-12-02 2:00 +1701644400,2023-12-04 00:00,2.4,36.4,0,9.6,15.5,160,SSE,1013.0,29.9,0.0,0.0,50,96,-1.5,29.3,-1.5,29.3,2.4,36.4,-6.9,19.6,0,0,0,0,10.0,6.0,15.0,24.1,1.0,Overcast,//cdn.weatherapi.com/weather/64x64/night/122.png,1009,Paris,Ile-de-France,France,48.86,2.35,Europe/Paris,1701478821,2023-12-02 2:00 +1701648000,2023-12-04 01:00,2.3,36.1,0,9.2,14.8,159,SSE,1012.0,29.88,0.0,0.0,51,100,-1.5,29.2,-1.5,29.2,2.3,36.1,-6.7,19.9,0,0,0,0,10.0,6.0,14.1,22.7,1.0,Overcast,//cdn.weatherapi.com/weather/64x64/night/122.png,1009,Paris,Ile-de-France,France,48.86,2.35,Europe/Paris,1701478821,2023-12-02 2:00 +1701651600,2023-12-04 02:00,2.3,36.1,0,9.6,15.5,155,SSE,1010.0,29.84,0.01,0.0,52,100,-1.7,29.0,-1.7,29.0,2.3,36.1,-6.6,20.2,1,75,0,0,10.0,6.0,14.7,23.7,1.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/night/176.png,1063,Paris,Ile-de-France,France,48.86,2.35,Europe/Paris,1701478821,2023-12-02 2:00 +1701655200,2023-12-04 03:00,2.5,36.5,0,9.8,15.8,155,SSE,1009.0,29.81,0.0,0.0,52,100,-1.5,29.4,-1.5,29.4,2.5,36.5,-6.4,20.6,0,0,0,0,10.0,6.0,14.8,23.8,1.0,Overcast,//cdn.weatherapi.com/weather/64x64/night/122.png,1009,Paris,Ile-de-France,France,48.86,2.35,Europe/Paris,1701478821,2023-12-02 2:00 +1701658800,2023-12-04 04:00,2.8,37.0,0,11.2,18.0,165,SSE,1009.0,29.79,0.07,0.0,53,100,-1.5,29.4,-1.5,29.4,2.8,37.0,-5.9,21.3,0,62,0,0,10.0,6.0,16.8,27.1,1.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/night/176.png,1063,Paris,Ile-de-France,France,48.86,2.35,Europe/Paris,1701478821,2023-12-02 2:00 +1701662400,2023-12-04 05:00,3.1,37.6,0,11.6,18.7,169,S,1008.0,29.76,0.0,0.0,59,100,-1.1,30.0,-1.1,30.0,3.1,37.6,-4.2,24.5,0,0,0,0,10.0,6.0,17.0,27.4,1.0,Overcast,//cdn.weatherapi.com/weather/64x64/night/122.png,1009,Paris,Ile-de-France,France,48.86,2.35,Europe/Paris,1701478821,2023-12-02 2:00 +1701666000,2023-12-04 06:00,3.1,37.7,0,13.0,20.9,172,S,1007.0,29.72,0.48,0.02,76,100,-1.4,29.5,-1.4,29.5,3.1,37.7,-0.7,30.7,1,81,0,0,2.0,1.0,17.8,28.6,1.0,Light drizzle,//cdn.weatherapi.com/weather/64x64/night/266.png,1153,Paris,Ile-de-France,France,48.86,2.35,Europe/Paris,1701478821,2023-12-02 2:00 +1701669600,2023-12-04 07:00,3.0,37.4,0,13.9,22.3,164,SSE,1005.0,29.68,1.69,0.07,89,100,-1.7,28.9,-1.7,28.9,3.0,37.4,1.5,34.6,0,64,0,0,9.0,5.0,19.5,31.3,1.0,Light rain,//cdn.weatherapi.com/weather/64x64/night/296.png,1183,Paris,Ile-de-France,France,48.86,2.35,Europe/Paris,1701478821,2023-12-02 2:00 +1701673200,2023-12-04 08:00,3.4,38.2,0,15.9,25.6,172,S,1005.0,29.66,0.3,0.01,89,100,-1.6,29.2,-1.6,29.2,3.4,38.2,1.9,35.3,1,72,0,0,2.0,1.0,22.3,35.8,1.0,Light drizzle,//cdn.weatherapi.com/weather/64x64/night/266.png,1153,Paris,Ile-de-France,France,48.86,2.35,Europe/Paris,1701478821,2023-12-02 2:00 +1701676800,2023-12-04 09:00,3.4,38.1,1,15.4,24.8,170,S,1004.0,29.66,0.1,0.0,85,100,-1.5,29.3,-1.5,29.3,3.4,38.1,1.1,33.9,1,76,0,0,10.0,6.0,21.3,34.2,1.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/day/176.png,1063,Paris,Ile-de-France,France,48.86,2.35,Europe/Paris,1701478821,2023-12-02 2:00 +1701680400,2023-12-04 10:00,4.3,39.8,1,15.2,24.5,174,S,1004.0,29.63,0.07,0.0,88,100,-0.3,31.5,-0.3,31.5,4.3,39.8,2.5,36.4,0,50,0,0,10.0,6.0,22.0,35.4,1.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/day/176.png,1063,Paris,Ile-de-France,France,48.86,2.35,Europe/Paris,1701478821,2023-12-02 2:00 +1701684000,2023-12-04 11:00,5.1,41.2,1,16.8,27.0,175,S,1003.0,29.61,0.39,0.02,86,100,0.5,32.8,0.5,32.8,5.1,41.2,3.0,37.4,1,76,0,0,2.0,1.0,24.0,38.7,2.0,Light drizzle,//cdn.weatherapi.com/weather/64x64/day/266.png,1153,Paris,Ile-de-France,France,48.86,2.35,Europe/Paris,1701478821,2023-12-02 2:00 +1701687600,2023-12-04 12:00,5.6,42.0,1,17.9,28.8,179,S,1002.0,29.58,0.02,0.0,87,100,0.9,33.6,0.9,33.6,5.6,42.0,3.5,38.4,1,77,0,0,10.0,6.0,25.8,41.6,2.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/day/176.png,1063,Paris,Ile-de-France,France,48.86,2.35,Europe/Paris,1701478821,2023-12-02 2:00 +1701691200,2023-12-04 13:00,6.3,43.3,1,17.7,28.4,184,S,1000.0,29.54,0.95,0.04,88,100,1.8,35.3,1.8,35.3,6.3,43.3,4.4,39.9,1,75,0,0,9.0,5.0,25.4,40.9,2.0,Light rain,//cdn.weatherapi.com/weather/64x64/day/296.png,1183,Paris,Ile-de-France,France,48.86,2.35,Europe/Paris,1701478821,2023-12-02 2:00 +1701694800,2023-12-04 14:00,7.1,44.7,1,18.3,29.5,186,S,999.0,29.51,0.02,0.0,84,100,2.8,37.0,2.8,37.0,7.1,44.7,4.6,40.3,0,55,0,0,10.0,6.0,26.9,43.3,2.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/day/176.png,1063,Paris,Ile-de-France,France,48.86,2.35,Europe/Paris,1701478821,2023-12-02 2:00 +1701698400,2023-12-04 15:00,7.6,45.7,1,19.0,30.6,197,SSW,998.0,29.48,0.16,0.01,85,100,3.4,38.2,3.4,38.2,7.6,45.7,5.3,41.6,1,74,0,0,2.0,1.0,27.7,44.6,2.0,Light drizzle,//cdn.weatherapi.com/weather/64x64/day/266.png,1153,Paris,Ile-de-France,France,48.86,2.35,Europe/Paris,1701478821,2023-12-02 2:00 +1701702000,2023-12-04 16:00,7.9,46.2,1,19.2,31.0,215,SW,999.0,29.5,0.02,0.0,88,100,3.8,38.8,3.8,38.8,7.9,46.2,6.1,42.9,0,57,0,0,10.0,6.0,27.8,44.7,2.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/day/176.png,1063,Paris,Ile-de-France,France,48.86,2.35,Europe/Paris,1701478821,2023-12-02 2:00 +1701705600,2023-12-04 17:00,8.0,46.4,0,16.6,26.6,237,WSW,1000.0,29.52,0.03,0.0,81,100,4.3,39.7,4.3,39.7,8.0,46.4,5.0,41.0,0,67,0,0,10.0,6.0,24.0,38.6,1.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/night/176.png,1063,Paris,Ile-de-France,France,48.86,2.35,Europe/Paris,1701478821,2023-12-02 2:00 +1701709200,2023-12-04 18:00,7.3,45.1,0,15.2,24.5,246,WSW,1001.0,29.57,0.01,0.0,76,95,3.5,38.2,3.5,38.2,7.3,45.1,3.3,38.0,1,80,0,0,10.0,6.0,21.6,34.7,1.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/night/176.png,1063,Paris,Ile-de-France,France,48.86,2.35,Europe/Paris,1701478821,2023-12-02 2:00 +1701712800,2023-12-04 19:00,6.6,44.0,0,14.5,23.4,250,WSW,1003.0,29.61,0.05,0.0,73,100,2.8,37.0,2.8,37.0,6.6,44.0,2.2,35.9,1,88,0,0,10.0,6.0,20.3,32.6,1.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/night/176.png,1063,Paris,Ile-de-France,France,48.86,2.35,Europe/Paris,1701478821,2023-12-02 2:00 +1701716400,2023-12-04 20:00,6.3,43.3,0,14.1,22.7,250,WSW,1004.0,29.64,0.04,0.0,72,72,2.4,36.2,2.4,36.2,6.3,43.3,1.7,35.0,0,61,0,0,10.0,6.0,19.7,31.7,1.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/night/176.png,1063,Paris,Ile-de-France,France,48.86,2.35,Europe/Paris,1701478821,2023-12-02 2:00 +1701720000,2023-12-04 21:00,6.1,42.9,0,13.2,21.2,251,WSW,1004.0,29.66,0.03,0.0,71,84,2.3,36.1,2.3,36.1,6.1,42.9,1.2,34.2,0,59,0,0,10.0,6.0,18.7,30.0,1.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/night/176.png,1063,Paris,Ile-de-France,France,48.86,2.35,Europe/Paris,1701478821,2023-12-02 2:00 +1701723600,2023-12-04 22:00,6.1,43.0,0,12.5,20.2,252,WSW,1005.0,29.68,0.0,0.0,65,75,2.5,36.4,2.5,36.4,6.1,43.0,-0.0,31.9,0,0,0,0,10.0,6.0,18.2,29.3,1.0,Cloudy,//cdn.weatherapi.com/weather/64x64/night/119.png,1006,Paris,Ile-de-France,France,48.86,2.35,Europe/Paris,1701478821,2023-12-02 2:00 +1701727200,2023-12-04 23:00,5.6,42.1,0,12.1,19.4,246,WSW,1006.0,29.7,0.0,0.0,64,66,1.9,35.4,1.9,35.4,5.6,42.1,-0.5,31.0,0,0,0,0,10.0,6.0,17.4,28.0,1.0,Cloudy,//cdn.weatherapi.com/weather/64x64/night/119.png,1006,Paris,Ile-de-France,France,48.86,2.35,Europe/Paris,1701478821,2023-12-02 2:00 +1701471600,2023-12-02 00:00,-5.8,21.5,0,2.7,4.3,1,N,1008.0,29.78,0.0,0.0,94,6,-7.8,17.9,-7.8,17.9,-5.8,21.5,-6.7,20.0,0,0,0,0,10.0,6.0,5.6,9.0,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Berlin,Berlin,Germany,52.52,13.41,Europe/Berlin,1701478822,2023-12-02 2:00 +1701475200,2023-12-02 01:00,-6.1,21.1,0,1.3,2.2,325,NW,1009.0,29.8,0.0,0.0,95,14,-6.1,21.1,-6.1,21.1,-6.1,21.1,-6.7,19.9,0,0,0,0,2.0,1.0,2.8,4.5,1.0,Mist,//cdn.weatherapi.com/weather/64x64/night/143.png,1030,Berlin,Berlin,Germany,52.52,13.41,Europe/Berlin,1701478822,2023-12-02 2:00 +1701478800,2023-12-02 02:00,-6.0,21.2,0,4.3,6.8,350,N,1008.0,29.77,0.0,0.0,93,100,-8.3,17.1,-8.3,17.1,-6.1,21.1,-6.7,20.0,0,0,0,0,4.3,2.0,6.1,9.8,1.0,Mist,//cdn.weatherapi.com/weather/64x64/night/143.png,1030,Berlin,Berlin,Germany,52.52,13.41,Europe/Berlin,1701478822,2023-12-02 2:00 +1701482400,2023-12-02 03:00,-5.0,23.0,0,3.8,6.1,346,NNW,1009.0,29.79,0.0,0.0,95,44,-7.9,17.9,-7.9,17.9,-5.0,23.0,-5.7,21.7,0,0,0,0,2.0,1.0,7.1,11.4,1.0,Mist,//cdn.weatherapi.com/weather/64x64/night/143.png,1030,Berlin,Berlin,Germany,52.52,13.41,Europe/Berlin,1701478822,2023-12-02 2:00 +1701486000,2023-12-02 04:00,-5.5,22.1,0,2.2,3.6,325,NW,1009.0,29.8,0.0,0.0,97,45,-6.9,19.5,-6.9,19.5,-5.5,22.1,-6.0,21.3,0,0,0,0,2.0,1.0,4.4,7.1,1.0,Mist,//cdn.weatherapi.com/weather/64x64/night/143.png,1030,Berlin,Berlin,Germany,52.52,13.41,Europe/Berlin,1701478822,2023-12-02 2:00 +1701489600,2023-12-02 05:00,-6.0,21.1,0,2.5,4.0,335,NNW,1009.0,29.8,0.0,0.0,97,53,-7.8,18.0,-7.8,18.0,-6.0,21.1,-6.4,20.5,0,0,0,0,0.0,0.0,5.0,8.0,1.0,Freezing fog,//cdn.weatherapi.com/weather/64x64/night/260.png,1147,Berlin,Berlin,Germany,52.52,13.41,Europe/Berlin,1701478822,2023-12-02 2:00 +1701493200,2023-12-02 06:00,-6.2,20.8,0,3.6,5.8,328,NNW,1009.0,29.8,0.0,0.0,97,53,-9.0,15.7,-9.0,15.7,-6.2,20.8,-6.5,20.2,0,0,0,0,0.0,0.0,7.3,11.7,1.0,Freezing fog,//cdn.weatherapi.com/weather/64x64/night/260.png,1147,Berlin,Berlin,Germany,52.52,13.41,Europe/Berlin,1701478822,2023-12-02 2:00 +1701496800,2023-12-02 07:00,-6.3,20.7,0,3.8,6.1,324,NW,1009.0,29.81,0.0,0.0,98,52,-9.3,15.2,-9.3,15.2,-6.3,20.7,-6.6,20.1,0,0,0,0,0.0,0.0,7.8,12.5,1.0,Freezing fog,//cdn.weatherapi.com/weather/64x64/night/260.png,1147,Berlin,Berlin,Germany,52.52,13.41,Europe/Berlin,1701478822,2023-12-02 2:00 +1701500400,2023-12-02 08:00,-6.4,20.4,1,3.4,5.4,319,NW,1010.0,29.82,0.0,0.0,98,57,-9.1,15.6,-9.1,15.6,-6.4,20.4,-6.7,19.9,0,0,0,0,0.0,0.0,6.9,11.1,1.0,Freezing fog,//cdn.weatherapi.com/weather/64x64/day/260.png,1147,Berlin,Berlin,Germany,52.52,13.41,Europe/Berlin,1701478822,2023-12-02 2:00 +1701504000,2023-12-02 09:00,-5.6,22.0,1,4.5,7.2,315,NW,1011.0,29.84,0.0,0.0,97,64,-9.0,15.9,-9.0,15.9,-5.6,22.0,-6.0,21.2,0,0,0,0,2.0,1.0,8.0,12.9,1.0,Mist,//cdn.weatherapi.com/weather/64x64/day/143.png,1030,Berlin,Berlin,Germany,52.52,13.41,Europe/Berlin,1701478822,2023-12-02 2:00 +1701507600,2023-12-02 10:00,-4.3,24.3,1,5.8,9.4,314,NW,1011.0,29.85,0.0,0.0,94,67,-8.3,17.1,-8.3,17.1,-4.3,24.3,-5.2,22.7,0,0,0,0,10.0,6.0,8.7,14.0,1.0,Cloudy,//cdn.weatherapi.com/weather/64x64/day/119.png,1006,Berlin,Berlin,Germany,52.52,13.41,Europe/Berlin,1701478822,2023-12-02 2:00 +1701511200,2023-12-02 11:00,-3.3,26.1,1,6.3,10.1,308,NW,1011.0,29.86,0.0,0.0,92,66,-7.3,19.0,-7.3,19.0,-3.3,26.1,-4.4,24.0,0,0,0,0,10.0,6.0,8.4,13.6,1.0,Cloudy,//cdn.weatherapi.com/weather/64x64/day/119.png,1006,Berlin,Berlin,Germany,52.52,13.41,Europe/Berlin,1701478822,2023-12-02 2:00 +1701514800,2023-12-02 12:00,-2.7,27.2,1,6.7,10.8,303,WNW,1011.0,29.86,0.0,0.0,90,59,-6.7,19.9,-6.7,19.9,-2.7,27.2,-4.0,24.8,0,0,0,0,10.0,6.0,8.9,14.3,2.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/day/116.png,1003,Berlin,Berlin,Germany,52.52,13.41,Europe/Berlin,1701478822,2023-12-02 2:00 +1701518400,2023-12-02 13:00,-2.4,27.6,1,7.6,12.2,304,NW,1011.0,29.86,0.0,0.0,89,69,-6.8,19.7,-6.8,19.7,-2.5,27.6,-4.0,24.9,0,0,0,0,10.0,6.0,10.1,16.3,1.0,Cloudy,//cdn.weatherapi.com/weather/64x64/day/119.png,1006,Berlin,Berlin,Germany,52.52,13.41,Europe/Berlin,1701478822,2023-12-02 2:00 +1701522000,2023-12-02 14:00,-2.6,27.3,1,7.8,12.6,307,NW,1011.0,29.86,0.0,0.0,89,96,-7.1,19.2,-7.1,19.2,-2.6,27.3,-4.2,24.5,0,0,0,0,10.0,6.0,10.6,17.1,1.0,Overcast,//cdn.weatherapi.com/weather/64x64/day/122.png,1009,Berlin,Berlin,Germany,52.52,13.41,Europe/Berlin,1701478822,2023-12-02 2:00 +1701525600,2023-12-02 15:00,-2.8,26.9,1,7.6,12.2,310,NW,1012.0,29.87,0.0,0.0,88,100,-7.3,18.9,-7.3,18.9,-2.8,26.9,-4.5,24.0,0,0,0,0,10.0,6.0,10.5,16.9,1.0,Overcast,//cdn.weatherapi.com/weather/64x64/day/122.png,1009,Berlin,Berlin,Germany,52.52,13.41,Europe/Berlin,1701478822,2023-12-02 2:00 +1701529200,2023-12-02 16:00,-2.9,26.8,0,7.4,11.9,307,NW,1012.0,29.9,0.01,0.0,88,100,-7.3,18.9,-7.3,18.9,-2.9,26.8,-4.6,23.8,0,0,1,83,10.0,6.0,10.4,16.8,1.0,Light freezing rain,//cdn.weatherapi.com/weather/64x64/night/311.png,1198,Berlin,Berlin,Germany,52.52,13.41,Europe/Berlin,1701478822,2023-12-02 2:00 +1701532800,2023-12-02 17:00,-2.5,27.5,0,7.8,12.6,306,NW,1013.0,29.91,0.01,0.0,86,99,-7.0,19.4,-7.0,19.4,-2.5,27.5,-4.6,23.7,0,0,1,73,10.0,6.0,11.1,17.9,1.0,Light freezing rain,//cdn.weatherapi.com/weather/64x64/night/311.png,1198,Berlin,Berlin,Germany,52.52,13.41,Europe/Berlin,1701478822,2023-12-02 2:00 +1701536400,2023-12-02 18:00,-2.1,28.1,0,6.9,11.2,298,WNW,1013.0,29.92,0.0,0.0,84,90,-6.2,20.9,-6.2,20.9,-2.1,28.1,-4.4,24.1,0,0,0,0,10.0,6.0,10.2,16.5,1.0,Overcast,//cdn.weatherapi.com/weather/64x64/night/122.png,1009,Berlin,Berlin,Germany,52.52,13.41,Europe/Berlin,1701478822,2023-12-02 2:00 +1701540000,2023-12-02 19:00,-2.0,28.4,0,5.4,8.6,283,WNW,1014.0,29.94,0.0,0.0,85,96,-5.3,22.5,-5.3,22.5,-2.0,28.4,-4.1,24.6,0,0,0,0,10.0,6.0,8.4,13.5,1.0,Overcast,//cdn.weatherapi.com/weather/64x64/night/122.png,1009,Berlin,Berlin,Germany,52.52,13.41,Europe/Berlin,1701478822,2023-12-02 2:00 +1701543600,2023-12-02 20:00,-2.2,28.0,0,5.4,8.6,275,W,1014.0,29.95,0.0,0.0,89,94,-5.6,21.9,-5.6,21.9,-2.3,28.0,-3.8,25.1,0,0,0,0,10.0,6.0,8.8,14.2,1.0,Overcast,//cdn.weatherapi.com/weather/64x64/night/122.png,1009,Berlin,Berlin,Germany,52.52,13.41,Europe/Berlin,1701478822,2023-12-02 2:00 +1701547200,2023-12-02 21:00,-2.8,27.0,0,5.8,9.4,276,W,1015.0,29.96,0.0,0.0,93,81,-6.5,20.4,-6.5,20.4,-2.8,27.0,-3.8,25.3,0,0,0,0,10.0,6.0,9.7,15.7,1.0,Cloudy,//cdn.weatherapi.com/weather/64x64/night/119.png,1006,Berlin,Berlin,Germany,52.52,13.41,Europe/Berlin,1701478822,2023-12-02 2:00 +1701550800,2023-12-02 22:00,-2.8,27.0,0,5.6,9.0,269,W,1015.0,29.98,0.01,0.0,96,100,-6.3,20.6,-6.3,20.6,-2.8,27.0,-3.3,26.1,0,0,1,71,2.0,1.0,9.1,14.7,1.0,Mist,//cdn.weatherapi.com/weather/64x64/night/143.png,1030,Berlin,Berlin,Germany,52.52,13.41,Europe/Berlin,1701478822,2023-12-02 2:00 +1701554400,2023-12-02 23:00,-2.4,27.8,0,5.8,9.4,266,W,1016.0,29.99,0.01,0.0,97,100,-5.9,21.3,-5.9,21.3,-2.4,27.8,-2.8,26.9,0,0,1,86,2.0,1.0,9.2,14.9,1.0,Mist,//cdn.weatherapi.com/weather/64x64/night/143.png,1030,Berlin,Berlin,Germany,52.52,13.41,Europe/Berlin,1701478822,2023-12-02 2:00 +1701558000,2023-12-03 00:00,-1.9,28.6,0,6.5,10.4,268,W,1016.0,30.01,0.07,0.0,96,100,-5.7,21.7,-5.7,21.7,-1.9,28.6,-2.4,27.6,0,0,1,72,10.0,6.0,9.8,15.8,1.0,Light snow,//cdn.weatherapi.com/weather/64x64/night/326.png,1213,Berlin,Berlin,Germany,52.52,13.41,Europe/Berlin,1701478822,2023-12-02 2:00 +1701561600,2023-12-03 01:00,-1.8,28.7,0,6.9,11.2,277,W,1017.0,30.02,0.08,0.0,96,100,-5.8,21.5,-5.8,21.5,-1.8,28.7,-2.3,27.8,0,0,0,63,5.0,3.0,10.4,16.7,1.0,Moderate snow,//cdn.weatherapi.com/weather/64x64/night/332.png,1219,Berlin,Berlin,Germany,52.52,13.41,Europe/Berlin,1701478822,2023-12-02 2:00 +1701565200,2023-12-03 02:00,-2.3,27.9,0,6.7,10.8,278,W,1017.0,30.03,0.01,0.0,97,100,-6.3,20.7,-6.3,20.7,-2.3,27.9,-2.8,27.1,0,0,0,61,2.0,1.0,10.4,16.7,1.0,Mist,//cdn.weatherapi.com/weather/64x64/night/143.png,1030,Berlin,Berlin,Germany,52.52,13.41,Europe/Berlin,1701478822,2023-12-02 2:00 +1701568800,2023-12-03 03:00,-2.9,26.8,0,6.0,9.7,270,W,1017.0,30.04,0.0,0.0,97,100,-6.7,19.9,-6.7,19.9,-2.9,26.8,-3.3,26.1,0,0,0,0,0.0,0.0,9.8,15.8,1.0,Freezing fog,//cdn.weatherapi.com/weather/64x64/night/260.png,1147,Berlin,Berlin,Germany,52.52,13.41,Europe/Berlin,1701478822,2023-12-02 2:00 +1701572400,2023-12-03 04:00,-3.3,26.1,0,5.8,9.4,262,W,1017.0,30.05,0.06,0.0,97,100,-7.0,19.3,-7.0,19.3,-3.3,26.1,-3.6,25.5,0,0,1,79,10.0,6.0,9.7,15.6,1.0,Light snow,//cdn.weatherapi.com/weather/64x64/night/326.png,1213,Berlin,Berlin,Germany,52.52,13.41,Europe/Berlin,1701478822,2023-12-02 2:00 +1701576000,2023-12-03 05:00,-2.8,26.9,0,5.1,8.3,257,WSW,1018.0,30.05,0.1,0.0,97,100,-6.2,20.9,-6.2,20.9,-2.8,26.9,-3.2,26.2,0,0,0,69,5.0,3.0,8.2,13.2,1.0,Moderate snow,//cdn.weatherapi.com/weather/64x64/night/332.png,1219,Berlin,Berlin,Germany,52.52,13.41,Europe/Berlin,1701478822,2023-12-02 2:00 +1701579600,2023-12-03 06:00,-2.8,27.0,0,4.5,7.2,249,WSW,1018.0,30.06,0.19,0.01,98,100,-5.7,21.7,-5.7,21.7,-2.8,27.0,-3.1,26.4,0,0,1,85,5.0,3.0,7.2,11.6,1.0,Moderate snow,//cdn.weatherapi.com/weather/64x64/night/332.png,1219,Berlin,Berlin,Germany,52.52,13.41,Europe/Berlin,1701478822,2023-12-02 2:00 +1701583200,2023-12-03 07:00,-2.4,27.6,0,4.9,7.9,251,WSW,1018.0,30.07,0.13,0.0,97,100,-5.6,22.0,-5.6,22.0,-2.4,27.6,-2.8,26.9,0,0,1,72,5.0,3.0,7.4,12.0,1.0,Moderate snow,//cdn.weatherapi.com/weather/64x64/night/332.png,1219,Berlin,Berlin,Germany,52.52,13.41,Europe/Berlin,1701478822,2023-12-02 2:00 +1701586800,2023-12-03 08:00,-2.9,26.8,1,4.7,7.6,258,WSW,1019.0,30.09,0.06,0.0,97,100,-6.0,21.3,-6.0,21.3,-2.9,26.8,-3.2,26.2,0,0,0,66,10.0,6.0,7.4,12.0,1.0,Light snow,//cdn.weatherapi.com/weather/64x64/day/326.png,1213,Berlin,Berlin,Germany,52.52,13.41,Europe/Berlin,1701478822,2023-12-02 2:00 +1701590400,2023-12-03 09:00,-2.7,27.2,1,4.9,7.9,266,W,1020.0,30.11,0.02,0.0,97,100,-5.9,21.5,-5.9,21.5,-2.7,27.2,-3.1,26.3,0,0,1,74,10.0,6.0,7.3,11.8,1.0,Light snow,//cdn.weatherapi.com/weather/64x64/day/326.png,1213,Berlin,Berlin,Germany,52.52,13.41,Europe/Berlin,1701478822,2023-12-02 2:00 +1701594000,2023-12-03 10:00,-2.3,27.9,1,5.8,9.4,281,WNW,1020.0,30.12,0.0,0.0,95,100,-5.8,21.5,-5.8,21.5,-2.3,27.9,-3.0,26.7,0,0,0,0,2.0,1.0,8.1,13.1,1.0,Mist,//cdn.weatherapi.com/weather/64x64/day/143.png,1030,Berlin,Berlin,Germany,52.52,13.41,Europe/Berlin,1701478822,2023-12-02 2:00 +1701597600,2023-12-03 11:00,-1.6,29.1,1,6.3,10.1,291,WNW,1020.0,30.13,0.0,0.0,91,80,-5.3,22.5,-5.3,22.5,-1.6,29.1,-2.8,26.9,0,0,0,0,10.0,6.0,8.4,13.5,1.0,Cloudy,//cdn.weatherapi.com/weather/64x64/day/119.png,1006,Berlin,Berlin,Germany,52.52,13.41,Europe/Berlin,1701478822,2023-12-02 2:00 +1701601200,2023-12-03 12:00,-1.0,30.2,1,6.7,10.8,291,WNW,1021.0,30.14,0.0,0.0,88,44,-4.7,23.5,-4.7,23.5,-1.0,30.2,-2.7,27.1,0,0,0,0,10.0,6.0,9.0,14.4,2.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/day/116.png,1003,Berlin,Berlin,Germany,52.52,13.41,Europe/Berlin,1701478822,2023-12-02 2:00 +1701604800,2023-12-03 13:00,-0.7,30.8,1,6.9,11.2,287,WNW,1021.0,30.15,0.0,0.0,87,27,-4.4,24.0,-4.4,24.0,-0.7,30.8,-2.6,27.4,0,0,0,0,10.0,6.0,9.4,15.1,2.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/day/116.png,1003,Berlin,Berlin,Germany,52.52,13.41,Europe/Berlin,1701478822,2023-12-02 2:00 +1701608400,2023-12-03 14:00,-0.8,30.5,1,6.5,10.4,280,W,1021.0,30.16,0.0,0.0,88,28,-4.4,24.1,-4.4,24.1,-0.8,30.5,-2.6,27.4,0,0,0,0,10.0,6.0,9.1,14.7,2.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/day/116.png,1003,Berlin,Berlin,Germany,52.52,13.41,Europe/Berlin,1701478822,2023-12-02 2:00 +1701612000,2023-12-03 15:00,-1.7,29.0,1,5.4,8.6,272,W,1022.0,30.17,0.0,0.0,92,37,-4.9,23.2,-4.9,23.2,-1.7,29.0,-2.8,27.0,0,0,0,0,10.0,6.0,8.4,13.6,2.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/day/116.png,1003,Berlin,Berlin,Germany,52.52,13.41,Europe/Berlin,1701478822,2023-12-02 2:00 +1701615600,2023-12-03 16:00,-3.6,25.5,0,3.8,6.1,244,WSW,1022.0,30.19,0.0,0.0,97,43,-6.3,20.8,-6.3,20.8,-3.6,25.5,-4.1,24.6,0,0,0,0,2.0,1.0,7.7,12.5,1.0,Mist,//cdn.weatherapi.com/weather/64x64/night/143.png,1030,Berlin,Berlin,Germany,52.52,13.41,Europe/Berlin,1701478822,2023-12-02 2:00 +1701619200,2023-12-03 17:00,-4.2,24.4,0,3.8,6.1,247,WSW,1023.0,30.2,0.0,0.0,98,42,-7.0,19.5,-7.0,19.5,-4.3,24.4,-4.6,23.8,0,0,0,0,0.0,0.0,8.0,12.9,1.0,Freezing fog,//cdn.weatherapi.com/weather/64x64/night/260.png,1147,Berlin,Berlin,Germany,52.52,13.41,Europe/Berlin,1701478822,2023-12-02 2:00 +1701622800,2023-12-03 18:00,-4.5,24.0,0,4.0,6.5,242,WSW,1023.0,30.21,0.0,0.0,97,42,-7.4,18.7,-7.4,18.7,-4.5,24.0,-4.8,23.4,0,0,0,0,0.0,0.0,8.5,13.6,1.0,Freezing fog,//cdn.weatherapi.com/weather/64x64/night/260.png,1147,Berlin,Berlin,Germany,52.52,13.41,Europe/Berlin,1701478822,2023-12-02 2:00 +1701626400,2023-12-03 19:00,-4.7,23.6,0,3.6,5.8,219,SW,1023.0,30.21,0.0,0.0,98,52,-7.3,18.9,-7.3,18.9,-4.7,23.6,-5.0,23.1,0,0,0,0,0.0,0.0,7.5,12.1,1.0,Freezing fog,//cdn.weatherapi.com/weather/64x64/night/260.png,1147,Berlin,Berlin,Germany,52.52,13.41,Europe/Berlin,1701478822,2023-12-02 2:00 +1701630000,2023-12-03 20:00,-4.7,23.5,0,4.0,6.5,213,SSW,1023.0,30.21,0.0,0.0,98,54,-7.7,18.2,-7.7,18.2,-4.7,23.5,-5.1,22.9,0,0,0,0,0.0,0.0,8.5,13.6,1.0,Freezing fog,//cdn.weatherapi.com/weather/64x64/night/260.png,1147,Berlin,Berlin,Germany,52.52,13.41,Europe/Berlin,1701478822,2023-12-02 2:00 +1701633600,2023-12-03 21:00,-4.6,23.7,0,4.5,7.2,211,SSW,1023.0,30.2,0.0,0.0,97,37,-7.9,17.8,-7.9,17.8,-4.6,23.7,-5.1,22.9,0,0,0,0,2.0,1.0,9.4,15.1,1.0,Mist,//cdn.weatherapi.com/weather/64x64/night/143.png,1030,Berlin,Berlin,Germany,52.52,13.41,Europe/Berlin,1701478822,2023-12-02 2:00 +1701637200,2023-12-03 22:00,-4.7,23.6,0,5.1,8.3,214,SW,1023.0,30.21,0.0,0.0,96,28,-8.3,17.0,-8.3,17.0,-4.7,23.6,-5.3,22.5,0,0,0,0,2.0,1.0,10.4,16.8,1.0,Mist,//cdn.weatherapi.com/weather/64x64/night/143.png,1030,Berlin,Berlin,Germany,52.52,13.41,Europe/Berlin,1701478822,2023-12-02 2:00 +1701640800,2023-12-03 23:00,-5.0,23.0,0,4.9,7.9,203,SSW,1023.0,30.2,0.0,0.0,96,23,-8.6,16.5,-8.6,16.5,-5.0,23.0,-5.5,22.0,0,0,0,0,2.0,1.0,10.3,16.6,1.0,Mist,//cdn.weatherapi.com/weather/64x64/night/143.png,1030,Berlin,Berlin,Germany,52.52,13.41,Europe/Berlin,1701478822,2023-12-02 2:00 +1701644400,2023-12-04 00:00,-5.2,22.7,0,4.7,7.6,191,SSW,1022.0,30.19,0.0,0.0,96,21,-8.7,16.4,-8.7,16.4,-5.2,22.7,-5.8,21.6,0,0,0,0,2.0,1.0,9.9,15.9,1.0,Mist,//cdn.weatherapi.com/weather/64x64/night/143.png,1030,Berlin,Berlin,Germany,52.52,13.41,Europe/Berlin,1701478822,2023-12-02 2:00 +1701648000,2023-12-04 01:00,-5.3,22.5,0,5.1,8.3,184,S,1022.0,30.18,0.0,0.0,95,14,-9.0,15.8,-9.0,15.8,-5.3,22.5,-5.9,21.3,0,0,0,0,2.0,1.0,10.8,17.4,1.0,Mist,//cdn.weatherapi.com/weather/64x64/night/143.png,1030,Berlin,Berlin,Germany,52.52,13.41,Europe/Berlin,1701478822,2023-12-02 2:00 +1701651600,2023-12-04 02:00,-5.4,22.2,0,5.4,8.6,192,SSW,1022.0,30.17,0.0,0.0,95,17,-9.4,15.2,-9.4,15.2,-5.4,22.2,-6.1,21.0,0,0,0,0,2.0,1.0,11.1,17.8,1.0,Mist,//cdn.weatherapi.com/weather/64x64/night/143.png,1030,Berlin,Berlin,Germany,52.52,13.41,Europe/Berlin,1701478822,2023-12-02 2:00 +1701655200,2023-12-04 03:00,-5.3,22.5,0,4.7,7.6,167,SSE,1021.0,30.16,0.0,0.0,95,26,-8.8,16.2,-8.8,16.2,-5.3,22.5,-6.0,21.2,0,0,0,0,2.0,1.0,9.8,15.7,1.0,Mist,//cdn.weatherapi.com/weather/64x64/night/143.png,1030,Berlin,Berlin,Germany,52.52,13.41,Europe/Berlin,1701478822,2023-12-02 2:00 +1701658800,2023-12-04 04:00,-5.0,23.0,0,5.1,8.3,163,SSE,1021.0,30.14,0.0,0.0,93,100,-8.7,16.3,-8.7,16.3,-5.0,23.0,-6.0,21.3,0,0,0,0,10.0,6.0,10.3,16.6,1.0,Overcast,//cdn.weatherapi.com/weather/64x64/night/122.png,1009,Berlin,Berlin,Germany,52.52,13.41,Europe/Berlin,1701478822,2023-12-02 2:00 +1701662400,2023-12-04 05:00,-5.0,22.9,0,5.6,9.0,166,SSE,1021.0,30.14,0.0,0.0,92,51,-9.0,15.8,-9.0,15.8,-5.0,22.9,-6.2,20.9,0,0,0,0,10.0,6.0,10.7,17.3,1.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/night/116.png,1003,Berlin,Berlin,Germany,52.52,13.41,Europe/Berlin,1701478822,2023-12-02 2:00 +1701666000,2023-12-04 06:00,-4.8,23.3,0,6.3,10.1,152,SSE,1020.0,30.12,0.0,0.0,89,69,-9.1,15.6,-9.1,15.6,-4.8,23.3,-6.3,20.7,0,0,0,0,10.0,6.0,12.1,19.4,1.0,Cloudy,//cdn.weatherapi.com/weather/64x64/night/119.png,1006,Berlin,Berlin,Germany,52.52,13.41,Europe/Berlin,1701478822,2023-12-02 2:00 +1701669600,2023-12-04 07:00,-4.8,23.4,0,6.5,10.4,154,SSE,1020.0,30.11,0.0,0.0,88,86,-9.2,15.5,-9.2,15.5,-4.8,23.4,-6.4,20.4,0,0,0,0,10.0,6.0,12.3,19.8,1.0,Cloudy,//cdn.weatherapi.com/weather/64x64/night/119.png,1006,Berlin,Berlin,Germany,52.52,13.41,Europe/Berlin,1701478822,2023-12-02 2:00 +1701673200,2023-12-04 08:00,-4.7,23.6,1,6.9,11.2,142,SE,1019.0,30.1,0.0,0.0,87,39,-9.2,15.4,-9.2,15.4,-4.7,23.6,-6.4,20.4,0,0,0,0,10.0,6.0,13.2,21.2,2.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/day/116.png,1003,Berlin,Berlin,Germany,52.52,13.41,Europe/Berlin,1701478822,2023-12-02 2:00 +1701676800,2023-12-04 09:00,-4.5,24.0,1,7.2,11.5,137,SE,1019.0,30.1,0.0,0.0,88,46,-9.1,15.7,-9.1,15.7,-4.5,24.0,-6.1,21.0,0,0,0,0,10.0,6.0,12.9,20.8,2.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/day/116.png,1003,Berlin,Berlin,Germany,52.52,13.41,Europe/Berlin,1701478822,2023-12-02 2:00 +1701680400,2023-12-04 10:00,-3.4,25.8,1,8.3,13.3,136,SE,1019.0,30.08,0.0,0.0,85,48,-8.3,17.1,-8.3,17.1,-3.4,25.8,-5.6,22.0,0,0,0,0,10.0,6.0,13.0,20.9,2.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/day/116.png,1003,Berlin,Berlin,Germany,52.52,13.41,Europe/Berlin,1701478822,2023-12-02 2:00 +1701684000,2023-12-04 11:00,-2.8,27.0,1,9.2,14.8,139,SE,1018.0,30.07,0.0,0.0,82,37,-7.8,18.0,-7.8,18.0,-2.8,27.1,-5.3,22.4,0,0,0,0,10.0,6.0,13.4,21.6,2.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/day/116.png,1003,Berlin,Berlin,Germany,52.52,13.41,Europe/Berlin,1701478822,2023-12-02 2:00 +1701687600,2023-12-04 12:00,-2.2,28.1,1,9.4,15.1,146,SSE,1017.0,30.04,0.0,0.0,81,28,-7.1,19.2,-7.1,19.2,-2.2,28.1,-5.0,23.0,0,0,0,0,10.0,6.0,13.2,21.2,2.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/day/116.png,1003,Berlin,Berlin,Germany,52.52,13.41,Europe/Berlin,1701478822,2023-12-02 2:00 +1701691200,2023-12-04 13:00,-1.5,29.3,1,9.4,15.1,143,SE,1017.0,30.02,0.0,0.0,80,30,-6.3,20.7,-6.3,20.7,-1.5,29.3,-4.5,23.9,0,0,0,0,10.0,6.0,13.2,21.2,2.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/day/116.png,1003,Berlin,Berlin,Germany,52.52,13.41,Europe/Berlin,1701478822,2023-12-02 2:00 +1701694800,2023-12-04 14:00,-1.4,29.5,1,9.6,15.5,140,SE,1016.0,29.99,0.0,0.0,81,48,-6.2,20.8,-6.2,20.8,-1.4,29.5,-4.3,24.3,0,0,0,0,10.0,6.0,14.3,23.0,2.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/day/116.png,1003,Berlin,Berlin,Germany,52.52,13.41,Europe/Berlin,1701478822,2023-12-02 2:00 +1701698400,2023-12-04 15:00,-1.6,29.1,1,9.8,15.8,138,SE,1015.0,29.97,0.0,0.0,82,96,-6.6,20.2,-6.6,20.2,-1.6,29.1,-4.3,24.3,0,0,0,0,10.0,6.0,15.3,24.7,1.0,Overcast,//cdn.weatherapi.com/weather/64x64/day/122.png,1009,Berlin,Berlin,Germany,52.52,13.41,Europe/Berlin,1701478822,2023-12-02 2:00 +1701702000,2023-12-04 16:00,-1.8,28.7,0,10.1,16.2,133,SE,1014.0,29.95,0.0,0.0,83,100,-6.9,19.6,-6.9,19.6,-1.8,28.7,-4.4,24.2,0,0,0,0,10.0,6.0,16.2,26.1,1.0,Overcast,//cdn.weatherapi.com/weather/64x64/night/122.png,1009,Berlin,Berlin,Germany,52.52,13.41,Europe/Berlin,1701478822,2023-12-02 2:00 +1701705600,2023-12-04 17:00,-1.5,29.3,0,11.0,17.6,132,SE,1014.0,29.93,0.0,0.0,81,100,-6.8,19.8,-6.8,19.8,-1.5,29.3,-4.3,24.3,0,0,0,0,10.0,6.0,17.3,27.9,1.0,Overcast,//cdn.weatherapi.com/weather/64x64/night/122.png,1009,Berlin,Berlin,Germany,52.52,13.41,Europe/Berlin,1701478822,2023-12-02 2:00 +1701709200,2023-12-04 18:00,-1.2,29.8,0,11.2,18.0,141,SE,1013.0,29.92,0.0,0.0,80,100,-6.5,20.3,-6.5,20.3,-1.2,29.8,-4.3,24.3,0,0,0,0,10.0,6.0,17.4,28.0,1.0,Overcast,//cdn.weatherapi.com/weather/64x64/night/122.png,1009,Berlin,Berlin,Germany,52.52,13.41,Europe/Berlin,1701478822,2023-12-02 2:00 +1701712800,2023-12-04 19:00,-1.4,29.5,0,11.2,18.0,141,SE,1013.0,29.91,0.0,0.0,81,100,-6.6,20.0,-6.6,20.0,-1.4,29.6,-4.3,24.3,0,0,0,0,10.0,6.0,17.4,28.0,1.0,Overcast,//cdn.weatherapi.com/weather/64x64/night/122.png,1009,Berlin,Berlin,Germany,52.52,13.41,Europe/Berlin,1701478822,2023-12-02 2:00 +1701716400,2023-12-04 20:00,-1.5,29.3,0,11.4,18.4,143,SE,1012.0,29.89,0.0,0.0,82,100,-6.9,19.6,-6.9,19.6,-1.5,29.3,-4.2,24.4,0,0,0,0,10.0,6.0,17.4,28.1,1.0,Overcast,//cdn.weatherapi.com/weather/64x64/night/122.png,1009,Berlin,Berlin,Germany,52.52,13.41,Europe/Berlin,1701478822,2023-12-02 2:00 +1701720000,2023-12-04 21:00,-1.7,28.9,0,11.2,18.0,145,SE,1012.0,29.88,0.03,0.0,84,100,-7.1,19.2,-7.1,19.2,-1.7,28.9,-4.0,24.8,0,0,1,89,10.0,6.0,16.7,26.9,1.0,Light freezing rain,//cdn.weatherapi.com/weather/64x64/night/311.png,1198,Berlin,Berlin,Germany,52.52,13.41,Europe/Berlin,1701478822,2023-12-02 2:00 +1701723600,2023-12-04 22:00,-2.2,28.0,0,10.5,16.9,139,SE,1011.0,29.86,0.72,0.03,94,100,-7.6,18.4,-7.6,18.4,-2.3,28.0,-3.1,26.4,0,0,1,80,2.0,1.0,15.5,24.9,1.0,Heavy snow,//cdn.weatherapi.com/weather/64x64/night/338.png,1225,Berlin,Berlin,Germany,52.52,13.41,Europe/Berlin,1701478822,2023-12-02 2:00 +1701727200,2023-12-04 23:00,-2.0,28.4,0,9.6,15.5,143,SE,1011.0,29.85,0.55,0.02,95,100,-7.0,19.4,-7.0,19.4,-2.0,28.4,-2.7,27.2,0,0,0,60,9.0,5.0,14.1,22.7,1.0,Light sleet,//cdn.weatherapi.com/weather/64x64/night/317.png,1204,Berlin,Berlin,Germany,52.52,13.41,Europe/Berlin,1701478822,2023-12-02 2:00 +1701442800,2023-12-02 00:00,9.3,48.7,0,9.6,15.5,351,N,1015.0,29.97,0.0,0.0,51,3,6.9,44.5,6.9,44.5,9.3,48.7,-0.4,31.3,0,0,0,0,10.0,6.0,12.9,20.8,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Tokyo,Tokyo,Japan,35.68,139.65,Asia/Tokyo,1701478823,2023-12-02 10:00 +1701446400,2023-12-02 01:00,9.0,48.2,0,8.7,14.0,354,N,1015.0,29.97,0.0,0.0,53,3,6.8,44.3,6.8,44.3,9.0,48.2,0.1,32.2,0,0,0,0,10.0,6.0,11.7,18.9,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Tokyo,Tokyo,Japan,35.68,139.65,Asia/Tokyo,1701478823,2023-12-02 10:00 +1701450000,2023-12-02 02:00,8.8,47.9,0,8.3,13.3,352,N,1015.0,29.97,0.0,0.0,54,2,6.7,44.0,6.7,44.0,8.8,47.9,0.0,32.1,0,0,0,0,10.0,6.0,11.2,18.0,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Tokyo,Tokyo,Japan,35.68,139.65,Asia/Tokyo,1701478823,2023-12-02 10:00 +1701453600,2023-12-02 03:00,8.6,47.5,0,7.2,11.5,346,NNW,1015.0,29.98,0.0,0.0,53,2,6.7,44.0,6.7,44.0,8.6,47.5,-0.3,31.4,0,0,0,0,10.0,6.0,9.7,15.6,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Tokyo,Tokyo,Japan,35.68,139.65,Asia/Tokyo,1701478823,2023-12-02 10:00 +1701457200,2023-12-02 04:00,8.5,47.2,0,6.3,10.1,338,NNW,1016.0,29.99,0.0,0.0,53,2,6.8,44.2,6.8,44.2,8.5,47.2,-0.6,30.9,0,0,0,0,10.0,6.0,8.5,13.7,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Tokyo,Tokyo,Japan,35.68,139.65,Asia/Tokyo,1701478823,2023-12-02 10:00 +1701460800,2023-12-02 05:00,8.3,47.0,0,5.6,9.0,339,NNW,1016.0,30.0,0.0,0.0,52,2,6.8,44.3,6.8,44.3,8.3,47.0,-0.9,30.4,0,0,0,0,10.0,6.0,7.7,12.3,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Tokyo,Tokyo,Japan,35.68,139.65,Asia/Tokyo,1701478823,2023-12-02 10:00 +1701464400,2023-12-02 06:00,8.2,46.8,0,5.6,9.0,344,NNW,1017.0,30.02,0.0,0.0,52,1,6.7,44.1,6.7,44.1,8.2,46.8,-1.1,30.0,0,0,0,0,10.0,6.0,7.7,12.3,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Tokyo,Tokyo,Japan,35.68,139.65,Asia/Tokyo,1701478823,2023-12-02 10:00 +1701468000,2023-12-02 07:00,8.2,46.7,1,5.6,9.0,349,N,1017.0,30.04,0.0,0.0,51,3,6.7,44.0,6.7,44.0,8.2,46.7,-1.4,29.6,0,0,0,0,10.0,6.0,7.7,12.3,3.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Tokyo,Tokyo,Japan,35.68,139.65,Asia/Tokyo,1701478823,2023-12-02 10:00 +1701471600,2023-12-02 08:00,8.5,47.3,1,6.0,9.7,353,N,1018.0,30.06,0.0,0.0,48,4,6.9,44.5,6.9,44.5,8.5,47.3,-1.7,28.9,0,0,0,0,10.0,6.0,8.1,13.0,3.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Tokyo,Tokyo,Japan,35.68,139.65,Asia/Tokyo,1701478823,2023-12-02 10:00 +1701475200,2023-12-02 09:00,9.2,48.6,1,7.6,12.2,354,N,1018.0,30.07,0.0,0.0,46,7,7.3,45.2,7.3,45.2,9.2,48.6,-1.9,28.6,0,0,0,0,10.0,6.0,9.6,15.5,3.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Tokyo,Tokyo,Japan,35.68,139.65,Asia/Tokyo,1701478823,2023-12-02 10:00 +1701478800,2023-12-02 10:00,8.0,46.4,1,5.6,9.0,330,NNW,1018.0,30.06,0.0,0.0,61,25,8.1,46.5,8.1,46.5,10.0,50.0,-1.9,28.6,0,0,0,0,10.0,6.0,10.3,16.6,3.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/day/116.png,1003,Tokyo,Tokyo,Japan,35.68,139.65,Asia/Tokyo,1701478823,2023-12-02 10:00 +1701482400,2023-12-02 11:00,10.7,51.3,1,8.9,14.4,355,N,1018.0,30.08,0.0,0.0,41,9,8.9,48.0,8.9,48.0,10.8,51.4,-2.1,28.3,0,0,0,0,10.0,6.0,10.6,17.0,4.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Tokyo,Tokyo,Japan,35.68,139.65,Asia/Tokyo,1701478823,2023-12-02 10:00 +1701486000,2023-12-02 12:00,11.4,52.6,1,8.9,14.4,355,N,1018.0,30.06,0.0,0.0,37,9,9.8,49.6,9.8,49.6,11.4,52.6,-2.6,27.4,0,0,0,0,10.0,6.0,10.5,16.9,4.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Tokyo,Tokyo,Japan,35.68,139.65,Asia/Tokyo,1701478823,2023-12-02 10:00 +1701489600,2023-12-02 13:00,12.0,53.6,1,8.7,14.0,355,N,1018.0,30.05,0.0,0.0,34,7,10.5,50.9,10.5,50.9,12.0,53.6,-3.3,26.1,0,0,0,0,10.0,6.0,10.3,16.6,4.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Tokyo,Tokyo,Japan,35.68,139.65,Asia/Tokyo,1701478823,2023-12-02 10:00 +1701493200,2023-12-02 14:00,12.4,54.3,1,8.3,13.3,359,N,1018.0,30.05,0.0,0.0,32,8,11.0,51.8,11.0,51.8,12.4,54.3,-4.0,24.8,0,0,0,0,10.0,6.0,10.0,16.1,4.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Tokyo,Tokyo,Japan,35.68,139.65,Asia/Tokyo,1701478823,2023-12-02 10:00 +1701496800,2023-12-02 15:00,12.5,54.5,1,8.1,13.0,8,N,1018.0,30.07,0.0,0.0,30,22,11.2,52.2,11.2,52.2,12.5,54.5,-4.4,24.1,0,0,0,0,10.0,6.0,10.1,16.2,4.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Tokyo,Tokyo,Japan,35.68,139.65,Asia/Tokyo,1701478823,2023-12-02 10:00 +1701500400,2023-12-02 16:00,12.3,54.2,1,7.6,12.2,13,NNE,1019.0,30.09,0.0,0.0,30,30,11.1,52.0,11.1,52.0,12.3,54.2,-4.6,23.8,0,0,0,0,10.0,6.0,10.0,16.2,4.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/day/116.png,1003,Tokyo,Tokyo,Japan,35.68,139.65,Asia/Tokyo,1701478823,2023-12-02 10:00 +1701504000,2023-12-02 17:00,12.2,53.9,0,6.5,10.4,19,NNE,1020.0,30.11,0.0,0.0,31,26,11.2,52.1,11.2,52.1,12.2,53.9,-4.4,24.0,0,0,0,0,10.0,6.0,8.8,14.1,1.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/night/116.png,1003,Tokyo,Tokyo,Japan,35.68,139.65,Asia/Tokyo,1701478823,2023-12-02 10:00 +1701507600,2023-12-02 18:00,12.0,53.7,0,6.0,9.7,32,NNE,1020.0,30.13,0.0,0.0,32,12,11.1,52.0,11.1,52.0,12.0,53.7,-4.0,24.7,0,0,0,0,10.0,6.0,8.3,13.3,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Tokyo,Tokyo,Japan,35.68,139.65,Asia/Tokyo,1701478823,2023-12-02 10:00 +1701511200,2023-12-02 19:00,11.7,53.1,0,6.0,9.7,57,ENE,1021.0,30.14,0.0,0.0,36,16,10.7,51.3,10.7,51.3,11.7,53.1,-2.7,27.1,0,0,0,0,10.0,6.0,8.3,13.3,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Tokyo,Tokyo,Japan,35.68,139.65,Asia/Tokyo,1701478823,2023-12-02 10:00 +1701514800,2023-12-02 20:00,11.2,52.1,0,6.5,10.4,75,ENE,1021.0,30.15,0.0,0.0,43,19,10.0,49.9,10.0,49.9,11.2,52.1,-0.9,30.4,0,0,0,0,10.0,6.0,8.9,14.3,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Tokyo,Tokyo,Japan,35.68,139.65,Asia/Tokyo,1701478823,2023-12-02 10:00 +1701518400,2023-12-02 21:00,10.9,51.6,0,6.0,9.7,78,ENE,1021.0,30.15,0.0,0.0,46,20,9.7,49.5,9.7,49.5,10.9,51.6,-0.3,31.6,0,0,0,0,10.0,6.0,8.3,13.3,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Tokyo,Tokyo,Japan,35.68,139.65,Asia/Tokyo,1701478823,2023-12-02 10:00 +1701522000,2023-12-02 22:00,10.6,51.0,0,4.9,7.9,69,ENE,1021.0,30.15,0.0,0.0,47,19,9.7,49.5,9.7,49.5,10.6,51.0,-0.3,31.4,0,0,0,0,10.0,6.0,6.8,10.9,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Tokyo,Tokyo,Japan,35.68,139.65,Asia/Tokyo,1701478823,2023-12-02 10:00 +1701525600,2023-12-02 23:00,10.3,50.5,0,4.3,6.8,39,NE,1021.0,30.16,0.0,0.0,46,13,9.6,49.2,9.6,49.2,10.3,50.5,-0.9,30.4,0,0,0,0,10.0,6.0,5.9,9.5,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Tokyo,Tokyo,Japan,35.68,139.65,Asia/Tokyo,1701478823,2023-12-02 10:00 +1701529200,2023-12-03 00:00,9.9,49.9,0,4.9,7.9,16,NNE,1021.0,30.15,0.0,0.0,44,6,9.0,48.1,9.0,48.1,10.0,49.9,-1.6,29.2,0,0,0,0,10.0,6.0,6.8,11.0,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Tokyo,Tokyo,Japan,35.68,139.65,Asia/Tokyo,1701478823,2023-12-02 10:00 +1701532800,2023-12-03 01:00,9.6,49.4,0,5.8,9.4,10,N,1021.0,30.15,0.0,0.0,44,6,8.3,47.0,8.3,47.0,9.6,49.4,-1.9,28.5,0,0,0,0,10.0,6.0,8.0,12.9,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Tokyo,Tokyo,Japan,35.68,139.65,Asia/Tokyo,1701478823,2023-12-02 10:00 +1701536400,2023-12-03 02:00,9.3,48.8,0,6.5,10.4,10,N,1021.0,30.15,0.0,0.0,45,7,7.7,45.9,7.7,45.9,9.3,48.8,-2.0,28.4,0,0,0,0,10.0,6.0,8.9,14.3,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Tokyo,Tokyo,Japan,35.68,139.65,Asia/Tokyo,1701478823,2023-12-02 10:00 +1701540000,2023-12-03 03:00,9.0,48.2,0,6.0,9.7,9,N,1021.0,30.15,0.0,0.0,46,9,7.5,45.5,7.5,45.5,9.0,48.2,-2.0,28.4,0,0,0,0,10.0,6.0,8.3,13.3,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Tokyo,Tokyo,Japan,35.68,139.65,Asia/Tokyo,1701478823,2023-12-02 10:00 +1701543600,2023-12-03 04:00,8.7,47.7,0,5.8,9.4,7,N,1021.0,30.14,0.0,0.0,47,7,7.2,45.0,7.2,45.0,8.7,47.7,-2.0,28.4,0,0,0,0,10.0,6.0,8.0,12.8,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Tokyo,Tokyo,Japan,35.68,139.65,Asia/Tokyo,1701478823,2023-12-02 10:00 +1701547200,2023-12-03 05:00,8.5,47.3,0,5.4,8.6,8,N,1021.0,30.15,0.0,0.0,47,16,7.1,44.8,7.1,44.8,8.5,47.3,-2.0,28.3,0,0,0,0,10.0,6.0,7.4,11.8,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Tokyo,Tokyo,Japan,35.68,139.65,Asia/Tokyo,1701478823,2023-12-02 10:00 +1701550800,2023-12-03 06:00,8.3,47.0,0,4.9,7.9,8,N,1021.0,30.15,0.0,0.0,48,20,7.1,44.7,7.1,44.7,8.3,47.0,-2.1,28.3,0,0,0,0,10.0,6.0,6.8,10.9,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Tokyo,Tokyo,Japan,35.68,139.65,Asia/Tokyo,1701478823,2023-12-02 10:00 +1701554400,2023-12-03 07:00,8.2,46.8,1,4.0,6.5,3,N,1021.0,30.15,0.0,0.0,48,14,7.3,45.1,7.3,45.1,8.2,46.8,-2.2,28.1,0,0,0,0,10.0,6.0,5.5,8.9,3.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Tokyo,Tokyo,Japan,35.68,139.65,Asia/Tokyo,1701478823,2023-12-02 10:00 +1701558000,2023-12-03 08:00,8.4,47.2,1,3.1,5.0,359,N,1021.0,30.15,0.0,0.0,47,8,8.0,46.3,8.0,46.3,8.4,47.2,-2.3,28.0,0,0,0,0,10.0,6.0,4.2,6.8,3.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Tokyo,Tokyo,Japan,35.68,139.65,Asia/Tokyo,1701478823,2023-12-02 10:00 +1701561600,2023-12-03 09:00,9.0,48.2,1,2.7,4.3,349,N,1021.0,30.14,0.0,0.0,46,6,8.8,47.9,8.8,47.9,9.0,48.2,-2.0,28.3,0,0,0,0,10.0,6.0,3.5,5.7,3.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Tokyo,Tokyo,Japan,35.68,139.65,Asia/Tokyo,1701478823,2023-12-02 10:00 +1701565200,2023-12-03 10:00,9.7,49.5,1,0.4,0.7,223,SW,1020.0,30.12,0.0,0.0,45,9,9.7,49.5,9.7,49.5,9.7,49.5,-1.6,29.0,0,0,0,0,10.0,6.0,0.6,0.9,3.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Tokyo,Tokyo,Japan,35.68,139.65,Asia/Tokyo,1701478823,2023-12-02 10:00 +1701568800,2023-12-03 11:00,10.5,50.9,1,1.3,2.2,224,SW,1019.0,30.09,0.0,0.0,45,13,10.5,50.9,10.5,50.9,10.5,50.9,-0.8,30.5,0,0,0,0,10.0,6.0,1.7,2.7,4.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Tokyo,Tokyo,Japan,35.68,139.65,Asia/Tokyo,1701478823,2023-12-02 10:00 +1701572400,2023-12-03 12:00,11.2,52.2,1,3.1,5.0,223,SW,1018.0,30.05,0.0,0.0,45,0,11.1,52.0,11.1,52.0,11.2,52.2,-0.2,31.7,0,0,0,0,10.0,6.0,3.8,6.2,4.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Tokyo,Tokyo,Japan,35.68,139.65,Asia/Tokyo,1701478823,2023-12-02 10:00 +1701576000,2023-12-03 13:00,12.0,53.5,1,6.0,9.7,199,SSW,1016.0,30.02,0.0,0.0,43,0,11.0,51.8,11.0,51.8,12.0,53.5,-0.1,31.9,0,0,0,0,10.0,6.0,7.4,11.8,4.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Tokyo,Tokyo,Japan,35.68,139.65,Asia/Tokyo,1701478823,2023-12-02 10:00 +1701579600,2023-12-03 14:00,12.8,55.0,1,6.7,10.8,190,S,1015.0,29.98,0.0,0.0,40,0,11.8,53.3,11.8,53.3,12.8,55.0,-0.5,31.0,0,0,0,0,10.0,6.0,8.2,13.2,4.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Tokyo,Tokyo,Japan,35.68,139.65,Asia/Tokyo,1701478823,2023-12-02 10:00 +1701583200,2023-12-03 15:00,13.2,55.8,1,6.0,9.7,201,SSW,1015.0,29.98,0.0,0.0,38,2,12.5,54.5,12.5,54.5,13.2,55.8,-0.8,30.5,0,0,0,0,10.0,6.0,7.7,12.4,4.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Tokyo,Tokyo,Japan,35.68,139.65,Asia/Tokyo,1701478823,2023-12-02 10:00 +1701586800,2023-12-03 16:00,13.4,56.1,1,3.6,5.8,230,SW,1015.0,29.98,0.0,0.0,37,4,13.4,56.2,13.4,56.2,13.4,56.1,-1.1,30.0,0,0,0,0,10.0,6.0,4.8,7.8,4.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Tokyo,Tokyo,Japan,35.68,139.65,Asia/Tokyo,1701478823,2023-12-02 10:00 +1701590400,2023-12-03 17:00,13.4,56.0,0,3.1,5.0,322,NW,1016.0,30.0,0.0,0.0,37,4,13.6,56.4,13.6,56.4,13.4,56.0,-1.0,30.2,0,0,0,0,10.0,6.0,4.3,6.9,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Tokyo,Tokyo,Japan,35.68,139.65,Asia/Tokyo,1701478823,2023-12-02 10:00 +1701594000,2023-12-03 18:00,12.8,55.1,0,9.6,15.5,349,N,1017.0,30.03,0.0,0.0,38,5,11.4,52.4,11.4,52.4,12.8,55.1,-1.1,30.0,0,0,0,0,10.0,6.0,13.0,21.0,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Tokyo,Tokyo,Japan,35.68,139.65,Asia/Tokyo,1701478823,2023-12-02 10:00 +1701597600,2023-12-03 19:00,12.2,54.0,0,10.1,16.2,349,N,1017.0,30.05,0.0,0.0,38,4,10.5,50.9,10.5,50.9,12.2,54.0,-1.6,29.1,0,0,0,0,10.0,6.0,13.8,22.2,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Tokyo,Tokyo,Japan,35.68,139.65,Asia/Tokyo,1701478823,2023-12-02 10:00 +1701601200,2023-12-03 20:00,11.9,53.3,0,11.4,18.4,338,NNW,1018.0,30.06,0.0,0.0,40,4,9.9,49.8,9.9,49.8,11.9,53.3,-1.4,29.4,0,0,0,0,10.0,6.0,15.7,25.3,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Tokyo,Tokyo,Japan,35.68,139.65,Asia/Tokyo,1701478823,2023-12-02 10:00 +1701604800,2023-12-03 21:00,11.4,52.6,0,13.6,22.0,343,NNW,1019.0,30.08,0.0,0.0,43,3,9.0,48.2,9.0,48.2,11.4,52.6,-0.7,30.8,0,0,0,0,10.0,6.0,18.7,30.2,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Tokyo,Tokyo,Japan,35.68,139.65,Asia/Tokyo,1701478823,2023-12-02 10:00 +1701608400,2023-12-03 22:00,10.8,51.5,0,15.7,25.2,346,NNW,1019.0,30.09,0.0,0.0,43,3,8.0,46.3,8.0,46.3,10.8,51.5,-1.3,29.8,0,0,0,0,10.0,6.0,21.1,34.0,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Tokyo,Tokyo,Japan,35.68,139.65,Asia/Tokyo,1701478823,2023-12-02 10:00 +1701612000,2023-12-03 23:00,10.3,50.5,0,14.8,23.8,344,NNW,1019.0,30.1,0.0,0.0,41,0,7.4,45.3,7.4,45.3,10.3,50.5,-2.3,27.9,0,0,0,0,10.0,6.0,19.9,32.0,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Tokyo,Tokyo,Japan,35.68,139.65,Asia/Tokyo,1701478823,2023-12-02 10:00 +1701615600,2023-12-04 00:00,9.9,49.9,0,15.0,24.1,337,NNW,1019.0,30.1,0.0,0.0,43,0,6.9,44.5,6.9,44.5,9.9,49.9,-1.9,28.6,0,0,0,0,10.0,6.0,20.5,33.0,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Tokyo,Tokyo,Japan,35.68,139.65,Asia/Tokyo,1701478823,2023-12-02 10:00 +1701619200,2023-12-04 01:00,9.7,49.4,0,14.3,23.0,331,NNW,1020.0,30.11,0.0,0.0,45,0,6.7,44.0,6.7,44.0,9.7,49.4,-1.7,29.0,0,0,0,0,10.0,6.0,19.7,31.8,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Tokyo,Tokyo,Japan,35.68,139.65,Asia/Tokyo,1701478823,2023-12-02 10:00 +1701622800,2023-12-04 02:00,9.3,48.7,0,12.5,20.2,321,NW,1020.0,30.12,0.0,0.0,46,0,6.5,43.6,6.5,43.6,9.3,48.7,-1.7,28.9,0,0,0,0,10.0,6.0,17.3,27.9,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Tokyo,Tokyo,Japan,35.68,139.65,Asia/Tokyo,1701478823,2023-12-02 10:00 +1701626400,2023-12-04 03:00,9.0,48.3,0,10.7,17.3,310,NW,1020.0,30.12,0.0,0.0,46,0,6.5,43.6,6.5,43.6,9.0,48.3,-2.0,28.4,0,0,0,0,10.0,6.0,15.1,24.3,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Tokyo,Tokyo,Japan,35.68,139.65,Asia/Tokyo,1701478823,2023-12-02 10:00 +1701630000,2023-12-04 04:00,8.9,48.0,0,9.4,15.1,311,NW,1020.0,30.12,0.0,0.0,45,0,6.5,43.7,6.5,43.7,8.9,48.0,-2.4,27.8,0,0,0,0,10.0,6.0,13.5,21.7,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Tokyo,Tokyo,Japan,35.68,139.65,Asia/Tokyo,1701478823,2023-12-02 10:00 +1701633600,2023-12-04 05:00,8.8,47.9,0,7.8,12.6,300,WNW,1020.0,30.13,0.0,0.0,43,3,6.8,44.3,6.8,44.3,8.8,47.9,-2.9,26.8,0,0,0,0,10.0,6.0,11.6,18.6,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Tokyo,Tokyo,Japan,35.68,139.65,Asia/Tokyo,1701478823,2023-12-02 10:00 +1701637200,2023-12-04 06:00,8.8,47.8,0,5.6,9.0,315,NW,1021.0,30.14,0.0,0.0,42,4,7.4,45.2,7.4,45.2,8.8,47.8,-3.5,25.6,0,0,0,0,10.0,6.0,8.4,13.5,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Tokyo,Tokyo,Japan,35.68,139.65,Asia/Tokyo,1701478823,2023-12-02 10:00 +1701640800,2023-12-04 07:00,8.7,47.6,1,5.1,8.3,343,NNW,1021.0,30.16,0.0,0.0,41,6,7.4,45.3,7.4,45.3,8.7,47.6,-3.8,25.1,0,0,0,0,10.0,6.0,7.5,12.1,3.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Tokyo,Tokyo,Japan,35.68,139.65,Asia/Tokyo,1701478823,2023-12-02 10:00 +1701644400,2023-12-04 08:00,9.1,48.3,1,5.6,9.0,346,NNW,1022.0,30.17,0.0,0.0,39,8,7.7,45.9,7.7,45.9,9.1,48.3,-4.2,24.4,0,0,0,0,10.0,6.0,7.6,12.3,3.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Tokyo,Tokyo,Japan,35.68,139.65,Asia/Tokyo,1701478823,2023-12-02 10:00 +1701648000,2023-12-04 09:00,9.9,49.8,1,5.8,9.4,349,N,1022.0,30.18,0.0,0.0,35,7,8.6,47.4,8.6,47.4,9.9,49.8,-4.7,23.5,0,0,0,0,10.0,6.0,7.6,12.2,3.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Tokyo,Tokyo,Japan,35.68,139.65,Asia/Tokyo,1701478823,2023-12-02 10:00 +1701651600,2023-12-04 10:00,10.8,51.5,1,5.1,8.3,351,N,1022.0,30.18,0.0,0.0,32,6,9.9,49.9,9.9,49.9,10.8,51.5,-5.3,22.4,0,0,0,0,10.0,6.0,6.5,10.4,4.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Tokyo,Tokyo,Japan,35.68,139.65,Asia/Tokyo,1701478823,2023-12-02 10:00 +1701655200,2023-12-04 11:00,11.6,53.0,1,4.5,7.2,347,NNW,1021.0,30.16,0.0,0.0,29,4,11.1,52.0,11.1,52.0,11.6,53.0,-5.6,22.0,0,0,0,0,10.0,6.0,5.5,8.9,4.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Tokyo,Tokyo,Japan,35.68,139.65,Asia/Tokyo,1701478823,2023-12-02 10:00 +1701658800,2023-12-04 12:00,12.3,54.1,1,2.7,4.3,323,NW,1021.0,30.14,0.0,0.0,29,3,12.5,54.5,12.5,54.5,12.3,54.1,-5.3,22.5,0,0,0,0,10.0,6.0,3.3,5.4,4.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Tokyo,Tokyo,Japan,35.68,139.65,Asia/Tokyo,1701478823,2023-12-02 10:00 +1701662400,2023-12-04 13:00,12.7,54.8,1,1.3,2.2,256,WSW,1020.0,30.13,0.0,0.0,30,2,12.7,54.8,12.7,54.8,12.7,54.8,-4.3,24.3,0,0,0,0,10.0,6.0,1.7,2.7,4.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Tokyo,Tokyo,Japan,35.68,139.65,Asia/Tokyo,1701478823,2023-12-02 10:00 +1701666000,2023-12-04 14:00,13.0,55.5,1,2.0,3.2,179,S,1020.0,30.13,0.0,0.0,32,3,13.7,56.7,13.7,56.7,13.0,55.5,-3.1,26.3,0,0,0,0,10.0,6.0,2.6,4.1,4.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Tokyo,Tokyo,Japan,35.68,139.65,Asia/Tokyo,1701478823,2023-12-02 10:00 +1701669600,2023-12-04 15:00,13.1,55.7,1,3.6,5.8,155,SSE,1020.0,30.13,0.0,0.0,35,5,13.2,55.7,13.2,55.7,13.2,55.7,-2.0,28.4,0,0,0,0,10.0,6.0,4.7,7.5,4.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Tokyo,Tokyo,Japan,35.68,139.65,Asia/Tokyo,1701478823,2023-12-02 10:00 +1701673200,2023-12-04 16:00,13.1,55.6,1,5.1,8.3,152,SSE,1021.0,30.14,0.0,0.0,38,13,12.6,54.7,12.6,54.7,13.1,55.6,-0.8,30.6,0,0,0,0,10.0,6.0,6.9,11.1,4.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Tokyo,Tokyo,Japan,35.68,139.65,Asia/Tokyo,1701478823,2023-12-02 10:00 +1701676800,2023-12-04 17:00,12.9,55.2,0,5.1,8.3,135,SE,1021.0,30.15,0.0,0.0,42,25,12.4,54.3,12.4,54.3,12.9,55.2,0.3,32.6,0,0,0,0,10.0,6.0,7.0,11.3,1.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/night/116.png,1003,Tokyo,Tokyo,Japan,35.68,139.65,Asia/Tokyo,1701478823,2023-12-02 10:00 +1701680400,2023-12-04 18:00,12.8,55.0,0,4.5,7.2,123,ESE,1021.0,30.15,0.0,0.0,43,37,12.4,54.4,12.4,54.4,12.8,55.0,0.7,33.3,0,0,0,0,10.0,6.0,6.2,9.9,1.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/night/116.png,1003,Tokyo,Tokyo,Japan,35.68,139.65,Asia/Tokyo,1701478823,2023-12-02 10:00 +1701684000,2023-12-04 19:00,12.7,54.9,0,4.3,6.8,148,SSE,1022.0,30.18,0.0,0.0,44,74,12.4,54.3,12.4,54.3,12.7,54.9,0.9,33.7,0,0,0,0,10.0,6.0,6.0,9.6,1.0,Cloudy,//cdn.weatherapi.com/weather/64x64/night/119.png,1006,Tokyo,Tokyo,Japan,35.68,139.65,Asia/Tokyo,1701478823,2023-12-02 10:00 +1701687600,2023-12-04 20:00,12.5,54.6,0,4.9,7.9,155,SSE,1022.0,30.19,0.0,0.0,46,100,12.0,53.6,12.0,53.6,12.5,54.6,1.2,34.2,0,0,0,0,10.0,6.0,7.0,11.3,1.0,Overcast,//cdn.weatherapi.com/weather/64x64/night/122.png,1009,Tokyo,Tokyo,Japan,35.68,139.65,Asia/Tokyo,1701478823,2023-12-02 10:00 +1701691200,2023-12-04 21:00,12.7,54.8,0,5.4,8.6,141,SE,1022.0,30.18,0.0,0.0,44,86,12.1,53.7,12.1,53.7,12.7,54.8,0.9,33.5,0,0,0,0,10.0,6.0,7.4,12.0,1.0,Cloudy,//cdn.weatherapi.com/weather/64x64/night/119.png,1006,Tokyo,Tokyo,Japan,35.68,139.65,Asia/Tokyo,1701478823,2023-12-02 10:00 +1701694800,2023-12-04 22:00,12.7,54.8,0,5.1,8.3,147,SSE,1022.0,30.18,0.0,0.0,43,73,12.1,53.7,12.1,53.7,12.7,54.8,0.4,32.6,0,0,0,0,10.0,6.0,7.1,11.5,1.0,Cloudy,//cdn.weatherapi.com/weather/64x64/night/119.png,1006,Tokyo,Tokyo,Japan,35.68,139.65,Asia/Tokyo,1701478823,2023-12-02 10:00 +1701698400,2023-12-04 23:00,12.6,54.7,0,4.3,6.8,135,SE,1022.0,30.18,0.0,0.0,42,69,12.3,54.1,12.3,54.1,12.6,54.7,0.2,32.4,0,0,0,0,10.0,6.0,5.9,9.5,1.0,Cloudy,//cdn.weatherapi.com/weather/64x64/night/119.png,1006,Tokyo,Tokyo,Japan,35.68,139.65,Asia/Tokyo,1701478823,2023-12-02 10:00 +1701446400,2023-12-02 00:00,-0.3,31.4,0,1.3,2.2,241,WSW,1026.0,30.29,0.0,0.0,28,4,-0.3,31.4,-0.3,31.4,-0.3,31.4,-16.5,2.3,0,0,0,0,10.0,6.0,2.4,3.9,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Beijing,Beijing,China,39.9,116.41,Asia/Shanghai,1701478824,2023-12-02 9:00 +1701450000,2023-12-02 01:00,-0.5,31.2,0,1.1,1.8,260,W,1025.0,30.27,0.0,0.0,28,5,-0.5,31.2,-0.5,31.2,-0.5,31.2,-16.6,2.0,0,0,0,0,10.0,6.0,2.0,3.2,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Beijing,Beijing,China,39.9,116.41,Asia/Shanghai,1701478824,2023-12-02 9:00 +1701453600,2023-12-02 02:00,-0.5,31.1,0,1.3,2.2,334,NNW,1025.0,30.27,0.0,0.0,28,10,-0.5,31.1,-0.5,31.1,-0.5,31.1,-16.8,1.8,0,0,0,0,10.0,6.0,2.4,3.9,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Beijing,Beijing,China,39.9,116.41,Asia/Shanghai,1701478824,2023-12-02 9:00 +1701457200,2023-12-02 03:00,-0.6,31.0,0,2.7,4.3,353,N,1025.0,30.26,0.0,0.0,28,23,-1.9,28.6,-1.9,28.6,-0.6,31.0,-16.9,1.5,0,0,0,0,10.0,6.0,4.9,7.8,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Beijing,Beijing,China,39.9,116.41,Asia/Shanghai,1701478824,2023-12-02 9:00 +1701460800,2023-12-02 04:00,-0.6,31.0,0,3.1,5.0,5,N,1025.0,30.26,0.0,0.0,27,12,-2.3,27.9,-2.3,27.9,-0.6,31.0,-17.3,0.9,0,0,0,0,10.0,6.0,5.8,9.4,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Beijing,Beijing,China,39.9,116.41,Asia/Shanghai,1701478824,2023-12-02 9:00 +1701464400,2023-12-02 05:00,-0.5,31.1,0,3.4,5.4,7,N,1025.0,30.27,0.0,0.0,26,5,-2.4,27.8,-2.4,27.8,-0.5,31.1,-17.7,0.2,0,0,0,0,10.0,6.0,6.8,10.9,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Beijing,Beijing,China,39.9,116.41,Asia/Shanghai,1701478824,2023-12-02 9:00 +1701468000,2023-12-02 06:00,0.6,33.0,0,6.0,9.7,345,NNW,1025.0,30.27,0.0,0.0,22,1,-2.6,27.4,-2.6,27.4,0.6,33.0,-18.6,-1.5,0,0,0,0,10.0,6.0,11.6,18.7,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Beijing,Beijing,China,39.9,116.41,Asia/Shanghai,1701478824,2023-12-02 9:00 +1701471600,2023-12-02 07:00,0.8,33.4,0,6.9,11.2,344,NNW,1026.0,30.29,0.0,0.0,21,0,-2.7,27.2,-2.7,27.2,0.8,33.4,-18.9,-1.9,0,0,0,0,10.0,6.0,13.3,21.5,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Beijing,Beijing,China,39.9,116.41,Asia/Shanghai,1701478824,2023-12-02 9:00 +1701475200,2023-12-02 08:00,-3.0,26.6,1,4.3,6.8,50,NE,1027.0,30.33,0.0,0.0,58,0,-2.4,27.8,-2.4,27.8,1.1,34.0,-18.8,-1.8,0,0,0,0,10.0,6.0,13.4,21.5,2.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Beijing,Beijing,China,39.9,116.41,Asia/Shanghai,1701478824,2023-12-02 9:00 +1701478800,2023-12-02 09:00,2.2,35.9,1,7.2,11.5,343,NNW,1027.0,30.33,0.0,0.0,20,0,-1.1,30.1,-1.1,30.1,2.2,35.9,-18.3,-0.9,0,0,0,0,10.0,6.0,11.8,19.0,2.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Beijing,Beijing,China,39.9,116.41,Asia/Shanghai,1701478824,2023-12-02 9:00 +1701482400,2023-12-02 10:00,3.4,38.2,1,6.9,11.2,343,NNW,1028.0,30.34,0.0,0.0,19,0,0.5,33.0,0.5,33.0,3.4,38.2,-17.8,-0.0,0,0,0,0,10.0,6.0,10.3,16.5,2.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Beijing,Beijing,China,39.9,116.41,Asia/Shanghai,1701478824,2023-12-02 9:00 +1701486000,2023-12-02 11:00,4.7,40.5,1,7.4,11.9,342,NNW,1028.0,30.35,0.0,0.0,18,0,2.0,35.5,2.0,35.5,4.7,40.5,-17.2,1.1,0,0,0,0,10.0,6.0,10.1,16.2,2.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Beijing,Beijing,China,39.9,116.41,Asia/Shanghai,1701478824,2023-12-02 9:00 +1701489600,2023-12-02 12:00,5.8,42.4,1,7.6,12.2,346,NNW,1027.0,30.33,0.0,0.0,18,0,3.2,37.7,3.2,37.7,5.8,42.4,-16.6,2.2,0,0,0,0,10.0,6.0,9.9,15.9,3.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Beijing,Beijing,China,39.9,116.41,Asia/Shanghai,1701478824,2023-12-02 9:00 +1701493200,2023-12-02 13:00,6.5,43.8,1,8.3,13.3,351,N,1027.0,30.31,0.0,0.0,18,0,3.9,39.0,3.9,39.0,6.5,43.8,-16.0,3.2,0,0,0,0,10.0,6.0,10.6,17.1,3.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Beijing,Beijing,China,39.9,116.41,Asia/Shanghai,1701478824,2023-12-02 9:00 +1701496800,2023-12-02 14:00,7.0,44.5,1,8.1,13.0,355,N,1026.0,30.3,0.0,0.0,18,0,4.5,40.0,4.5,40.0,7.0,44.5,-15.6,4.0,0,0,0,0,10.0,6.0,10.5,17.0,3.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Beijing,Beijing,China,39.9,116.41,Asia/Shanghai,1701478824,2023-12-02 9:00 +1701500400,2023-12-02 15:00,6.8,44.2,1,6.3,10.1,6,N,1026.0,30.3,0.0,0.0,19,0,4.8,40.6,4.8,40.6,6.8,44.2,-14.9,5.3,0,0,0,0,10.0,6.0,8.6,13.9,3.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Beijing,Beijing,China,39.9,116.41,Asia/Shanghai,1701478824,2023-12-02 9:00 +1701504000,2023-12-02 16:00,5.7,42.3,1,4.9,7.9,17,NNE,1026.0,30.31,0.0,0.0,22,0,4.0,39.3,4.0,39.3,5.8,42.4,-14.3,6.3,0,0,0,0,10.0,6.0,7.7,12.5,3.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Beijing,Beijing,China,39.9,116.41,Asia/Shanghai,1701478824,2023-12-02 9:00 +1701507600,2023-12-02 17:00,4.2,39.6,0,3.8,6.1,18,NNE,1027.0,30.32,0.0,0.0,25,0,2.8,37.1,2.8,37.1,4.2,39.6,-14.1,6.7,0,0,0,0,10.0,6.0,7.0,11.2,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Beijing,Beijing,China,39.9,116.41,Asia/Shanghai,1701478824,2023-12-02 9:00 +1701511200,2023-12-02 18:00,3.4,38.1,0,2.7,4.3,9,N,1027.0,30.34,0.0,0.0,27,0,2.6,36.6,2.6,36.6,3.4,38.1,-13.7,7.4,0,0,0,0,10.0,6.0,5.0,8.1,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Beijing,Beijing,China,39.9,116.41,Asia/Shanghai,1701478824,2023-12-02 9:00 +1701514800,2023-12-02 19:00,2.8,37.1,0,2.0,3.2,354,N,1028.0,30.35,0.0,0.0,29,0,2.5,36.5,2.5,36.5,2.8,37.1,-13.6,7.6,0,0,0,0,10.0,6.0,3.8,6.1,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Beijing,Beijing,China,39.9,116.41,Asia/Shanghai,1701478824,2023-12-02 9:00 +1701518400,2023-12-02 20:00,2.4,36.4,0,2.2,3.6,330,NNW,1028.0,30.36,0.0,0.0,29,0,1.9,35.3,1.9,35.3,2.4,36.4,-13.5,7.7,0,0,0,0,10.0,6.0,4.2,6.8,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Beijing,Beijing,China,39.9,116.41,Asia/Shanghai,1701478824,2023-12-02 9:00 +1701522000,2023-12-02 21:00,2.2,35.9,0,2.0,3.2,304,NW,1028.0,30.37,0.0,0.0,30,0,1.8,35.2,1.8,35.2,2.2,35.9,-13.7,7.4,0,0,0,0,10.0,6.0,3.8,6.2,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Beijing,Beijing,China,39.9,116.41,Asia/Shanghai,1701478824,2023-12-02 9:00 +1701525600,2023-12-02 22:00,1.9,35.5,0,1.8,2.9,280,W,1029.0,30.38,0.0,0.0,30,0,1.9,35.5,1.9,35.5,1.9,35.5,-13.9,6.9,0,0,0,0,10.0,6.0,3.5,5.6,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Beijing,Beijing,China,39.9,116.41,Asia/Shanghai,1701478824,2023-12-02 9:00 +1701529200,2023-12-02 23:00,1.7,35.0,0,1.3,2.2,280,W,1029.0,30.39,0.0,0.0,29,0,1.7,35.0,1.7,35.0,1.7,35.0,-14.3,6.3,0,0,0,0,10.0,6.0,2.6,4.2,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Beijing,Beijing,China,39.9,116.41,Asia/Shanghai,1701478824,2023-12-02 9:00 +1701532800,2023-12-03 00:00,1.4,34.5,0,1.3,2.2,285,WNW,1029.0,30.39,0.0,0.0,29,0,1.4,34.5,1.4,34.5,1.4,34.5,-14.5,5.9,0,0,0,0,10.0,6.0,2.6,4.2,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Beijing,Beijing,China,39.9,116.41,Asia/Shanghai,1701478824,2023-12-02 9:00 +1701536400,2023-12-03 01:00,1.1,34.0,0,1.1,1.8,300,WNW,1029.0,30.38,0.0,0.0,30,0,1.1,34.0,1.1,34.0,1.1,34.0,-14.6,5.7,0,0,0,0,10.0,6.0,2.2,3.5,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Beijing,Beijing,China,39.9,116.41,Asia/Shanghai,1701478824,2023-12-02 9:00 +1701540000,2023-12-03 02:00,0.8,33.5,0,1.1,1.8,317,NW,1029.0,30.38,0.0,0.0,30,0,0.8,33.5,0.8,33.5,0.8,33.5,-14.8,5.4,0,0,0,0,10.0,6.0,2.2,3.5,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Beijing,Beijing,China,39.9,116.41,Asia/Shanghai,1701478824,2023-12-02 9:00 +1701543600,2023-12-03 03:00,0.6,33.1,0,1.6,2.5,317,NW,1028.0,30.37,0.0,0.0,30,0,0.6,33.1,0.6,33.1,0.6,33.1,-14.9,5.2,0,0,0,0,10.0,6.0,3.0,4.8,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Beijing,Beijing,China,39.9,116.41,Asia/Shanghai,1701478824,2023-12-02 9:00 +1701547200,2023-12-03 04:00,0.4,32.8,0,1.6,2.5,324,NW,1028.0,30.36,0.0,0.0,30,0,0.4,32.8,0.4,32.8,0.4,32.8,-15.1,4.9,0,0,0,0,10.0,6.0,3.0,4.8,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Beijing,Beijing,China,39.9,116.41,Asia/Shanghai,1701478824,2023-12-02 9:00 +1701550800,2023-12-03 05:00,0.3,32.6,0,1.6,2.5,352,N,1028.0,30.35,0.0,0.0,30,0,0.3,32.6,0.3,32.6,0.3,32.6,-15.1,4.9,0,0,0,0,10.0,6.0,3.0,4.8,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Beijing,Beijing,China,39.9,116.41,Asia/Shanghai,1701478824,2023-12-02 9:00 +1701554400,2023-12-03 06:00,0.2,32.3,0,1.3,2.2,358,N,1028.0,30.35,0.0,0.0,31,0,0.2,32.3,0.2,32.3,0.2,32.3,-14.8,5.4,0,0,0,0,10.0,6.0,2.5,4.0,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Beijing,Beijing,China,39.9,116.41,Asia/Shanghai,1701478824,2023-12-02 9:00 +1701558000,2023-12-03 07:00,0.1,32.1,0,0.7,1.1,330,NNW,1028.0,30.35,0.0,0.0,32,0,0.1,32.1,0.1,32.1,0.1,32.1,-14.6,5.8,0,0,0,0,10.0,6.0,1.2,2.0,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Beijing,Beijing,China,39.9,116.41,Asia/Shanghai,1701478824,2023-12-02 9:00 +1701561600,2023-12-03 08:00,0.3,32.5,1,0.7,1.1,309,NW,1028.0,30.35,0.0,0.0,32,2,0.3,32.5,0.3,32.5,0.3,32.5,-14.4,6.0,0,0,0,0,10.0,6.0,1.2,1.9,2.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Beijing,Beijing,China,39.9,116.41,Asia/Shanghai,1701478824,2023-12-02 9:00 +1701565200,2023-12-03 09:00,1.3,34.3,1,0.2,0.4,312,NW,1028.0,30.35,0.0,0.0,30,1,1.3,34.3,1.3,34.3,1.3,34.3,-14.4,6.1,0,0,0,0,10.0,6.0,0.3,0.5,2.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Beijing,Beijing,China,39.9,116.41,Asia/Shanghai,1701478824,2023-12-02 9:00 +1701568800,2023-12-03 10:00,2.5,36.5,1,0.2,0.4,207,SSW,1028.0,30.35,0.0,0.0,27,0,2.5,36.5,2.5,36.5,2.5,36.5,-14.5,5.9,0,0,0,0,10.0,6.0,0.3,0.5,2.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Beijing,Beijing,China,39.9,116.41,Asia/Shanghai,1701478824,2023-12-02 9:00 +1701572400,2023-12-03 11:00,3.7,38.6,1,0.9,1.4,179,S,1027.0,30.33,0.0,0.0,24,0,3.7,38.6,3.7,38.6,3.7,38.6,-14.9,5.1,0,0,0,0,10.0,6.0,1.1,1.8,2.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Beijing,Beijing,China,39.9,116.41,Asia/Shanghai,1701478824,2023-12-02 9:00 +1701576000,2023-12-03 12:00,4.7,40.4,1,2.5,4.0,182,S,1026.0,30.29,0.0,0.0,21,0,4.2,39.5,4.2,39.5,4.7,40.4,-15.4,4.2,0,0,0,0,10.0,6.0,3.0,4.8,2.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Beijing,Beijing,China,39.9,116.41,Asia/Shanghai,1701478824,2023-12-02 9:00 +1701579600,2023-12-03 13:00,5.5,41.9,1,3.4,5.4,191,SSW,1024.0,30.25,0.0,0.0,20,1,4.5,40.1,4.5,40.1,5.5,41.9,-15.6,3.8,0,0,0,0,10.0,6.0,4.1,6.6,3.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Beijing,Beijing,China,39.9,116.41,Asia/Shanghai,1701478824,2023-12-02 9:00 +1701583200,2023-12-03 14:00,6.1,43.0,1,3.4,5.4,193,SSW,1023.0,30.21,0.0,0.0,19,3,5.2,41.3,5.2,41.3,6.1,42.9,-15.9,3.5,0,0,0,0,10.0,6.0,4.2,6.8,3.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Beijing,Beijing,China,39.9,116.41,Asia/Shanghai,1701478824,2023-12-02 9:00 +1701586800,2023-12-03 15:00,6.3,43.4,1,3.4,5.4,195,SSW,1022.0,30.19,0.0,0.0,18,9,5.5,41.8,5.5,41.8,6.3,43.4,-15.8,3.5,0,0,0,0,10.0,6.0,4.5,7.2,3.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Beijing,Beijing,China,39.9,116.41,Asia/Shanghai,1701478824,2023-12-02 9:00 +1701590400,2023-12-03 16:00,5.9,42.7,1,2.2,3.6,197,SSW,1022.0,30.18,0.0,0.0,19,36,5.7,42.3,5.7,42.3,5.9,42.7,-15.7,3.8,0,0,0,0,10.0,6.0,3.4,5.4,3.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/day/116.png,1003,Beijing,Beijing,China,39.9,116.41,Asia/Shanghai,1701478824,2023-12-02 9:00 +1701594000,2023-12-03 17:00,4.9,40.9,0,0.4,0.7,155,SSE,1022.0,30.19,0.0,0.0,20,86,5.0,40.9,5.0,40.9,5.0,40.9,-15.9,3.5,0,0,0,0,10.0,6.0,0.8,1.3,1.0,Cloudy,//cdn.weatherapi.com/weather/64x64/night/119.png,1006,Beijing,Beijing,China,39.9,116.41,Asia/Shanghai,1701478824,2023-12-02 9:00 +1701597600,2023-12-03 18:00,4.5,40.2,0,0.7,1.1,55,NE,1022.0,30.19,0.0,0.0,21,77,4.5,40.2,4.5,40.2,4.5,40.2,-15.7,3.7,0,0,0,0,10.0,6.0,1.2,1.9,1.0,Cloudy,//cdn.weatherapi.com/weather/64x64/night/119.png,1006,Beijing,Beijing,China,39.9,116.41,Asia/Shanghai,1701478824,2023-12-02 9:00 +1701601200,2023-12-03 19:00,3.8,38.9,0,1.3,2.2,58,ENE,1022.0,30.19,0.0,0.0,23,100,3.8,38.9,3.8,38.9,3.8,38.9,-15.3,4.5,0,0,0,0,10.0,6.0,2.5,4.0,1.0,Overcast,//cdn.weatherapi.com/weather/64x64/night/122.png,1009,Beijing,Beijing,China,39.9,116.41,Asia/Shanghai,1701478824,2023-12-02 9:00 +1701604800,2023-12-03 20:00,3.3,37.9,0,1.3,2.2,61,ENE,1022.0,30.18,0.0,0.0,25,61,3.3,37.9,3.3,37.9,3.3,37.9,-14.6,5.7,0,0,0,0,10.0,6.0,2.4,3.9,1.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/night/116.png,1003,Beijing,Beijing,China,39.9,116.41,Asia/Shanghai,1701478824,2023-12-02 9:00 +1701608400,2023-12-03 21:00,2.8,37.1,0,1.3,2.2,49,NE,1022.0,30.18,0.0,0.0,27,33,2.8,37.1,2.8,37.1,2.8,37.1,-14.1,6.7,0,0,0,0,10.0,6.0,2.4,3.9,1.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/night/116.png,1003,Beijing,Beijing,China,39.9,116.41,Asia/Shanghai,1701478824,2023-12-02 9:00 +1701612000,2023-12-03 22:00,2.3,36.1,0,2.0,3.2,26,NNE,1022.0,30.17,0.0,0.0,30,7,1.9,35.4,1.9,35.4,2.3,36.1,-13.5,7.7,0,0,0,0,10.0,6.0,3.6,5.9,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Beijing,Beijing,China,39.9,116.41,Asia/Shanghai,1701478824,2023-12-02 9:00 +1701615600,2023-12-03 23:00,2.1,35.7,0,2.0,3.2,24,NNE,1021.0,30.16,0.0,0.0,31,32,1.7,35.0,1.7,35.0,2.1,35.7,-13.2,8.2,0,0,0,0,10.0,6.0,3.6,5.8,1.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/night/116.png,1003,Beijing,Beijing,China,39.9,116.41,Asia/Shanghai,1701478824,2023-12-02 9:00 +1701619200,2023-12-04 00:00,1.8,35.3,0,2.5,4.0,14,NNE,1021.0,30.14,0.0,0.0,32,44,1.0,33.8,1.0,33.8,1.8,35.3,-13.2,8.2,0,0,0,0,10.0,6.0,4.5,7.2,1.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/night/116.png,1003,Beijing,Beijing,China,39.9,116.41,Asia/Shanghai,1701478824,2023-12-02 9:00 +1701622800,2023-12-04 01:00,1.6,34.8,0,2.2,3.6,21,NNE,1020.0,30.12,0.0,0.0,32,12,0.9,33.6,0.9,33.6,1.6,34.8,-13.2,8.3,0,0,0,0,10.0,6.0,4.1,6.7,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Beijing,Beijing,China,39.9,116.41,Asia/Shanghai,1701478824,2023-12-02 9:00 +1701626400,2023-12-04 02:00,1.3,34.3,0,2.2,3.6,37,NE,1020.0,30.11,0.0,0.0,33,0,0.6,33.1,0.6,33.1,1.3,34.3,-13.1,8.5,0,0,0,0,10.0,6.0,4.2,6.7,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Beijing,Beijing,China,39.9,116.41,Asia/Shanghai,1701478824,2023-12-02 9:00 +1701630000,2023-12-04 03:00,1.1,33.9,0,2.2,3.6,31,NNE,1019.0,30.09,0.0,0.0,34,0,0.3,32.6,0.3,32.6,1.1,33.9,-13.0,8.5,0,0,0,0,10.0,6.0,4.2,6.8,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Beijing,Beijing,China,39.9,116.41,Asia/Shanghai,1701478824,2023-12-02 9:00 +1701633600,2023-12-04 04:00,0.9,33.6,0,2.5,4.0,29,NNE,1018.0,30.07,0.0,0.0,34,0,-0.1,31.8,-0.1,31.8,0.9,33.6,-13.0,8.5,0,0,0,0,10.0,6.0,4.7,7.6,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Beijing,Beijing,China,39.9,116.41,Asia/Shanghai,1701478824,2023-12-02 9:00 +1701637200,2023-12-04 05:00,0.7,33.3,0,2.7,4.3,29,NNE,1018.0,30.06,0.0,0.0,35,0,-0.5,31.2,-0.5,31.2,0.7,33.3,-13.1,8.5,0,0,0,0,10.0,6.0,5.1,8.3,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Beijing,Beijing,China,39.9,116.41,Asia/Shanghai,1701478824,2023-12-02 9:00 +1701640800,2023-12-04 06:00,0.6,33.0,0,3.1,5.0,25,NNE,1018.0,30.06,0.0,0.0,35,0,-1.0,30.3,-1.0,30.3,0.6,33.0,-13.0,8.7,0,0,0,0,10.0,6.0,6.0,9.7,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Beijing,Beijing,China,39.9,116.41,Asia/Shanghai,1701478824,2023-12-02 9:00 +1701644400,2023-12-04 07:00,0.5,32.8,0,3.1,5.0,20,NNE,1018.0,30.07,0.0,0.0,36,16,-1.1,30.0,-1.1,30.0,0.5,32.8,-13.0,8.7,0,0,0,0,10.0,6.0,6.1,9.8,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Beijing,Beijing,China,39.9,116.41,Asia/Shanghai,1701478824,2023-12-02 9:00 +1701648000,2023-12-04 08:00,0.8,33.4,1,2.7,4.3,18,NNE,1019.0,30.08,0.0,0.0,35,5,-0.4,31.3,-0.4,31.3,0.8,33.4,-12.9,8.7,0,0,0,0,10.0,6.0,5.0,8.1,2.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Beijing,Beijing,China,39.9,116.41,Asia/Shanghai,1701478824,2023-12-02 9:00 +1701651600,2023-12-04 09:00,1.8,35.2,1,2.5,4.0,18,NNE,1019.0,30.09,0.0,0.0,32,15,0.9,33.7,0.9,33.7,1.8,35.2,-13.0,8.7,0,0,0,0,10.0,6.0,4.1,6.6,2.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Beijing,Beijing,China,39.9,116.41,Asia/Shanghai,1701478824,2023-12-02 9:00 +1701655200,2023-12-04 10:00,2.9,37.2,1,2.5,4.0,21,NNE,1019.0,30.09,0.0,0.0,30,24,2.2,35.9,2.2,35.9,2.9,37.2,-13.1,8.5,0,0,0,0,10.0,6.0,3.6,5.8,2.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Beijing,Beijing,China,39.9,116.41,Asia/Shanghai,1701478824,2023-12-02 9:00 +1701658800,2023-12-04 11:00,4.3,39.7,1,2.5,4.0,16,NNE,1019.0,30.08,0.0,0.0,26,12,3.8,38.8,3.8,38.8,4.3,39.7,-13.3,8.2,0,0,0,0,10.0,6.0,3.2,5.2,2.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Beijing,Beijing,China,39.9,116.41,Asia/Shanghai,1701478824,2023-12-02 9:00 +1701662400,2023-12-04 12:00,5.7,42.3,1,2.0,3.2,13,NNE,1017.0,30.04,0.0,0.0,23,8,5.7,42.2,5.7,42.2,5.7,42.3,-13.6,7.5,0,0,0,0,10.0,6.0,2.5,4.0,3.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Beijing,Beijing,China,39.9,116.41,Asia/Shanghai,1701478824,2023-12-02 9:00 +1701666000,2023-12-04 13:00,6.4,43.5,1,1.8,2.9,11,NNE,1017.0,30.02,0.0,0.0,22,12,6.4,43.5,6.4,43.5,6.4,43.5,-13.7,7.3,0,0,0,0,10.0,6.0,2.3,3.7,3.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Beijing,Beijing,China,39.9,116.41,Asia/Shanghai,1701478824,2023-12-02 9:00 +1701669600,2023-12-04 14:00,6.8,44.2,1,1.3,2.2,24,NNE,1016.0,30.0,0.0,0.0,22,10,6.8,44.2,6.8,44.2,6.8,44.2,-13.6,7.6,0,0,0,0,10.0,6.0,1.8,2.8,3.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Beijing,Beijing,China,39.9,116.41,Asia/Shanghai,1701478824,2023-12-02 9:00 +1701673200,2023-12-04 15:00,7.0,44.5,1,0.4,0.7,100,E,1016.0,30.0,0.0,0.0,22,5,7.0,44.5,7.0,44.5,7.0,44.5,-13.1,8.4,0,0,0,0,10.0,6.0,0.6,1.0,3.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Beijing,Beijing,China,39.9,116.41,Asia/Shanghai,1701478824,2023-12-02 9:00 +1701676800,2023-12-04 16:00,6.4,43.4,1,0.7,1.1,159,SSE,1016.0,30.0,0.0,0.0,23,3,6.4,43.4,6.4,43.4,6.4,43.4,-13.0,8.6,0,0,0,0,10.0,6.0,1.0,1.7,3.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Beijing,Beijing,China,39.9,116.41,Asia/Shanghai,1701478824,2023-12-02 9:00 +1701680400,2023-12-04 17:00,5.2,41.4,0,1.1,1.8,196,SSW,1016.0,30.01,0.0,0.0,25,2,5.2,41.4,5.2,41.4,5.2,41.4,-13.3,8.1,0,0,0,0,10.0,6.0,2.0,3.3,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Beijing,Beijing,China,39.9,116.41,Asia/Shanghai,1701478824,2023-12-02 9:00 +1701684000,2023-12-04 18:00,4.8,40.7,0,2.2,3.6,247,WSW,1017.0,30.03,0.0,0.0,25,0,4.5,40.2,4.5,40.2,4.8,40.7,-13.5,7.7,0,0,0,0,10.0,6.0,4.3,6.9,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Beijing,Beijing,China,39.9,116.41,Asia/Shanghai,1701478824,2023-12-02 9:00 +1701687600,2023-12-04 19:00,4.6,40.2,0,2.2,3.6,273,W,1017.0,30.04,0.0,0.0,25,2,4.2,39.6,4.2,39.6,4.6,40.2,-13.6,7.4,0,0,0,0,10.0,6.0,4.4,7.1,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Beijing,Beijing,China,39.9,116.41,Asia/Shanghai,1701478824,2023-12-02 9:00 +1701691200,2023-12-04 20:00,4.2,39.6,0,1.8,2.9,295,WNW,1017.0,30.05,0.0,0.0,26,3,4.2,39.6,4.2,39.6,4.2,39.6,-13.4,7.8,0,0,0,0,10.0,6.0,3.6,5.8,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Beijing,Beijing,China,39.9,116.41,Asia/Shanghai,1701478824,2023-12-02 9:00 +1701694800,2023-12-04 21:00,3.9,39.0,0,2.0,3.2,324,NW,1018.0,30.05,0.0,0.0,28,3,3.7,38.6,3.7,38.6,3.9,39.0,-13.0,8.6,0,0,0,0,10.0,6.0,4.1,6.7,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Beijing,Beijing,China,39.9,116.41,Asia/Shanghai,1701478824,2023-12-02 9:00 +1701698400,2023-12-04 22:00,3.5,38.4,0,2.2,3.6,347,NNW,1018.0,30.05,0.0,0.0,30,2,3.1,37.5,3.1,37.5,3.5,38.4,-12.4,9.7,0,0,0,0,10.0,6.0,4.6,7.5,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Beijing,Beijing,China,39.9,116.41,Asia/Shanghai,1701478824,2023-12-02 9:00 +1701702000,2023-12-04 23:00,3.2,37.7,0,2.7,4.3,352,N,1018.0,30.06,0.0,0.0,32,2,2.3,36.2,2.3,36.2,3.2,37.7,-11.8,10.7,0,0,0,0,10.0,6.0,5.5,8.9,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Beijing,Beijing,China,39.9,116.41,Asia/Shanghai,1701478824,2023-12-02 9:00 +1701455400,2023-12-02 00:00,25.1,77.1,0,5.1,8.3,2,N,1011.0,29.85,0.0,0.0,69,5,26.6,80.0,25.1,77.1,26.6,80.0,19.0,66.3,0,0,0,0,10.0,6.0,7.4,12.0,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Bombay,Maharashtra,India,19.08,72.88,Asia/Kolkata,1701478825,2023-12-02 6:30 +1701459000,2023-12-02 01:00,24.9,76.8,0,5.1,8.3,13,NNE,1011.0,29.84,0.0,0.0,70,3,26.5,79.7,24.9,76.8,26.5,79.7,19.0,66.2,0,0,0,0,10.0,6.0,7.4,12.0,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Bombay,Maharashtra,India,19.08,72.88,Asia/Kolkata,1701478825,2023-12-02 6:30 +1701462600,2023-12-02 02:00,24.6,76.3,0,5.1,8.3,28,NNE,1010.0,29.83,0.0,0.0,71,2,26.3,79.3,24.6,76.3,26.3,79.3,19.0,66.2,0,0,0,0,10.0,6.0,7.5,12.0,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Bombay,Maharashtra,India,19.08,72.88,Asia/Kolkata,1701478825,2023-12-02 6:30 +1701466200,2023-12-02 03:00,24.4,75.9,0,5.1,8.3,39,NE,1010.0,29.82,0.0,0.0,72,2,26.1,78.9,24.4,75.9,26.1,78.9,19.0,66.2,0,0,0,0,10.0,6.0,7.5,12.1,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Bombay,Maharashtra,India,19.08,72.88,Asia/Kolkata,1701478825,2023-12-02 6:30 +1701469800,2023-12-02 04:00,24.2,75.6,0,4.5,7.2,40,NE,1010.0,29.82,0.0,0.0,72,3,25.9,78.6,24.2,75.6,25.9,78.6,18.9,66.1,0,0,0,0,10.0,6.0,6.6,10.6,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Bombay,Maharashtra,India,19.08,72.88,Asia/Kolkata,1701478825,2023-12-02 6:30 +1701473400,2023-12-02 05:00,24.2,75.5,0,4.3,6.8,34,NE,1010.0,29.83,0.0,0.0,73,4,25.9,78.6,24.2,75.5,25.9,78.6,18.9,66.0,0,0,0,0,10.0,6.0,6.3,10.1,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Bombay,Maharashtra,India,19.08,72.88,Asia/Kolkata,1701478825,2023-12-02 6:30 +1701477000,2023-12-02 06:00,24.0,75.2,0,4.3,6.8,100,E,1010.0,29.83,0.0,0.0,94,0,25.9,78.6,24.2,75.5,25.9,78.6,19.0,66.1,0,0,0,0,1.8,1.0,7.0,11.3,1.0,Mist,//cdn.weatherapi.com/weather/64x64/night/143.png,1030,Bombay,Maharashtra,India,19.08,72.88,Asia/Kolkata,1701478825,2023-12-02 6:30 +1701480600,2023-12-02 07:00,24.4,75.9,1,4.5,7.2,49,NE,1011.0,29.86,0.0,0.0,72,6,26.1,78.9,24.4,75.9,26.1,78.9,19.0,66.1,0,0,0,0,10.0,6.0,6.5,10.4,6.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Bombay,Maharashtra,India,19.08,72.88,Asia/Kolkata,1701478825,2023-12-02 6:30 +1701484200,2023-12-02 08:00,25.0,77.1,1,4.0,6.5,70,ENE,1012.0,29.88,0.0,0.0,69,11,26.6,79.9,25.0,77.1,26.6,79.9,18.9,66.1,0,0,0,0,10.0,6.0,5.4,8.7,7.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Bombay,Maharashtra,India,19.08,72.88,Asia/Kolkata,1701478825,2023-12-02 6:30 +1701487800,2023-12-02 09:00,26.0,78.7,1,4.0,6.5,57,ENE,1012.0,29.9,0.0,0.0,65,17,27.4,81.4,26.0,78.7,27.4,81.4,18.8,65.9,0,0,0,0,10.0,6.0,5.1,8.3,7.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Bombay,Maharashtra,India,19.08,72.88,Asia/Kolkata,1701478825,2023-12-02 6:30 +1701491400,2023-12-02 10:00,27.0,80.6,1,3.6,5.8,51,NE,1012.0,29.89,0.0,0.0,60,16,28.4,83.1,27.0,80.7,28.4,83.1,18.6,65.4,0,0,0,0,10.0,6.0,4.5,7.2,7.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Bombay,Maharashtra,India,19.08,72.88,Asia/Kolkata,1701478825,2023-12-02 6:30 +1701495000,2023-12-02 11:00,28.0,82.4,1,2.5,4.0,62,ENE,1011.0,29.86,0.0,0.0,56,16,29.3,84.8,28.0,82.4,29.3,84.8,18.4,65.2,0,0,0,0,10.0,6.0,3.0,4.9,7.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Bombay,Maharashtra,India,19.08,72.88,Asia/Kolkata,1701478825,2023-12-02 6:30 +1701498600,2023-12-02 12:00,28.8,83.8,1,0.9,1.4,281,WNW,1010.0,29.83,0.0,0.0,54,12,30.2,86.3,28.8,83.8,30.2,86.3,18.6,65.4,0,0,0,0,10.0,6.0,1.1,1.8,7.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Bombay,Maharashtra,India,19.08,72.88,Asia/Kolkata,1701478825,2023-12-02 6:30 +1701502200,2023-12-02 13:00,29.0,84.2,1,5.6,9.0,284,WNW,1009.0,29.78,0.0,0.0,55,9,30.7,87.2,29.0,84.2,30.7,87.2,19.2,66.5,0,0,0,0,10.0,6.0,7.0,11.2,7.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Bombay,Maharashtra,India,19.08,72.88,Asia/Kolkata,1701478825,2023-12-02 6:30 +1701505800,2023-12-02 14:00,28.9,84.1,1,9.4,15.1,289,WNW,1008.0,29.76,0.0,0.0,58,7,30.9,87.5,28.9,84.1,30.9,87.5,19.7,67.5,0,0,0,0,10.0,6.0,11.9,19.2,7.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Bombay,Maharashtra,India,19.08,72.88,Asia/Kolkata,1701478825,2023-12-02 6:30 +1701509400,2023-12-02 15:00,28.6,83.4,1,11.4,18.4,294,WNW,1007.0,29.75,0.0,0.0,60,10,30.6,87.2,28.6,83.4,30.6,87.2,20.1,68.2,0,0,0,0,10.0,6.0,14.6,23.5,7.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Bombay,Maharashtra,India,19.08,72.88,Asia/Kolkata,1701478825,2023-12-02 6:30 +1701513000,2023-12-02 16:00,28.3,82.9,1,11.2,18.0,304,NW,1007.0,29.75,0.0,0.0,63,15,30.4,86.8,28.3,82.9,30.4,86.8,20.5,68.8,0,0,0,0,10.0,6.0,14.8,23.8,7.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Bombay,Maharashtra,India,19.08,72.88,Asia/Kolkata,1701478825,2023-12-02 6:30 +1701516600,2023-12-02 17:00,28.0,82.3,1,9.6,15.5,313,NW,1008.0,29.77,0.0,0.0,65,17,30.2,86.3,28.0,82.3,30.2,86.3,20.7,69.2,0,0,0,0,10.0,6.0,13.2,21.3,7.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Bombay,Maharashtra,India,19.08,72.88,Asia/Kolkata,1701478825,2023-12-02 6:30 +1701520200,2023-12-02 18:00,27.8,82.1,0,8.7,14.0,319,NW,1009.0,29.79,0.0,0.0,66,12,30.1,86.2,27.8,82.1,30.1,86.2,20.9,69.6,0,0,0,0,10.0,6.0,12.3,19.8,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Bombay,Maharashtra,India,19.08,72.88,Asia/Kolkata,1701478825,2023-12-02 6:30 +1701523800,2023-12-02 19:00,27.7,81.9,0,8.3,13.3,324,NW,1009.0,29.8,0.0,0.0,67,9,30.1,86.2,27.7,81.9,30.1,86.2,21.1,70.1,0,0,0,0,10.0,6.0,12.0,19.3,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Bombay,Maharashtra,India,19.08,72.88,Asia/Kolkata,1701478825,2023-12-02 6:30 +1701527400,2023-12-02 20:00,27.6,81.6,0,6.9,11.2,330,NNW,1010.0,29.83,0.0,0.0,69,8,30.1,86.1,27.6,81.6,30.1,86.1,21.4,70.5,0,0,0,0,10.0,6.0,10.2,16.4,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Bombay,Maharashtra,India,19.08,72.88,Asia/Kolkata,1701478825,2023-12-02 6:30 +1701531000,2023-12-02 21:00,27.5,81.5,0,6.9,11.2,355,N,1011.0,29.85,0.0,0.0,70,10,30.0,86.0,27.5,81.5,30.0,86.0,21.5,70.7,0,0,0,0,10.0,6.0,10.2,16.5,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Bombay,Maharashtra,India,19.08,72.88,Asia/Kolkata,1701478825,2023-12-02 6:30 +1701534600,2023-12-02 22:00,27.5,81.4,0,6.9,11.2,357,N,1011.0,29.85,0.0,0.0,70,9,30.0,85.9,27.5,81.4,30.0,85.9,21.5,70.6,0,0,0,0,10.0,6.0,10.3,16.6,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Bombay,Maharashtra,India,19.08,72.88,Asia/Kolkata,1701478825,2023-12-02 6:30 +1701538200,2023-12-02 23:00,27.4,81.3,0,4.9,7.9,358,N,1011.0,29.84,0.0,0.0,70,8,29.8,85.6,27.4,81.2,29.8,85.6,21.4,70.4,0,0,0,0,10.0,6.0,7.5,12.1,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Bombay,Maharashtra,India,19.08,72.88,Asia/Kolkata,1701478825,2023-12-02 6:30 +1701541800,2023-12-03 00:00,27.3,81.1,0,4.5,7.2,360,N,1010.0,29.83,0.0,0.0,69,7,29.5,85.1,27.3,81.1,29.5,85.1,21.1,69.9,0,0,0,0,10.0,6.0,6.9,11.1,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Bombay,Maharashtra,India,19.08,72.88,Asia/Kolkata,1701478825,2023-12-02 6:30 +1701545400,2023-12-03 01:00,27.1,80.8,0,4.7,7.6,15,NNE,1010.0,29.82,0.0,0.0,69,6,29.3,84.8,27.1,80.8,29.3,84.8,20.9,69.7,0,0,0,0,10.0,6.0,7.3,11.8,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Bombay,Maharashtra,India,19.08,72.88,Asia/Kolkata,1701478825,2023-12-02 6:30 +1701549000,2023-12-03 02:00,27.0,80.6,0,4.9,7.9,36,NE,1009.0,29.81,0.0,0.0,69,7,29.1,84.3,27.0,80.6,29.1,84.3,20.7,69.3,0,0,0,0,10.0,6.0,7.7,12.4,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Bombay,Maharashtra,India,19.08,72.88,Asia/Kolkata,1701478825,2023-12-02 6:30 +1701552600,2023-12-03 03:00,26.8,80.3,0,5.1,8.3,48,NE,1009.0,29.8,0.0,0.0,68,23,28.8,83.8,26.8,80.3,28.8,83.8,20.5,69.0,0,0,0,0,10.0,6.0,8.2,13.1,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Bombay,Maharashtra,India,19.08,72.88,Asia/Kolkata,1701478825,2023-12-02 6:30 +1701556200,2023-12-03 04:00,26.6,80.0,0,5.6,9.0,63,ENE,1009.0,29.8,0.0,0.0,68,32,28.6,83.4,26.6,80.0,28.6,83.4,20.4,68.7,0,0,0,0,10.0,6.0,8.9,14.4,1.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/night/116.png,1003,Bombay,Maharashtra,India,19.08,72.88,Asia/Kolkata,1701478825,2023-12-02 6:30 +1701559800,2023-12-03 05:00,26.6,79.9,0,5.6,9.0,72,ENE,1009.0,29.8,0.0,0.0,68,8,28.5,83.2,26.6,79.9,28.5,83.2,20.2,68.4,0,0,0,0,10.0,6.0,9.0,14.4,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Bombay,Maharashtra,India,19.08,72.88,Asia/Kolkata,1701478825,2023-12-02 6:30 +1701563400,2023-12-03 06:00,26.5,79.6,0,5.8,9.4,74,ENE,1010.0,29.82,0.0,0.0,68,7,28.3,82.9,26.5,79.6,28.3,82.9,20.1,68.1,0,0,0,0,10.0,6.0,9.6,15.4,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Bombay,Maharashtra,India,19.08,72.88,Asia/Kolkata,1701478825,2023-12-02 6:30 +1701567000,2023-12-03 07:00,26.5,79.7,1,6.0,9.7,76,ENE,1011.0,29.85,0.0,0.0,67,6,28.2,82.8,26.5,79.7,28.2,82.8,19.8,67.7,0,0,0,0,10.0,6.0,9.8,15.8,7.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Bombay,Maharashtra,India,19.08,72.88,Asia/Kolkata,1701478825,2023-12-02 6:30 +1701570600,2023-12-03 08:00,27.2,81.0,1,5.8,9.4,80,E,1012.0,29.87,0.0,0.0,61,6,28.8,83.8,27.2,81.0,28.8,83.8,19.1,66.4,0,0,0,0,10.0,6.0,8.4,13.6,7.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Bombay,Maharashtra,India,19.08,72.88,Asia/Kolkata,1701478825,2023-12-02 6:30 +1701574200,2023-12-03 09:00,28.2,82.8,1,5.1,8.3,93,E,1012.0,29.89,0.0,0.0,56,6,29.6,85.3,28.2,82.8,29.6,85.3,18.6,65.5,0,0,0,0,10.0,6.0,6.9,11.1,7.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Bombay,Maharashtra,India,19.08,72.88,Asia/Kolkata,1701478825,2023-12-02 6:30 +1701577800,2023-12-03 10:00,29.1,84.3,1,3.8,6.1,102,ESE,1012.0,29.9,0.0,0.0,53,6,30.5,86.9,29.1,84.3,30.5,86.9,18.6,65.4,0,0,0,0,10.0,6.0,5.0,8.1,7.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Bombay,Maharashtra,India,19.08,72.88,Asia/Kolkata,1701478825,2023-12-02 6:30 +1701581400,2023-12-03 11:00,29.8,85.6,1,3.1,5.0,138,SE,1012.0,29.87,0.0,0.0,51,7,31.3,88.3,29.8,85.6,31.3,88.3,18.5,65.3,0,0,0,0,10.0,6.0,4.2,6.8,7.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Bombay,Maharashtra,India,19.08,72.88,Asia/Kolkata,1701478825,2023-12-02 6:30 +1701585000,2023-12-03 12:00,30.4,86.6,1,3.4,5.4,206,SSW,1011.0,29.85,0.0,0.0,49,7,31.9,89.5,30.4,86.6,31.9,89.5,18.5,65.3,0,0,0,0,10.0,6.0,4.6,7.4,8.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Bombay,Maharashtra,India,19.08,72.88,Asia/Kolkata,1701478825,2023-12-02 6:30 +1701588600,2023-12-03 13:00,30.5,87.0,1,6.5,10.4,249,WSW,1009.0,29.81,0.0,0.0,50,7,32.3,90.1,30.6,87.0,32.3,90.1,18.8,65.8,0,0,0,0,10.0,6.0,8.9,14.4,8.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Bombay,Maharashtra,India,19.08,72.88,Asia/Kolkata,1701478825,2023-12-02 6:30 +1701592200,2023-12-03 14:00,30.3,86.6,1,9.8,15.8,264,W,1008.0,29.78,0.0,0.0,52,8,32.2,90.0,30.3,86.6,32.2,90.0,19.3,66.7,0,0,0,0,10.0,6.0,13.5,21.8,8.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Bombay,Maharashtra,India,19.08,72.88,Asia/Kolkata,1701478825,2023-12-02 6:30 +1701595800,2023-12-03 15:00,29.8,85.6,1,11.9,19.1,278,W,1008.0,29.77,0.0,0.0,56,8,32.0,89.6,29.8,85.6,32.0,89.6,20.0,68.1,0,0,0,0,10.0,6.0,16.3,26.2,7.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Bombay,Maharashtra,India,19.08,72.88,Asia/Kolkata,1701478825,2023-12-02 6:30 +1701599400,2023-12-03 16:00,29.3,84.7,1,12.1,19.4,294,WNW,1008.0,29.77,0.0,0.0,60,7,31.7,89.1,29.3,84.7,31.7,89.1,20.6,69.1,0,0,0,0,10.0,6.0,16.9,27.2,7.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Bombay,Maharashtra,India,19.08,72.88,Asia/Kolkata,1701478825,2023-12-02 6:30 +1701603000,2023-12-03 17:00,28.9,84.0,1,10.5,16.9,305,NW,1009.0,29.78,0.0,0.0,63,7,31.5,88.6,28.9,84.0,31.5,88.6,21.1,69.9,0,0,0,0,10.0,6.0,15.3,24.6,7.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Bombay,Maharashtra,India,19.08,72.88,Asia/Kolkata,1701478825,2023-12-02 6:30 +1701606600,2023-12-03 18:00,28.4,83.1,0,8.3,13.3,320,NW,1009.0,29.8,0.0,0.0,66,8,31.0,87.8,28.4,83.1,31.0,87.8,21.4,70.5,0,0,0,0,10.0,6.0,12.5,20.1,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Bombay,Maharashtra,India,19.08,72.88,Asia/Kolkata,1701478825,2023-12-02 6:30 +1701610200,2023-12-03 19:00,28.2,82.8,0,7.4,11.9,338,NNW,1010.0,29.83,0.0,0.0,67,9,30.9,87.6,28.2,82.8,30.9,87.6,21.5,70.6,0,0,0,0,10.0,6.0,11.1,17.9,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Bombay,Maharashtra,India,19.08,72.88,Asia/Kolkata,1701478825,2023-12-02 6:30 +1701613800,2023-12-03 20:00,28.1,82.6,0,6.5,10.4,344,NNW,1011.0,29.85,0.0,0.0,67,8,30.7,87.2,28.1,82.6,30.7,87.2,21.3,70.4,0,0,0,0,10.0,6.0,9.9,15.9,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Bombay,Maharashtra,India,19.08,72.88,Asia/Kolkata,1701478825,2023-12-02 6:30 +1701617400,2023-12-03 21:00,28.0,82.5,0,6.0,9.7,356,N,1011.0,29.85,0.0,0.0,66,9,30.4,86.8,28.0,82.5,30.4,86.8,21.1,69.9,0,0,0,0,10.0,6.0,9.4,15.1,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Bombay,Maharashtra,India,19.08,72.88,Asia/Kolkata,1701478825,2023-12-02 6:30 +1701621000,2023-12-03 22:00,27.9,82.3,0,4.9,7.9,359,N,1011.0,29.85,0.0,0.0,66,16,30.2,86.4,27.9,82.3,30.2,86.4,20.9,69.6,0,0,0,0,10.0,6.0,7.8,12.5,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Bombay,Maharashtra,India,19.08,72.88,Asia/Kolkata,1701478825,2023-12-02 6:30 +1701624600,2023-12-03 23:00,27.8,82.1,0,3.8,6.1,3,N,1011.0,29.85,0.0,0.0,65,12,30.0,86.0,27.8,82.1,30.0,86.0,20.7,69.3,0,0,0,0,10.0,6.0,6.0,9.7,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Bombay,Maharashtra,India,19.08,72.88,Asia/Kolkata,1701478825,2023-12-02 6:30 +1701628200,2023-12-04 00:00,27.7,81.8,0,3.1,5.0,15,NNE,1010.0,29.83,0.0,0.0,65,10,29.8,85.6,27.7,81.8,29.8,85.6,20.4,68.8,0,0,0,0,10.0,6.0,5.0,8.0,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Bombay,Maharashtra,India,19.08,72.88,Asia/Kolkata,1701478825,2023-12-02 6:30 +1701631800,2023-12-04 01:00,27.5,81.5,0,2.7,4.3,39,NE,1010.0,29.81,0.0,0.0,65,9,29.4,85.0,27.5,81.5,29.4,85.0,20.2,68.4,0,0,0,0,10.0,6.0,4.3,6.9,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Bombay,Maharashtra,India,19.08,72.88,Asia/Kolkata,1701478825,2023-12-02 6:30 +1701635400,2023-12-04 02:00,27.3,81.2,0,3.1,5.0,71,ENE,1009.0,29.8,0.0,0.0,64,9,29.1,84.5,27.3,81.2,29.1,84.5,19.9,67.8,0,0,0,0,10.0,6.0,4.9,8.0,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Bombay,Maharashtra,India,19.08,72.88,Asia/Kolkata,1701478825,2023-12-02 6:30 +1701639000,2023-12-04 03:00,27.3,81.1,0,2.5,4.0,53,NE,1009.0,29.79,0.0,0.0,63,19,29.0,84.2,27.3,81.1,29.0,84.2,19.7,67.4,0,0,0,0,10.0,6.0,3.9,6.2,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Bombay,Maharashtra,India,19.08,72.88,Asia/Kolkata,1701478825,2023-12-02 6:30 +1701642600,2023-12-04 04:00,27.3,81.2,0,2.9,4.7,18,NNE,1009.0,29.8,0.0,0.0,63,46,29.0,84.2,27.3,81.2,29.0,84.2,19.5,67.2,0,0,0,0,10.0,6.0,4.5,7.3,1.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/night/116.png,1003,Bombay,Maharashtra,India,19.08,72.88,Asia/Kolkata,1701478825,2023-12-02 6:30 +1701646200,2023-12-04 05:00,27.3,81.1,0,3.8,6.1,33,NNE,1010.0,29.81,0.0,0.0,62,51,28.9,84.1,27.3,81.1,28.9,84.1,19.5,67.0,0,0,0,0,10.0,6.0,6.0,9.6,1.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/night/116.png,1003,Bombay,Maharashtra,India,19.08,72.88,Asia/Kolkata,1701478825,2023-12-02 6:30 +1701649800,2023-12-04 06:00,27.2,81.0,0,5.1,8.3,63,ENE,1010.0,29.82,0.0,0.0,63,44,28.9,84.0,27.2,81.0,28.9,84.0,19.5,67.1,0,0,0,0,10.0,6.0,8.1,13.1,1.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/night/116.png,1003,Bombay,Maharashtra,India,19.08,72.88,Asia/Kolkata,1701478825,2023-12-02 6:30 +1701653400,2023-12-04 07:00,27.2,81.0,1,6.0,9.7,75,ENE,1011.0,29.84,0.0,0.0,63,46,28.9,83.9,27.2,81.0,28.9,83.9,19.5,67.1,0,0,0,0,10.0,6.0,9.6,15.4,7.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/day/116.png,1003,Bombay,Maharashtra,India,19.08,72.88,Asia/Kolkata,1701478825,2023-12-02 6:30 +1701657000,2023-12-04 08:00,27.7,81.8,1,6.5,10.4,70,ENE,1011.0,29.86,0.0,0.0,61,31,29.4,84.9,27.7,81.8,29.4,84.9,19.6,67.2,0,0,0,0,10.0,6.0,9.6,15.5,7.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/day/116.png,1003,Bombay,Maharashtra,India,19.08,72.88,Asia/Kolkata,1701478825,2023-12-02 6:30 +1701660600,2023-12-04 09:00,28.6,83.4,1,6.9,11.2,72,ENE,1012.0,29.87,0.0,0.0,58,7,30.4,86.7,28.6,83.4,30.4,86.7,19.6,67.2,0,0,0,0,10.0,6.0,9.6,15.5,7.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Bombay,Maharashtra,India,19.08,72.88,Asia/Kolkata,1701478825,2023-12-02 6:30 +1701664200,2023-12-04 10:00,29.5,85.1,1,6.3,10.1,81,E,1012.0,29.88,0.0,0.0,55,8,31.5,88.6,29.5,85.1,31.5,88.6,19.5,67.2,0,0,0,0,10.0,6.0,8.6,13.8,7.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Bombay,Maharashtra,India,19.08,72.88,Asia/Kolkata,1701478825,2023-12-02 6:30 +1701667800,2023-12-04 11:00,30.4,86.7,1,4.3,6.8,82,E,1011.0,29.85,0.0,0.0,53,8,32.5,90.6,30.4,86.7,32.5,90.6,19.7,67.4,0,0,0,0,10.0,6.0,5.9,9.4,8.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Bombay,Maharashtra,India,19.08,72.88,Asia/Kolkata,1701478825,2023-12-02 6:30 +1701671400,2023-12-04 12:00,30.9,87.7,1,1.8,2.9,25,NNE,1010.0,29.81,0.0,0.0,50,8,33.0,91.5,30.9,87.7,33.0,91.5,19.4,66.9,0,0,0,0,10.0,6.0,2.5,4.0,8.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Bombay,Maharashtra,India,19.08,72.88,Asia/Kolkata,1701478825,2023-12-02 6:30 +1701675000,2023-12-04 13:00,31.1,88.0,1,5.4,8.6,319,NW,1008.0,29.77,0.0,0.0,48,8,32.9,91.1,31.1,88.0,32.9,91.1,18.7,65.6,0,0,0,0,10.0,6.0,7.5,12.0,8.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Bombay,Maharashtra,India,19.08,72.88,Asia/Kolkata,1701478825,2023-12-02 6:30 +1701678600,2023-12-04 14:00,31.0,87.8,1,9.8,15.8,313,NW,1007.0,29.75,0.0,0.0,50,9,33.1,91.5,31.0,87.8,33.1,91.5,19.3,66.7,0,0,0,0,10.0,6.0,13.6,21.9,8.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Bombay,Maharashtra,India,19.08,72.88,Asia/Kolkata,1701478825,2023-12-02 6:30 +1701682200,2023-12-04 15:00,30.4,86.7,1,13.2,21.2,317,NW,1007.0,29.73,0.0,0.0,54,8,32.8,91.0,30.4,86.7,32.8,91.0,20.1,68.2,0,0,0,0,10.0,6.0,19.0,30.5,8.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Bombay,Maharashtra,India,19.08,72.88,Asia/Kolkata,1701478825,2023-12-02 6:30 +1701685800,2023-12-04 16:00,29.7,85.5,1,15.0,24.1,323,NW,1007.0,29.74,0.0,0.0,58,9,32.2,89.9,29.7,85.5,32.2,89.9,20.5,68.9,0,0,0,0,10.0,6.0,22.2,35.7,7.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Bombay,Maharashtra,India,19.08,72.88,Asia/Kolkata,1701478825,2023-12-02 6:30 +1701689400,2023-12-04 17:00,29.0,84.2,1,15.0,24.1,327,NNW,1007.0,29.75,0.0,0.0,62,8,31.6,89.0,29.0,84.2,31.6,89.0,21.0,69.9,0,0,0,0,10.0,6.0,23.2,37.3,7.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Bombay,Maharashtra,India,19.08,72.88,Asia/Kolkata,1701478825,2023-12-02 6:30 +1701693000,2023-12-04 18:00,28.6,83.5,0,14.3,23.0,336,NNW,1008.0,29.76,0.0,0.0,64,6,31.1,88.0,28.6,83.5,31.1,88.0,21.0,69.9,0,0,0,0,10.0,6.0,23.0,37.0,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Bombay,Maharashtra,India,19.08,72.88,Asia/Kolkata,1701478825,2023-12-02 6:30 +1701696600,2023-12-04 19:00,28.5,83.3,0,13.4,21.6,342,NNW,1008.0,29.78,0.0,0.0,64,5,31.0,87.8,28.5,83.3,31.0,87.8,21.1,69.9,0,0,0,0,10.0,6.0,22.2,35.7,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Bombay,Maharashtra,India,19.08,72.88,Asia/Kolkata,1701478825,2023-12-02 6:30 +1701700200,2023-12-04 20:00,28.3,82.9,0,12.8,20.5,346,NNW,1009.0,29.8,0.0,0.0,66,5,30.9,87.5,28.3,82.9,30.9,87.5,21.2,70.2,0,0,0,0,10.0,6.0,21.4,34.4,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Bombay,Maharashtra,India,19.08,72.88,Asia/Kolkata,1701478825,2023-12-02 6:30 +1701703800,2023-12-04 21:00,28.0,82.4,0,11.6,18.7,350,N,1009.0,29.81,0.0,0.0,67,5,30.5,86.9,28.0,82.4,30.5,86.9,21.2,70.2,0,0,0,0,10.0,6.0,19.4,31.3,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Bombay,Maharashtra,India,19.08,72.88,Asia/Kolkata,1701478825,2023-12-02 6:30 +1701707400,2023-12-04 22:00,27.8,82.1,0,10.5,16.9,5,N,1009.0,29.8,0.0,0.0,66,6,30.1,86.1,27.8,82.1,30.1,86.1,20.9,69.5,0,0,0,0,10.0,6.0,17.1,27.5,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Bombay,Maharashtra,India,19.08,72.88,Asia/Kolkata,1701478825,2023-12-02 6:30 +1701711000,2023-12-04 23:00,27.7,81.8,0,8.1,13.0,20,NNE,1009.0,29.79,0.0,0.0,64,7,29.6,85.4,27.7,81.8,29.6,85.4,20.2,68.4,0,0,0,0,10.0,6.0,13.4,21.5,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Bombay,Maharashtra,India,19.08,72.88,Asia/Kolkata,1701478825,2023-12-02 6:30 +1701468000,2023-12-02 00:00,17.6,63.7,0,10.7,17.3,29,NNE,1021.0,30.15,0.0,0.0,78,10,17.6,63.7,17.6,63.7,17.6,63.7,13.7,56.6,0,0,0,0,10.0,6.0,16.7,26.9,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Cairo,Al Qahirah,Egypt,30.04,31.24,Africa/Cairo,1701478826,2023-12-02 3:00 +1701471600,2023-12-02 01:00,17.3,63.1,0,10.5,16.9,27,NNE,1021.0,30.14,0.0,0.0,80,10,17.3,63.1,17.3,63.1,17.3,63.1,13.7,56.7,0,0,0,0,10.0,6.0,16.6,26.6,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Cairo,Al Qahirah,Egypt,30.04,31.24,Africa/Cairo,1701478826,2023-12-02 3:00 +1701475200,2023-12-02 02:00,17.0,62.6,0,4.3,6.8,60,ENE,1020.0,30.12,0.0,0.0,88,0,16.9,62.4,16.9,62.4,16.9,62.4,13.7,56.6,0,0,0,0,6.0,3.0,17.1,27.5,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Cairo,Al Qahirah,Egypt,30.04,31.24,Africa/Cairo,1701478826,2023-12-02 3:00 +1701478800,2023-12-02 03:00,16.6,61.9,0,10.7,17.3,23,NNE,1020.0,30.13,0.0,0.0,83,18,16.6,61.9,16.6,61.9,16.6,61.9,13.7,56.6,0,0,0,0,10.0,6.0,17.1,27.5,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Cairo,Al Qahirah,Egypt,30.04,31.24,Africa/Cairo,1701478826,2023-12-02 3:00 +1701482400,2023-12-02 04:00,16.4,61.5,0,10.5,16.9,28,NNE,1020.0,30.11,0.0,0.0,84,20,16.4,61.5,16.4,61.5,16.4,61.5,13.7,56.6,0,0,0,0,10.0,6.0,16.9,27.2,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Cairo,Al Qahirah,Egypt,30.04,31.24,Africa/Cairo,1701478826,2023-12-02 3:00 +1701486000,2023-12-02 05:00,16.2,61.2,0,9.8,15.8,26,NNE,1020.0,30.11,0.0,0.0,85,22,16.2,61.1,16.2,61.1,16.2,61.1,13.6,56.5,0,0,0,0,10.0,6.0,15.9,25.7,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Cairo,Al Qahirah,Egypt,30.04,31.24,Africa/Cairo,1701478826,2023-12-02 3:00 +1701489600,2023-12-02 06:00,16.0,60.9,0,10.1,16.2,23,NNE,1020.0,30.12,0.0,0.0,85,25,16.0,60.9,16.0,60.9,16.0,60.9,13.6,56.4,0,0,0,0,10.0,6.0,16.4,26.4,1.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/night/116.png,1003,Cairo,Al Qahirah,Egypt,30.04,31.24,Africa/Cairo,1701478826,2023-12-02 3:00 +1701493200,2023-12-02 07:00,16.0,60.9,1,10.3,16.6,28,NNE,1020.0,30.13,0.0,0.0,85,23,16.0,60.9,16.0,60.9,16.0,60.9,13.6,56.4,0,0,0,0,10.0,6.0,16.7,26.8,5.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Cairo,Al Qahirah,Egypt,30.04,31.24,Africa/Cairo,1701478826,2023-12-02 3:00 +1701496800,2023-12-02 08:00,17.4,63.2,1,11.6,18.7,32,NNE,1021.0,30.14,0.0,0.0,79,18,17.4,63.2,17.4,63.2,17.4,63.2,13.8,56.8,0,0,0,0,10.0,6.0,15.9,25.5,5.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Cairo,Al Qahirah,Egypt,30.04,31.24,Africa/Cairo,1701478826,2023-12-02 3:00 +1701500400,2023-12-02 09:00,19.2,66.5,1,13.4,21.6,33,NNE,1021.0,30.14,0.0,0.0,71,17,19.2,66.5,19.2,66.5,19.2,66.5,13.8,56.8,0,0,0,0,10.0,6.0,16.2,26.1,5.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Cairo,Al Qahirah,Egypt,30.04,31.24,Africa/Cairo,1701478826,2023-12-02 3:00 +1701504000,2023-12-02 10:00,20.9,69.7,1,15.0,24.1,41,NE,1020.0,30.13,0.0,0.0,62,2,20.9,69.7,20.9,69.7,20.9,69.7,13.3,55.9,0,0,0,0,10.0,6.0,17.2,27.8,6.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Cairo,Al Qahirah,Egypt,30.04,31.24,Africa/Cairo,1701478826,2023-12-02 3:00 +1701507600,2023-12-02 11:00,22.5,72.5,1,15.2,24.5,43,NE,1019.0,30.1,0.0,0.0,51,0,24.6,76.2,22.5,72.6,24.6,76.2,11.9,53.4,0,0,0,0,10.0,6.0,17.5,28.2,6.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Cairo,Al Qahirah,Egypt,30.04,31.24,Africa/Cairo,1701478826,2023-12-02 3:00 +1701511200,2023-12-02 12:00,23.8,74.9,1,15.0,24.1,38,NE,1019.0,30.08,0.0,0.0,43,0,24.9,76.7,23.9,74.9,24.9,76.7,10.6,51.1,0,0,0,0,10.0,6.0,17.2,27.8,6.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Cairo,Al Qahirah,Egypt,30.04,31.24,Africa/Cairo,1701478826,2023-12-02 3:00 +1701514800,2023-12-02 13:00,24.8,76.6,1,14.8,23.8,42,NE,1018.0,30.05,0.0,0.0,38,0,25.1,77.3,24.8,76.6,25.1,77.3,9.7,49.5,0,0,0,0,10.0,6.0,17.0,27.3,6.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Cairo,Al Qahirah,Egypt,30.04,31.24,Africa/Cairo,1701478826,2023-12-02 3:00 +1701518400,2023-12-02 14:00,25.3,77.6,1,15.0,24.1,45,NE,1017.0,30.03,0.0,0.0,36,0,25.3,77.6,25.3,77.6,25.3,77.6,9.3,48.7,0,0,0,0,10.0,6.0,17.2,27.8,7.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Cairo,Al Qahirah,Egypt,30.04,31.24,Africa/Cairo,1701478826,2023-12-02 3:00 +1701522000,2023-12-02 15:00,25.3,77.5,1,15.7,25.2,46,NE,1017.0,30.03,0.0,0.0,36,0,25.3,77.6,25.3,77.5,25.3,77.6,9.2,48.6,0,0,0,0,10.0,6.0,18.5,29.8,7.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Cairo,Al Qahirah,Egypt,30.04,31.24,Africa/Cairo,1701478826,2023-12-02 3:00 +1701525600,2023-12-02 16:00,24.6,76.2,1,15.9,25.6,43,NE,1017.0,30.03,0.0,0.0,39,0,25.0,77.1,24.6,76.2,25.0,77.1,9.6,49.3,0,0,0,0,10.0,6.0,20.5,32.9,6.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Cairo,Al Qahirah,Egypt,30.04,31.24,Africa/Cairo,1701478826,2023-12-02 3:00 +1701529200,2023-12-02 17:00,22.9,73.2,0,15.7,25.2,37,NE,1017.0,30.04,0.0,0.0,45,0,24.5,76.2,22.9,73.2,24.5,76.2,10.4,50.7,0,0,0,0,10.0,6.0,22.7,36.6,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Cairo,Al Qahirah,Egypt,30.04,31.24,Africa/Cairo,1701478826,2023-12-02 3:00 +1701532800,2023-12-02 18:00,21.4,70.5,0,16.6,26.6,38,NE,1018.0,30.06,0.0,0.0,54,0,21.4,70.5,21.4,70.5,24.4,75.9,11.6,52.9,0,0,0,0,10.0,6.0,24.0,38.6,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Cairo,Al Qahirah,Egypt,30.04,31.24,Africa/Cairo,1701478826,2023-12-02 3:00 +1701536400,2023-12-02 19:00,20.2,68.3,0,15.7,25.2,39,NE,1019.0,30.08,0.0,0.0,63,0,20.2,68.3,20.2,68.3,20.2,68.3,12.8,55.1,0,0,0,0,10.0,6.0,22.5,36.2,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Cairo,Al Qahirah,Egypt,30.04,31.24,Africa/Cairo,1701478826,2023-12-02 3:00 +1701540000,2023-12-02 20:00,19.4,66.9,0,14.8,23.8,40,NE,1019.0,30.09,0.0,0.0,68,0,19.4,66.9,19.4,66.9,19.4,66.9,13.4,56.1,0,0,0,0,10.0,6.0,21.6,34.8,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Cairo,Al Qahirah,Egypt,30.04,31.24,Africa/Cairo,1701478826,2023-12-02 3:00 +1701543600,2023-12-02 21:00,18.8,65.8,0,13.0,20.9,37,NE,1019.0,30.09,0.0,0.0,72,0,18.8,65.8,18.8,65.8,18.8,65.8,13.7,56.6,0,0,0,0,10.0,6.0,19.6,31.6,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Cairo,Al Qahirah,Egypt,30.04,31.24,Africa/Cairo,1701478826,2023-12-02 3:00 +1701547200,2023-12-02 22:00,18.3,64.9,0,12.1,19.4,30,NNE,1019.0,30.09,0.0,0.0,75,0,18.3,64.9,18.3,64.9,18.3,64.9,13.8,56.8,0,0,0,0,10.0,6.0,18.6,30.0,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Cairo,Al Qahirah,Egypt,30.04,31.24,Africa/Cairo,1701478826,2023-12-02 3:00 +1701550800,2023-12-02 23:00,17.8,64.0,0,11.2,18.0,31,NNE,1019.0,30.08,0.0,0.0,78,0,17.8,64.0,17.8,64.0,17.8,64.0,13.8,56.9,0,0,0,0,10.0,6.0,17.6,28.3,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Cairo,Al Qahirah,Egypt,30.04,31.24,Africa/Cairo,1701478826,2023-12-02 3:00 +1701554400,2023-12-03 00:00,17.4,63.3,0,10.7,17.3,34,NE,1018.0,30.07,0.0,0.0,79,0,17.4,63.3,17.4,63.3,17.4,63.3,13.8,56.8,0,0,0,0,10.0,6.0,17.2,27.8,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Cairo,Al Qahirah,Egypt,30.04,31.24,Africa/Cairo,1701478826,2023-12-02 3:00 +1701558000,2023-12-03 01:00,17.1,62.7,0,10.3,16.6,31,NNE,1018.0,30.06,0.0,0.0,81,5,17.1,62.7,17.1,62.7,17.1,62.7,13.8,56.8,0,0,0,0,10.0,6.0,16.9,27.1,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Cairo,Al Qahirah,Egypt,30.04,31.24,Africa/Cairo,1701478826,2023-12-02 3:00 +1701561600,2023-12-03 02:00,16.7,62.1,0,10.1,16.2,24,NNE,1018.0,30.05,0.0,0.0,82,3,16.8,62.2,16.8,62.2,16.8,62.2,13.7,56.6,0,0,0,0,10.0,6.0,16.7,26.9,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Cairo,Al Qahirah,Egypt,30.04,31.24,Africa/Cairo,1701478826,2023-12-02 3:00 +1701565200,2023-12-03 03:00,16.5,61.6,0,10.3,16.6,25,NNE,1017.0,30.04,0.0,0.0,83,5,16.5,61.6,16.5,61.6,16.5,61.6,13.7,56.6,0,0,0,0,10.0,6.0,17.2,27.7,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Cairo,Al Qahirah,Egypt,30.04,31.24,Africa/Cairo,1701478826,2023-12-02 3:00 +1701568800,2023-12-03 04:00,16.3,61.3,0,9.8,15.8,30,NNE,1017.0,30.03,0.0,0.0,84,7,16.3,61.3,16.3,61.3,16.3,61.3,13.7,56.6,0,0,0,0,10.0,6.0,16.7,26.9,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Cairo,Al Qahirah,Egypt,30.04,31.24,Africa/Cairo,1701478826,2023-12-02 3:00 +1701572400,2023-12-03 05:00,16.2,61.1,0,9.6,15.5,32,NNE,1017.0,30.03,0.0,0.0,85,8,16.2,61.1,16.2,61.1,16.2,61.1,13.7,56.6,0,0,0,0,10.0,6.0,16.6,26.7,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Cairo,Al Qahirah,Egypt,30.04,31.24,Africa/Cairo,1701478826,2023-12-02 3:00 +1701576000,2023-12-03 06:00,16.1,61.0,0,8.9,14.4,28,NNE,1017.0,30.04,0.0,0.0,86,10,16.1,61.0,16.1,61.0,16.1,61.0,13.7,56.7,0,0,0,0,10.0,6.0,15.6,25.1,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Cairo,Al Qahirah,Egypt,30.04,31.24,Africa/Cairo,1701478826,2023-12-02 3:00 +1701579600,2023-12-03 07:00,16.1,61.0,1,8.9,14.4,32,NNE,1017.0,30.04,0.0,0.0,86,18,16.1,61.0,16.1,61.0,16.1,61.0,13.8,56.9,0,0,0,0,10.0,6.0,15.5,24.9,5.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Cairo,Al Qahirah,Egypt,30.04,31.24,Africa/Cairo,1701478826,2023-12-02 3:00 +1701583200,2023-12-03 08:00,17.6,63.7,1,10.3,16.6,36,NE,1018.0,30.05,0.0,0.0,81,12,17.6,63.7,17.6,63.7,17.6,63.7,14.4,57.9,0,0,0,0,10.0,6.0,14.5,23.4,5.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Cairo,Al Qahirah,Egypt,30.04,31.24,Africa/Cairo,1701478826,2023-12-02 3:00 +1701586800,2023-12-03 09:00,19.6,67.2,1,11.9,19.1,43,NE,1018.0,30.06,0.0,0.0,73,84,19.6,67.2,19.6,67.2,19.6,67.2,14.5,58.1,0,0,0,0,10.0,6.0,14.7,23.6,4.0,Cloudy,//cdn.weatherapi.com/weather/64x64/day/119.png,1006,Cairo,Al Qahirah,Egypt,30.04,31.24,Africa/Cairo,1701478826,2023-12-02 3:00 +1701590400,2023-12-03 10:00,21.3,70.3,1,12.5,20.2,41,NE,1018.0,30.05,0.0,0.0,63,14,21.3,70.3,21.3,70.3,24.5,76.0,14.1,57.3,0,0,0,0,10.0,6.0,14.8,23.8,6.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Cairo,Al Qahirah,Egypt,30.04,31.24,Africa/Cairo,1701478826,2023-12-02 3:00 +1701594000,2023-12-03 11:00,22.9,73.2,1,12.8,20.5,46,NE,1017.0,30.03,0.0,0.0,54,32,24.8,76.6,22.9,73.2,24.8,76.6,13.2,55.8,0,0,0,0,10.0,6.0,14.7,23.6,6.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/day/116.png,1003,Cairo,Al Qahirah,Egypt,30.04,31.24,Africa/Cairo,1701478826,2023-12-02 3:00 +1701597600,2023-12-03 12:00,24.1,75.4,1,12.5,20.2,53,NE,1016.0,30.0,0.0,0.0,48,20,25.2,77.3,24.1,75.5,25.2,77.3,12.3,54.1,0,0,0,0,10.0,6.0,14.4,23.2,6.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Cairo,Al Qahirah,Egypt,30.04,31.24,Africa/Cairo,1701478826,2023-12-02 3:00 +1701601200,2023-12-03 13:00,25.3,77.6,1,11.9,19.1,57,ENE,1015.0,29.98,0.0,0.0,42,9,25.7,78.2,25.3,77.6,25.7,78.2,11.5,52.7,0,0,0,0,10.0,6.0,13.6,22.0,7.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Cairo,Al Qahirah,Egypt,30.04,31.24,Africa/Cairo,1701478826,2023-12-02 3:00 +1701604800,2023-12-03 14:00,25.9,78.6,1,11.0,17.6,58,ENE,1015.0,29.96,0.0,0.0,39,33,25.9,78.7,25.9,78.6,25.9,78.7,11.0,51.7,0,0,0,0,10.0,6.0,12.6,20.3,7.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/day/116.png,1003,Cairo,Al Qahirah,Egypt,30.04,31.24,Africa/Cairo,1701478826,2023-12-02 3:00 +1701608400,2023-12-03 15:00,26.0,78.8,1,10.3,16.6,59,ENE,1015.0,29.96,0.0,0.0,38,19,25.9,78.7,26.0,78.8,25.9,78.7,10.7,51.2,0,0,0,0,10.0,6.0,12.4,20.0,7.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Cairo,Al Qahirah,Egypt,30.04,31.24,Africa/Cairo,1701478826,2023-12-02 3:00 +1701612000,2023-12-03 16:00,25.4,77.8,1,9.6,15.5,54,NE,1015.0,29.97,0.0,0.0,40,18,25.6,78.2,25.4,77.8,25.6,78.2,10.8,51.4,0,0,0,0,10.0,6.0,12.8,20.6,7.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Cairo,Al Qahirah,Egypt,30.04,31.24,Africa/Cairo,1701478826,2023-12-02 3:00 +1701615600,2023-12-03 17:00,23.6,74.5,0,9.4,15.1,59,ENE,1015.0,29.98,0.0,0.0,44,85,24.8,76.6,23.6,74.5,24.8,76.6,10.7,51.3,0,0,0,0,10.0,6.0,15.7,25.2,1.0,Cloudy,//cdn.weatherapi.com/weather/64x64/night/119.png,1006,Cairo,Al Qahirah,Egypt,30.04,31.24,Africa/Cairo,1701478826,2023-12-02 3:00 +1701619200,2023-12-03 18:00,22.6,72.6,0,8.9,14.4,57,ENE,1016.0,29.99,0.0,0.0,49,46,24.5,76.2,22.6,72.6,24.5,76.2,11.3,52.3,0,0,0,0,10.0,6.0,15.4,24.8,1.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/night/116.png,1003,Cairo,Al Qahirah,Egypt,30.04,31.24,Africa/Cairo,1701478826,2023-12-02 3:00 +1701622800,2023-12-03 19:00,21.7,71.0,0,9.8,15.8,51,NE,1016.0,30.0,0.0,0.0,54,32,21.7,71.0,21.7,71.0,24.4,76.0,12.0,53.6,0,0,0,0,10.0,6.0,16.5,26.6,1.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/night/116.png,1003,Cairo,Al Qahirah,Egypt,30.04,31.24,Africa/Cairo,1701478826,2023-12-02 3:00 +1701626400,2023-12-03 20:00,20.7,69.3,0,10.3,16.6,51,NE,1016.0,30.0,0.0,0.0,61,41,20.7,69.3,20.7,69.3,20.7,69.3,12.8,55.1,0,0,0,0,10.0,6.0,17.3,27.8,1.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/night/116.png,1003,Cairo,Al Qahirah,Egypt,30.04,31.24,Africa/Cairo,1701478826,2023-12-02 3:00 +1701630000,2023-12-03 21:00,20.0,68.0,0,8.5,13.7,55,NE,1016.0,30.0,0.0,0.0,65,21,20.0,68.0,20.0,68.0,20.0,68.0,13.1,55.6,0,0,0,0,10.0,6.0,14.6,23.5,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Cairo,Al Qahirah,Egypt,30.04,31.24,Africa/Cairo,1701478826,2023-12-02 3:00 +1701633600,2023-12-03 22:00,19.5,67.1,0,6.7,10.8,58,ENE,1016.0,29.99,0.0,0.0,66,47,19.5,67.1,19.5,67.1,19.5,67.1,13.1,55.5,0,0,0,0,10.0,6.0,12.0,19.3,1.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/night/116.png,1003,Cairo,Al Qahirah,Egypt,30.04,31.24,Africa/Cairo,1701478826,2023-12-02 3:00 +1701637200,2023-12-03 23:00,19.2,66.6,0,4.9,7.9,49,NE,1015.0,29.98,0.0,0.0,67,54,19.2,66.6,19.2,66.6,19.2,66.6,12.9,55.2,0,0,0,0,10.0,6.0,9.1,14.6,1.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/night/116.png,1003,Cairo,Al Qahirah,Egypt,30.04,31.24,Africa/Cairo,1701478826,2023-12-02 3:00 +1701640800,2023-12-04 00:00,19.0,66.2,0,5.1,8.3,13,NNE,1015.0,29.98,0.0,0.0,67,100,19.0,66.2,19.0,66.2,19.0,66.2,12.8,55.0,0,0,0,0,10.0,6.0,9.5,15.3,1.0,Overcast,//cdn.weatherapi.com/weather/64x64/night/122.png,1009,Cairo,Al Qahirah,Egypt,30.04,31.24,Africa/Cairo,1701478826,2023-12-02 3:00 +1701644400,2023-12-04 01:00,18.6,65.4,0,6.3,10.1,5,N,1015.0,29.98,0.0,0.0,70,9,18.6,65.4,18.6,65.4,18.6,65.4,12.9,55.3,0,0,0,0,10.0,6.0,11.3,18.2,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Cairo,Al Qahirah,Egypt,30.04,31.24,Africa/Cairo,1701478826,2023-12-02 3:00 +1701648000,2023-12-04 02:00,18.1,64.5,0,6.5,10.4,2,N,1015.0,29.99,0.0,0.0,73,67,18.1,64.5,18.1,64.5,18.1,64.5,13.1,55.6,0,0,0,0,10.0,6.0,11.7,18.8,1.0,Cloudy,//cdn.weatherapi.com/weather/64x64/night/119.png,1006,Cairo,Al Qahirah,Egypt,30.04,31.24,Africa/Cairo,1701478826,2023-12-02 3:00 +1701651600,2023-12-04 03:00,17.6,63.8,0,5.6,9.0,2,N,1016.0,29.99,0.0,0.0,75,100,17.6,63.8,17.6,63.8,17.6,63.8,13.2,55.8,0,0,0,0,10.0,6.0,10.0,16.1,1.0,Overcast,//cdn.weatherapi.com/weather/64x64/night/122.png,1009,Cairo,Al Qahirah,Egypt,30.04,31.24,Africa/Cairo,1701478826,2023-12-02 3:00 +1701655200,2023-12-04 04:00,17.4,63.3,0,4.7,7.6,6,N,1015.0,29.99,0.0,0.0,76,32,17.4,63.3,17.4,63.3,17.4,63.3,13.1,55.6,0,0,0,0,10.0,6.0,8.4,13.6,1.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/night/116.png,1003,Cairo,Al Qahirah,Egypt,30.04,31.24,Africa/Cairo,1701478826,2023-12-02 3:00 +1701658800,2023-12-04 05:00,17.0,62.7,0,4.3,6.8,8,N,1016.0,29.99,0.0,0.0,77,1,17.0,62.7,17.0,62.7,17.0,62.7,13.0,55.4,0,0,0,0,10.0,6.0,7.9,12.6,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Cairo,Al Qahirah,Egypt,30.04,31.24,Africa/Cairo,1701478826,2023-12-02 3:00 +1701662400,2023-12-04 06:00,16.7,62.1,0,3.8,6.1,358,N,1016.0,30.0,0.0,0.0,78,4,16.7,62.1,16.7,62.1,16.7,62.1,12.8,55.1,0,0,0,0,10.0,6.0,7.2,11.6,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Cairo,Al Qahirah,Egypt,30.04,31.24,Africa/Cairo,1701478826,2023-12-02 3:00 +1701666000,2023-12-04 07:00,16.7,62.1,1,2.9,4.7,13,NNE,1016.0,30.01,0.0,0.0,77,0,16.7,62.1,16.7,62.1,16.7,62.1,12.6,54.7,0,0,0,0,10.0,6.0,5.5,8.9,5.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Cairo,Al Qahirah,Egypt,30.04,31.24,Africa/Cairo,1701478826,2023-12-02 3:00 +1701669600,2023-12-04 08:00,18.3,64.9,1,2.5,4.0,5,N,1017.0,30.02,0.0,0.0,70,0,18.3,64.9,18.3,64.9,18.3,64.9,12.7,54.8,0,0,0,0,10.0,6.0,3.7,6.0,5.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Cairo,Al Qahirah,Egypt,30.04,31.24,Africa/Cairo,1701478826,2023-12-02 3:00 +1701673200,2023-12-04 09:00,19.7,67.5,1,2.2,3.6,330,NNW,1017.0,30.04,0.0,0.0,62,0,19.8,67.6,19.8,67.6,19.8,67.6,12.4,54.3,0,0,0,0,10.0,6.0,2.9,4.7,5.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Cairo,Al Qahirah,Egypt,30.04,31.24,Africa/Cairo,1701478826,2023-12-02 3:00 +1701676800,2023-12-04 10:00,21.0,69.8,1,1.8,2.9,301,WNW,1017.0,30.04,0.0,0.0,56,0,21.0,69.8,21.0,69.8,24.4,75.9,12.0,53.6,0,0,0,0,10.0,6.0,2.3,3.7,6.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Cairo,Al Qahirah,Egypt,30.04,31.24,Africa/Cairo,1701478826,2023-12-02 3:00 +1701680400,2023-12-04 11:00,22.3,72.2,1,1.1,1.8,239,WSW,1017.0,30.02,0.0,0.0,50,0,24.5,76.1,22.3,72.2,24.5,76.1,11.4,52.6,0,0,0,0,10.0,6.0,1.4,2.2,6.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Cairo,Al Qahirah,Egypt,30.04,31.24,Africa/Cairo,1701478826,2023-12-02 3:00 +1701684000,2023-12-04 12:00,23.5,74.3,1,2.7,4.3,236,WSW,1015.0,29.99,0.0,0.0,43,0,24.7,76.5,23.5,74.3,24.7,76.5,10.3,50.6,0,0,0,0,10.0,6.0,3.3,5.4,6.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Cairo,Al Qahirah,Egypt,30.04,31.24,Africa/Cairo,1701478826,2023-12-02 3:00 +1701687600,2023-12-04 13:00,24.8,76.7,1,3.6,5.8,245,WSW,1015.0,29.96,0.0,0.0,37,0,25.1,77.1,24.8,76.7,25.1,77.1,9.2,48.5,0,0,0,0,10.0,6.0,4.3,6.9,6.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Cairo,Al Qahirah,Egypt,30.04,31.24,Africa/Cairo,1701478826,2023-12-02 3:00 +1701691200,2023-12-04 14:00,25.9,78.6,1,4.3,6.8,257,WSW,1015.0,29.96,0.0,0.0,32,0,25.5,77.9,25.9,78.7,25.5,77.9,8.1,46.6,0,0,0,0,10.0,6.0,5.0,8.1,7.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Cairo,Al Qahirah,Egypt,30.04,31.24,Africa/Cairo,1701478826,2023-12-02 3:00 +1701694800,2023-12-04 15:00,26.4,79.5,1,4.7,7.6,263,W,1015.0,29.96,0.0,0.0,30,4,25.6,78.1,26.4,79.5,25.6,78.1,7.2,45.0,0,0,0,0,10.0,6.0,5.8,9.4,7.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Cairo,Al Qahirah,Egypt,30.04,31.24,Africa/Cairo,1701478826,2023-12-02 3:00 +1701698400,2023-12-04 16:00,26.1,79.0,1,5.6,9.0,280,W,1015.0,29.97,0.0,0.0,30,2,25.5,77.8,26.1,79.0,25.5,77.8,7.2,45.0,0,0,0,0,10.0,6.0,7.4,11.9,7.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Cairo,Al Qahirah,Egypt,30.04,31.24,Africa/Cairo,1701478826,2023-12-02 3:00 +1701702000,2023-12-04 17:00,24.0,75.2,0,7.6,12.2,291,WNW,1015.0,29.97,0.0,0.0,35,4,24.5,76.1,24.0,75.2,24.5,76.1,7.8,46.1,0,0,0,0,10.0,6.0,12.9,20.8,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Cairo,Al Qahirah,Egypt,30.04,31.24,Africa/Cairo,1701478826,2023-12-02 3:00 +1701705600,2023-12-04 18:00,22.8,73.1,0,7.6,12.2,296,WNW,1016.0,29.99,0.0,0.0,40,0,24.3,75.7,22.8,73.1,24.3,75.7,8.6,47.5,0,0,0,0,10.0,6.0,13.6,21.9,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Cairo,Al Qahirah,Egypt,30.04,31.24,Africa/Cairo,1701478826,2023-12-02 3:00 +1701709200,2023-12-04 19:00,22.1,71.7,0,6.3,10.1,308,NW,1016.0,30.0,0.0,0.0,43,0,24.2,75.6,22.1,71.7,24.2,75.6,9.0,48.2,0,0,0,0,10.0,6.0,11.6,18.6,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Cairo,Al Qahirah,Egypt,30.04,31.24,Africa/Cairo,1701478826,2023-12-02 3:00 +1701712800,2023-12-04 20:00,21.1,69.9,0,7.2,11.5,339,NNW,1016.0,30.01,0.0,0.0,49,0,21.1,69.9,21.1,69.9,24.3,75.7,10.0,49.9,0,0,0,0,10.0,6.0,12.8,20.6,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Cairo,Al Qahirah,Egypt,30.04,31.24,Africa/Cairo,1701478826,2023-12-02 3:00 +1701716400,2023-12-04 21:00,19.7,67.5,0,8.3,13.3,4,N,1016.0,30.01,0.0,0.0,60,0,19.7,67.5,19.7,67.5,19.7,67.5,11.7,53.0,0,0,0,0,10.0,6.0,13.9,22.4,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Cairo,Al Qahirah,Egypt,30.04,31.24,Africa/Cairo,1701478826,2023-12-02 3:00 +1701720000,2023-12-04 22:00,19.0,66.3,0,7.4,11.9,18,NNE,1016.0,30.01,0.0,0.0,68,0,19.0,66.3,19.0,66.3,19.0,66.3,13.0,55.3,0,0,0,0,10.0,6.0,12.5,20.1,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Cairo,Al Qahirah,Egypt,30.04,31.24,Africa/Cairo,1701478826,2023-12-02 3:00 +1701723600,2023-12-04 23:00,18.5,65.4,0,7.4,11.9,17,NNE,1016.0,30.01,0.0,0.0,74,0,18.5,65.4,18.5,65.4,18.5,65.4,13.9,57.0,0,0,0,0,10.0,6.0,12.3,19.8,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Cairo,Al Qahirah,Egypt,30.04,31.24,Africa/Cairo,1701478826,2023-12-02 3:00 +1701471600,2023-12-02 00:00,28.5,83.4,0,10.3,16.6,189,S,1012.0,29.88,0.0,0.0,80,5,33.5,92.3,28.5,83.4,33.5,92.3,24.7,76.4,0,0,0,0,10.0,6.0,13.4,21.6,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Lagos,Lagos,Nigeria,6.52,3.38,Africa/Lagos,1701478826,2023-12-02 2:00 +1701475200,2023-12-02 01:00,28.4,83.1,0,11.6,18.7,188,S,1011.0,29.86,0.0,0.0,80,5,33.3,91.9,28.4,83.1,33.3,91.9,24.7,76.4,0,0,0,0,10.0,6.0,15.0,24.2,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Lagos,Lagos,Nigeria,6.52,3.38,Africa/Lagos,1701478826,2023-12-02 2:00 +1701478800,2023-12-02 02:00,24.0,75.2,0,3.8,6.1,250,WSW,1013.0,29.91,0.0,0.0,94,25,33.1,91.5,28.3,82.9,33.1,91.5,24.7,76.4,0,0,0,0,8.0,4.0,16.4,26.4,1.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/night/116.png,1003,Lagos,Lagos,Nigeria,6.52,3.38,Africa/Lagos,1701478826,2023-12-02 2:00 +1701482400,2023-12-02 03:00,28.2,82.7,0,11.9,19.1,213,SSW,1010.0,29.82,0.0,0.0,80,6,32.8,91.0,28.2,82.7,32.8,91.0,24.5,76.1,0,0,0,0,10.0,6.0,15.3,24.6,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Lagos,Lagos,Nigeria,6.52,3.38,Africa/Lagos,1701478826,2023-12-02 2:00 +1701486000,2023-12-02 04:00,28.1,82.6,0,10.7,17.3,218,SW,1010.0,29.82,0.0,0.0,81,19,32.7,90.8,28.1,82.6,32.7,90.8,24.5,76.0,0,0,0,0,10.0,6.0,13.8,22.2,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Lagos,Lagos,Nigeria,6.52,3.38,Africa/Lagos,1701478826,2023-12-02 2:00 +1701489600,2023-12-02 05:00,28.1,82.6,0,9.8,15.8,220,SW,1010.0,29.83,0.0,0.0,80,59,32.6,90.6,28.1,82.6,32.6,90.6,24.4,75.9,0,0,0,0,10.0,6.0,12.7,20.4,1.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/night/116.png,1003,Lagos,Lagos,Nigeria,6.52,3.38,Africa/Lagos,1701478826,2023-12-02 2:00 +1701493200,2023-12-02 06:00,28.0,82.4,0,9.2,14.8,227,SW,1011.0,29.84,0.01,0.0,81,78,32.5,90.4,28.0,82.4,32.5,90.4,24.4,75.9,1,89,0,0,10.0,6.0,11.9,19.1,1.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/night/176.png,1063,Lagos,Lagos,Nigeria,6.52,3.38,Africa/Lagos,1701478826,2023-12-02 2:00 +1701496800,2023-12-02 07:00,28.0,82.3,1,7.6,12.2,232,SW,1011.0,29.87,0.04,0.0,81,74,32.3,90.2,28.0,82.3,32.3,90.2,24.3,75.8,0,60,0,0,10.0,6.0,9.9,15.9,6.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/day/176.png,1063,Lagos,Lagos,Nigeria,6.52,3.38,Africa/Lagos,1701478826,2023-12-02 2:00 +1701500400,2023-12-02 08:00,27.8,82.0,1,7.2,11.5,236,WSW,1012.0,29.89,0.04,0.0,79,54,31.7,89.1,27.8,82.0,31.7,89.1,23.9,74.9,1,87,0,0,10.0,6.0,9.8,15.7,6.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/day/176.png,1063,Lagos,Lagos,Nigeria,6.52,3.38,Africa/Lagos,1701478826,2023-12-02 2:00 +1701504000,2023-12-02 09:00,28.3,82.9,1,6.5,10.4,234,SW,1013.0,29.91,0.03,0.0,76,85,32.3,90.2,28.3,82.9,32.3,90.2,23.7,74.7,1,76,0,0,10.0,6.0,8.5,13.8,6.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/day/176.png,1063,Lagos,Lagos,Nigeria,6.52,3.38,Africa/Lagos,1701478826,2023-12-02 2:00 +1701507600,2023-12-02 10:00,28.8,83.8,1,6.7,10.8,220,SW,1013.0,29.91,0.03,0.0,74,53,33.0,91.4,28.8,83.8,33.0,91.4,23.6,74.5,1,82,0,0,10.0,6.0,8.5,13.8,6.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/day/176.png,1063,Lagos,Lagos,Nigeria,6.52,3.38,Africa/Lagos,1701478826,2023-12-02 2:00 +1701511200,2023-12-02 11:00,29.0,84.3,1,7.8,12.6,203,SSW,1013.0,29.91,0.04,0.0,73,53,33.4,92.0,29.1,84.3,33.4,92.0,23.6,74.5,1,83,0,0,10.0,6.0,9.9,15.9,6.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/day/176.png,1063,Lagos,Lagos,Nigeria,6.52,3.38,Africa/Lagos,1701478826,2023-12-02 2:00 +1701514800,2023-12-02 12:00,28.9,84.1,1,9.2,14.8,197,SSW,1012.0,29.89,0.06,0.0,73,80,33.1,91.6,28.9,84.1,33.1,91.6,23.6,74.4,0,62,0,0,10.0,6.0,12.0,19.3,6.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/day/176.png,1063,Lagos,Lagos,Nigeria,6.52,3.38,Africa/Lagos,1701478826,2023-12-02 2:00 +1701518400,2023-12-02 13:00,28.7,83.6,1,8.7,14.0,205,SSW,1011.0,29.86,0.26,0.01,73,73,32.6,90.7,28.7,83.6,32.6,90.7,23.3,73.9,0,57,0,0,9.0,5.0,11.7,18.9,6.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/day/176.png,1063,Lagos,Lagos,Nigeria,6.52,3.38,Africa/Lagos,1701478826,2023-12-02 2:00 +1701522000,2023-12-02 14:00,29.4,84.9,1,8.5,13.7,201,SSW,1010.0,29.83,0.0,0.0,69,17,33.4,92.0,29.4,84.9,33.4,92.0,23.0,73.4,0,0,0,0,10.0,6.0,10.7,17.2,7.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Lagos,Lagos,Nigeria,6.52,3.38,Africa/Lagos,1701478826,2023-12-02 2:00 +1701525600,2023-12-02 15:00,29.6,85.3,1,10.7,17.3,190,S,1009.0,29.8,0.12,0.0,67,83,33.6,92.4,29.6,85.3,33.6,92.4,22.9,73.2,1,76,0,0,10.0,6.0,13.2,21.3,6.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/day/176.png,1063,Lagos,Lagos,Nigeria,6.52,3.38,Africa/Lagos,1701478826,2023-12-02 2:00 +1701529200,2023-12-02 16:00,29.3,84.8,1,13.6,22.0,190,S,1009.0,29.8,0.0,0.0,68,23,33.2,91.7,29.3,84.8,33.2,91.7,22.8,73.1,0,0,0,0,10.0,6.0,16.9,27.2,7.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Lagos,Lagos,Nigeria,6.52,3.38,Africa/Lagos,1701478826,2023-12-02 2:00 +1701532800,2023-12-02 17:00,28.8,83.8,1,13.0,20.9,197,SSW,1009.0,29.81,0.01,0.0,70,83,32.4,90.3,28.8,83.8,32.4,90.3,22.8,73.0,0,60,0,0,10.0,6.0,16.6,26.7,6.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/day/176.png,1063,Lagos,Lagos,Nigeria,6.52,3.38,Africa/Lagos,1701478826,2023-12-02 2:00 +1701536400,2023-12-02 18:00,28.9,84.0,1,12.5,20.2,202,SSW,1010.0,29.83,0.0,0.0,73,28,33.0,91.5,28.9,84.0,33.0,91.5,23.5,74.4,0,0,0,0,10.0,6.0,15.2,24.5,7.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/day/116.png,1003,Lagos,Lagos,Nigeria,6.52,3.38,Africa/Lagos,1701478826,2023-12-02 2:00 +1701540000,2023-12-02 19:00,28.7,83.6,0,12.8,20.5,202,SSW,1010.0,29.84,0.0,0.0,75,14,33.0,91.4,28.7,83.6,33.0,91.4,23.9,75.0,0,0,0,0,10.0,6.0,15.7,25.3,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Lagos,Lagos,Nigeria,6.52,3.38,Africa/Lagos,1701478826,2023-12-02 2:00 +1701543600,2023-12-02 20:00,28.5,83.2,0,13.6,22.0,200,SSW,1011.0,29.86,0.0,0.0,76,11,32.7,90.9,28.5,83.2,32.7,90.9,23.9,75.0,0,0,0,0,10.0,6.0,17.0,27.4,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Lagos,Lagos,Nigeria,6.52,3.38,Africa/Lagos,1701478826,2023-12-02 2:00 +1701547200,2023-12-02 21:00,28.4,83.1,0,12.1,19.4,194,SSW,1012.0,29.88,0.0,0.0,76,14,32.5,90.5,28.4,83.1,32.5,90.5,23.7,74.7,0,0,0,0,10.0,6.0,15.3,24.6,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Lagos,Lagos,Nigeria,6.52,3.38,Africa/Lagos,1701478826,2023-12-02 2:00 +1701550800,2023-12-02 22:00,28.3,83.0,0,11.0,17.6,191,SSW,1012.0,29.9,0.0,0.0,76,24,32.5,90.4,28.3,83.0,32.5,90.4,23.8,74.8,0,0,0,0,10.0,6.0,13.9,22.4,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Lagos,Lagos,Nigeria,6.52,3.38,Africa/Lagos,1701478826,2023-12-02 2:00 +1701554400,2023-12-02 23:00,28.3,82.9,0,10.5,16.9,185,S,1012.0,29.89,0.0,0.0,77,20,32.4,90.3,28.3,82.9,32.4,90.3,23.8,74.9,0,0,0,0,10.0,6.0,13.4,21.5,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Lagos,Lagos,Nigeria,6.52,3.38,Africa/Lagos,1701478826,2023-12-02 2:00 +1701558000,2023-12-03 00:00,28.1,82.6,0,11.2,18.0,186,S,1012.0,29.87,0.0,0.0,78,15,32.2,89.9,28.1,82.6,32.2,89.9,23.9,75.0,0,0,0,0,10.0,6.0,14.2,22.9,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Lagos,Lagos,Nigeria,6.52,3.38,Africa/Lagos,1701478826,2023-12-02 2:00 +1701561600,2023-12-03 01:00,27.9,82.2,0,11.0,17.6,192,SSW,1011.0,29.86,0.0,0.0,79,22,31.9,89.4,27.9,82.2,31.9,89.4,23.8,74.9,0,0,0,0,10.0,6.0,14.0,22.6,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Lagos,Lagos,Nigeria,6.52,3.38,Africa/Lagos,1701478826,2023-12-02 2:00 +1701565200,2023-12-03 02:00,27.8,82.0,0,9.6,15.5,203,SSW,1010.0,29.84,0.0,0.0,79,34,31.7,89.0,27.8,82.0,31.7,89.0,23.8,74.8,0,0,0,0,10.0,6.0,12.3,19.9,1.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/night/116.png,1003,Lagos,Lagos,Nigeria,6.52,3.38,Africa/Lagos,1701478826,2023-12-02 2:00 +1701568800,2023-12-03 03:00,27.7,81.8,0,8.1,13.0,213,SSW,1010.0,29.82,0.0,0.0,79,33,31.5,88.6,27.7,81.8,31.5,88.6,23.7,74.7,0,0,0,0,10.0,6.0,10.4,16.7,1.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/night/116.png,1003,Lagos,Lagos,Nigeria,6.52,3.38,Africa/Lagos,1701478826,2023-12-02 2:00 +1701572400,2023-12-03 04:00,27.6,81.6,0,6.3,10.1,228,SW,1010.0,29.82,0.0,0.0,79,53,31.3,88.3,27.6,81.6,31.3,88.3,23.6,74.5,0,0,0,0,10.0,6.0,8.2,13.1,1.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/night/116.png,1003,Lagos,Lagos,Nigeria,6.52,3.38,Africa/Lagos,1701478826,2023-12-02 2:00 +1701576000,2023-12-03 05:00,27.5,81.4,0,4.3,6.8,245,WSW,1010.0,29.82,0.0,0.0,79,55,31.1,87.9,27.5,81.4,31.1,87.9,23.6,74.4,0,0,0,0,10.0,6.0,5.6,9.0,1.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/night/116.png,1003,Lagos,Lagos,Nigeria,6.52,3.38,Africa/Lagos,1701478826,2023-12-02 2:00 +1701579600,2023-12-03 06:00,27.3,81.1,0,3.4,5.4,290,WNW,1010.0,29.83,0.0,0.0,80,55,30.7,87.3,27.3,81.1,30.7,87.3,23.4,74.2,0,0,0,0,10.0,6.0,4.5,7.2,1.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/night/116.png,1003,Lagos,Lagos,Nigeria,6.52,3.38,Africa/Lagos,1701478826,2023-12-02 2:00 +1701583200,2023-12-03 07:00,26.9,80.5,1,4.0,6.5,320,NW,1011.0,29.85,0.0,0.0,81,58,30.3,86.5,26.9,80.5,30.3,86.5,23.4,74.1,0,0,0,0,10.0,6.0,5.4,8.7,7.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/day/116.png,1003,Lagos,Lagos,Nigeria,6.52,3.38,Africa/Lagos,1701478826,2023-12-02 2:00 +1701586800,2023-12-03 08:00,26.8,80.2,1,4.5,7.2,347,NNW,1011.0,29.87,0.0,0.0,81,52,30.0,86.0,26.8,80.2,30.0,86.0,23.2,73.8,0,0,0,0,10.0,6.0,6.1,9.8,7.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/day/116.png,1003,Lagos,Lagos,Nigeria,6.52,3.38,Africa/Lagos,1701478826,2023-12-02 2:00 +1701590400,2023-12-03 09:00,27.4,81.3,1,3.4,5.4,22,NNE,1012.0,29.89,0.0,0.0,77,44,30.7,87.2,27.4,81.3,30.7,87.2,23.1,73.6,0,0,0,0,10.0,6.0,4.3,7.0,7.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/day/116.png,1003,Lagos,Lagos,Nigeria,6.52,3.38,Africa/Lagos,1701478826,2023-12-02 2:00 +1701594000,2023-12-03 10:00,28.1,82.7,1,2.2,3.6,85,E,1012.0,29.89,0.0,0.0,73,24,31.6,88.8,28.1,82.7,31.6,88.8,22.8,73.1,0,0,0,0,10.0,6.0,2.8,4.4,7.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Lagos,Lagos,Nigeria,6.52,3.38,Africa/Lagos,1701478826,2023-12-02 2:00 +1701597600,2023-12-03 11:00,28.7,83.7,1,2.7,4.3,176,S,1012.0,29.88,0.0,0.0,70,5,32.3,90.1,28.7,83.7,32.3,90.1,22.8,73.0,0,0,0,0,10.0,6.0,3.2,5.1,7.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Lagos,Lagos,Nigeria,6.52,3.38,Africa/Lagos,1701478826,2023-12-02 2:00 +1701601200,2023-12-03 12:00,28.9,84.0,1,5.8,9.4,193,SSW,1011.0,29.85,0.0,0.0,70,4,32.6,90.6,28.9,83.9,32.6,90.6,22.9,73.2,0,0,0,0,10.0,6.0,7.0,11.3,7.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Lagos,Lagos,Nigeria,6.52,3.38,Africa/Lagos,1701478826,2023-12-02 2:00 +1701604800,2023-12-03 13:00,29.1,84.4,1,8.7,14.0,187,S,1010.0,29.83,0.0,0.0,69,3,32.9,91.2,29.1,84.4,32.9,91.2,22.9,73.2,0,0,0,0,10.0,6.0,10.5,17.0,7.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Lagos,Lagos,Nigeria,6.52,3.38,Africa/Lagos,1701478826,2023-12-02 2:00 +1701608400,2023-12-03 14:00,29.0,84.2,1,12.3,19.8,186,S,1010.0,29.81,0.0,0.0,70,2,32.9,91.2,29.0,84.2,32.9,91.2,23.0,73.5,0,0,0,0,10.0,6.0,14.7,23.7,7.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Lagos,Lagos,Nigeria,6.52,3.38,Africa/Lagos,1701478826,2023-12-02 2:00 +1701612000,2023-12-03 15:00,28.7,83.7,1,14.8,23.8,194,SSW,1009.0,29.8,0.0,0.0,73,8,32.6,90.7,28.7,83.7,32.6,90.7,23.3,73.9,0,0,0,0,10.0,6.0,17.4,28.1,7.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Lagos,Lagos,Nigeria,6.52,3.38,Africa/Lagos,1701478826,2023-12-02 2:00 +1701615600,2023-12-03 16:00,28.7,83.7,1,14.3,23.0,203,SSW,1009.0,29.79,0.0,0.0,72,15,32.6,90.7,28.7,83.7,32.6,90.7,23.3,73.9,0,0,0,0,10.0,6.0,17.4,27.9,7.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Lagos,Lagos,Nigeria,6.52,3.38,Africa/Lagos,1701478826,2023-12-02 2:00 +1701619200,2023-12-03 17:00,28.8,83.8,1,13.6,22.0,204,SSW,1009.0,29.79,0.29,0.01,73,73,32.8,91.0,28.8,83.8,32.8,91.0,23.4,74.0,1,79,0,0,9.0,5.0,17.4,28.1,6.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/day/176.png,1063,Lagos,Lagos,Nigeria,6.52,3.38,Africa/Lagos,1701478826,2023-12-02 2:00 +1701622800,2023-12-03 18:00,28.9,84.0,1,13.2,21.2,204,SSW,1009.0,29.81,0.0,0.0,74,15,33.3,92.0,28.9,84.0,33.3,92.0,23.9,75.0,0,0,0,0,10.0,6.0,16.0,25.8,7.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Lagos,Lagos,Nigeria,6.52,3.38,Africa/Lagos,1701478826,2023-12-02 2:00 +1701626400,2023-12-03 19:00,28.7,83.7,0,12.8,20.5,208,SSW,1010.0,29.82,0.0,0.0,76,12,33.1,91.7,28.7,83.7,33.1,91.7,24.0,75.2,0,0,0,0,10.0,6.0,15.8,25.5,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Lagos,Lagos,Nigeria,6.52,3.38,Africa/Lagos,1701478826,2023-12-02 2:00 +1701630000,2023-12-03 20:00,28.6,83.5,0,12.3,19.8,208,SSW,1011.0,29.85,0.0,0.0,76,10,33.1,91.6,28.6,83.6,33.1,91.6,24.0,75.3,0,0,0,0,10.0,6.0,15.5,24.9,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Lagos,Lagos,Nigeria,6.52,3.38,Africa/Lagos,1701478826,2023-12-02 2:00 +1701633600,2023-12-03 21:00,28.6,83.4,0,12.3,19.8,201,SSW,1011.0,29.86,0.0,0.0,77,6,33.1,91.6,28.6,83.4,33.1,91.6,24.2,75.5,0,0,0,0,10.0,6.0,15.5,25.0,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Lagos,Lagos,Nigeria,6.52,3.38,Africa/Lagos,1701478826,2023-12-02 2:00 +1701637200,2023-12-03 22:00,28.5,83.3,0,13.4,21.6,196,SSW,1011.0,29.87,0.0,0.0,78,2,33.1,91.6,28.5,83.3,33.1,91.6,24.3,75.8,0,0,0,0,10.0,6.0,17.0,27.4,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Lagos,Lagos,Nigeria,6.52,3.38,Africa/Lagos,1701478826,2023-12-02 2:00 +1701640800,2023-12-03 23:00,28.4,83.0,0,12.5,20.2,205,SSW,1012.0,29.87,0.0,0.0,79,2,33.0,91.4,28.4,83.0,33.0,91.4,24.4,76.0,0,0,0,0,10.0,6.0,16.0,25.8,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Lagos,Lagos,Nigeria,6.52,3.38,Africa/Lagos,1701478826,2023-12-02 2:00 +1701644400,2023-12-04 00:00,28.3,82.9,0,12.1,19.4,208,SSW,1011.0,29.86,0.0,0.0,79,10,32.8,91.0,28.3,82.9,32.8,91.0,24.3,75.7,0,0,0,0,10.0,6.0,15.5,24.9,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Lagos,Lagos,Nigeria,6.52,3.38,Africa/Lagos,1701478826,2023-12-02 2:00 +1701648000,2023-12-04 01:00,28.2,82.7,0,11.9,19.1,207,SSW,1011.0,29.85,0.0,0.0,79,40,32.6,90.7,28.2,82.7,32.6,90.7,24.3,75.7,0,0,0,0,10.0,6.0,15.2,24.5,1.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/night/116.png,1003,Lagos,Lagos,Nigeria,6.52,3.38,Africa/Lagos,1701478826,2023-12-02 2:00 +1701651600,2023-12-04 02:00,28.1,82.5,0,10.7,17.3,211,SSW,1010.0,29.83,0.0,0.0,80,42,32.4,90.3,28.1,82.5,32.4,90.3,24.2,75.6,0,0,0,0,10.0,6.0,13.8,22.2,1.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/night/116.png,1003,Lagos,Lagos,Nigeria,6.52,3.38,Africa/Lagos,1701478826,2023-12-02 2:00 +1701655200,2023-12-04 03:00,28.0,82.3,0,9.4,15.1,219,SW,1010.0,29.83,0.0,0.0,80,58,32.2,90.0,28.0,82.3,32.2,90.0,24.2,75.6,0,0,0,0,10.0,6.0,12.1,19.5,1.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/night/116.png,1003,Lagos,Lagos,Nigeria,6.52,3.38,Africa/Lagos,1701478826,2023-12-02 2:00 +1701658800,2023-12-04 04:00,27.9,82.2,0,8.5,13.7,235,SW,1010.0,29.83,0.01,0.0,80,76,32.1,89.8,27.9,82.2,32.1,89.8,24.2,75.5,1,75,0,0,10.0,6.0,11.0,17.7,1.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/night/176.png,1063,Lagos,Lagos,Nigeria,6.52,3.38,Africa/Lagos,1701478826,2023-12-02 2:00 +1701662400,2023-12-04 05:00,27.7,81.9,0,8.1,13.0,249,WSW,1011.0,29.84,0.03,0.0,81,63,31.8,89.3,27.7,81.9,31.8,89.3,24.1,75.4,0,65,0,0,10.0,6.0,10.6,17.1,1.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/night/176.png,1063,Lagos,Lagos,Nigeria,6.52,3.38,Africa/Lagos,1701478826,2023-12-02 2:00 +1701666000,2023-12-04 06:00,27.6,81.6,0,7.4,11.9,252,WSW,1011.0,29.85,0.02,0.0,81,80,31.6,88.9,27.6,81.6,31.6,88.9,24.1,75.3,0,69,0,0,10.0,6.0,9.8,15.8,1.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/night/176.png,1063,Lagos,Lagos,Nigeria,6.52,3.38,Africa/Lagos,1701478826,2023-12-02 2:00 +1701669600,2023-12-04 07:00,27.3,81.2,1,6.3,10.1,258,WSW,1012.0,29.87,0.05,0.0,82,71,31.2,88.1,27.4,81.2,31.2,88.1,23.9,75.1,1,78,0,0,10.0,6.0,8.5,13.7,6.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/day/176.png,1063,Lagos,Lagos,Nigeria,6.52,3.38,Africa/Lagos,1701478826,2023-12-02 2:00 +1701673200,2023-12-04 08:00,27.4,81.4,1,6.5,10.4,255,WSW,1012.0,29.89,0.04,0.0,80,85,31.2,88.1,27.4,81.4,31.2,88.1,23.7,74.7,0,62,0,0,10.0,6.0,8.9,14.3,6.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/day/176.png,1063,Lagos,Lagos,Nigeria,6.52,3.38,Africa/Lagos,1701478826,2023-12-02 2:00 +1701676800,2023-12-04 09:00,28.1,82.5,1,6.7,10.8,248,WSW,1013.0,29.91,0.02,0.0,76,86,31.9,89.5,28.1,82.5,31.9,89.5,23.6,74.4,0,68,0,0,10.0,6.0,8.9,14.3,6.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/day/176.png,1063,Lagos,Lagos,Nigeria,6.52,3.38,Africa/Lagos,1701478826,2023-12-02 2:00 +1701680400,2023-12-04 10:00,28.7,83.7,1,6.7,10.8,221,SW,1013.0,29.91,0.03,0.0,73,53,32.8,91.0,28.7,83.7,32.8,91.0,23.4,74.1,1,85,0,0,10.0,6.0,8.6,13.8,6.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/day/176.png,1063,Lagos,Lagos,Nigeria,6.52,3.38,Africa/Lagos,1701478826,2023-12-02 2:00 +1701684000,2023-12-04 11:00,29.1,84.4,1,8.3,13.3,207,SSW,1013.0,29.91,0.03,0.0,71,75,33.3,91.9,29.1,84.4,33.3,91.9,23.4,74.0,1,82,0,0,10.0,6.0,10.5,16.9,6.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/day/176.png,1063,Lagos,Lagos,Nigeria,6.52,3.38,Africa/Lagos,1701478826,2023-12-02 2:00 +1701687600,2023-12-04 12:00,29.4,84.9,1,9.8,15.8,205,SSW,1012.0,29.89,0.02,0.0,69,89,33.5,92.4,29.4,84.9,33.5,92.4,23.2,73.8,0,69,0,0,10.0,6.0,12.3,19.8,6.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/day/176.png,1063,Lagos,Lagos,Nigeria,6.52,3.38,Africa/Lagos,1701478826,2023-12-02 2:00 +1701691200,2023-12-04 13:00,29.5,85.2,1,11.6,18.7,199,SSW,1011.0,29.86,0.01,0.0,68,75,33.7,92.6,29.5,85.2,33.7,92.6,23.1,73.6,0,70,0,0,10.0,6.0,14.5,23.3,6.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/day/176.png,1063,Lagos,Lagos,Nigeria,6.52,3.38,Africa/Lagos,1701478826,2023-12-02 2:00 +1701694800,2023-12-04 14:00,29.5,85.0,1,12.5,20.2,199,SSW,1010.0,29.83,0.0,0.0,68,3,33.5,92.2,29.5,85.0,33.5,92.2,23.0,73.4,0,0,0,0,10.0,6.0,15.6,25.1,7.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Lagos,Lagos,Nigeria,6.52,3.38,Africa/Lagos,1701478826,2023-12-02 2:00 +1701698400,2023-12-04 15:00,29.4,84.9,1,12.3,19.8,207,SSW,1009.0,29.81,0.0,0.0,68,8,33.4,92.1,29.4,85.0,33.4,92.1,23.0,73.3,0,0,0,0,10.0,6.0,15.3,24.6,7.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Lagos,Lagos,Nigeria,6.52,3.38,Africa/Lagos,1701478826,2023-12-02 2:00 +1701702000,2023-12-04 16:00,29.5,85.0,1,12.1,19.4,211,SSW,1009.0,29.79,0.0,0.0,68,12,33.5,92.2,29.5,85.0,33.5,92.2,23.0,73.3,0,0,0,0,10.0,6.0,15.0,24.2,7.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Lagos,Lagos,Nigeria,6.52,3.38,Africa/Lagos,1701478826,2023-12-02 2:00 +1701705600,2023-12-04 17:00,29.3,84.7,1,12.3,19.8,212,SSW,1009.0,29.79,0.0,0.0,69,14,33.3,92.0,29.3,84.7,33.3,92.0,23.1,73.6,0,0,0,0,10.0,6.0,16.0,25.7,7.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Lagos,Lagos,Nigeria,6.52,3.38,Africa/Lagos,1701478826,2023-12-02 2:00 +1701709200,2023-12-04 18:00,29.3,84.8,1,12.1,19.4,211,SSW,1009.0,29.81,0.0,0.0,72,17,33.9,93.0,29.3,84.8,33.9,93.0,23.8,74.9,0,0,0,0,10.0,6.0,15.3,24.6,7.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Lagos,Lagos,Nigeria,6.52,3.38,Africa/Lagos,1701478826,2023-12-02 2:00 +1701712800,2023-12-04 19:00,29.1,84.4,0,11.4,18.4,211,SSW,1010.0,29.83,0.0,0.0,75,17,33.9,93.1,29.1,84.4,33.9,93.1,24.2,75.6,0,0,0,0,10.0,6.0,14.6,23.5,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Lagos,Lagos,Nigeria,6.52,3.38,Africa/Lagos,1701478826,2023-12-02 2:00 +1701716400,2023-12-04 20:00,28.9,84.0,0,11.4,18.4,207,SSW,1011.0,29.85,0.4,0.02,75,79,33.4,92.0,28.9,83.9,33.4,92.0,24.0,75.1,1,85,0,0,9.0,5.0,15.5,24.9,1.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/night/176.png,1063,Lagos,Lagos,Nigeria,6.52,3.38,Africa/Lagos,1701478826,2023-12-02 2:00 +1701720000,2023-12-04 21:00,29.0,84.2,0,11.2,18.0,205,SSW,1012.0,29.87,0.0,0.0,74,17,33.5,92.4,29.0,84.2,33.5,92.4,24.0,75.1,0,0,0,0,10.0,6.0,15.0,24.1,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Lagos,Lagos,Nigeria,6.52,3.38,Africa/Lagos,1701478826,2023-12-02 2:00 +1701723600,2023-12-04 22:00,28.9,84.0,0,10.5,16.9,206,SSW,1012.0,29.89,0.0,0.0,76,14,33.5,92.3,28.9,83.9,33.5,92.3,24.1,75.4,0,0,0,0,10.0,6.0,13.8,22.3,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Lagos,Lagos,Nigeria,6.52,3.38,Africa/Lagos,1701478826,2023-12-02 2:00 +1701727200,2023-12-04 23:00,28.7,83.6,0,10.7,17.3,203,SSW,1012.0,29.88,0.0,0.0,77,8,33.3,91.9,28.7,83.6,33.3,91.9,24.2,75.5,0,0,0,0,10.0,6.0,14.0,22.5,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Lagos,Lagos,Nigeria,6.52,3.38,Africa/Lagos,1701478826,2023-12-02 2:00 +1701468000,2023-12-02 00:00,22.1,71.9,0,4.9,7.9,311,NW,1015.0,29.98,0.0,0.0,30,0,23.3,73.9,22.1,71.9,23.3,73.9,3.6,38.5,0,0,0,0,10.0,6.0,8.3,13.4,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Johannesburg,Gauteng,South Africa,-26.2,28.05,Africa/Johannesburg,1701478827,2023-12-02 3:00 +1701471600,2023-12-02 01:00,21.6,70.9,0,5.4,8.6,348,NNW,1015.0,29.97,0.0,0.0,30,0,21.6,70.9,21.6,70.9,23.2,73.7,3.4,38.1,0,0,0,0,10.0,6.0,9.3,14.9,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Johannesburg,Gauteng,South Africa,-26.2,28.05,Africa/Johannesburg,1701478827,2023-12-02 3:00 +1701475200,2023-12-02 02:00,20.8,69.4,0,7.6,12.2,358,N,1015.0,29.97,0.0,0.0,32,0,20.8,69.4,20.8,69.4,20.8,69.4,3.4,38.1,0,0,0,0,10.0,6.0,12.4,19.9,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Johannesburg,Gauteng,South Africa,-26.2,28.05,Africa/Johannesburg,1701478827,2023-12-02 3:00 +1701478800,2023-12-02 03:00,19.8,67.6,0,7.8,12.6,347,NNW,1015.0,29.98,0.0,0.0,35,0,19.8,67.6,19.8,67.6,19.8,67.6,3.8,38.9,0,0,0,0,10.0,6.0,11.9,19.1,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Johannesburg,Gauteng,South Africa,-26.2,28.05,Africa/Johannesburg,1701478827,2023-12-02 3:00 +1701482400,2023-12-02 04:00,19.0,66.2,0,6.9,11.2,344,NNW,1016.0,30.0,0.0,0.0,37,0,19.0,66.2,19.0,66.2,19.0,66.2,3.9,39.0,0,0,0,0,10.0,6.0,10.5,16.9,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Johannesburg,Gauteng,South Africa,-26.2,28.05,Africa/Johannesburg,1701478827,2023-12-02 3:00 +1701486000,2023-12-02 05:00,18.4,65.2,0,7.6,12.2,332,NNW,1016.0,30.02,0.0,0.0,37,0,18.4,65.2,18.4,65.2,18.4,65.2,3.7,38.6,0,0,0,0,10.0,6.0,11.4,18.3,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Johannesburg,Gauteng,South Africa,-26.2,28.05,Africa/Johannesburg,1701478827,2023-12-02 3:00 +1701489600,2023-12-02 06:00,18.6,65.5,1,9.4,15.1,324,NW,1017.0,30.04,0.0,0.0,39,1,18.6,65.5,18.6,65.5,18.6,65.5,4.5,40.1,0,0,0,0,10.0,6.0,12.6,20.3,5.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Johannesburg,Gauteng,South Africa,-26.2,28.05,Africa/Johannesburg,1701478827,2023-12-02 3:00 +1701493200,2023-12-02 07:00,20.2,68.3,1,11.0,17.6,320,NW,1017.0,30.04,0.0,0.0,36,2,20.2,68.3,20.2,68.3,20.2,68.3,4.8,40.6,0,0,0,0,10.0,6.0,12.6,20.3,6.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Johannesburg,Gauteng,South Africa,-26.2,28.05,Africa/Johannesburg,1701478827,2023-12-02 3:00 +1701496800,2023-12-02 08:00,22.0,71.6,1,10.7,17.3,319,NW,1017.0,30.03,0.0,0.0,32,0,23.5,74.2,22.0,71.6,23.5,74.2,4.7,40.4,0,0,0,0,10.0,6.0,12.3,19.9,6.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Johannesburg,Gauteng,South Africa,-26.2,28.05,Africa/Johannesburg,1701478827,2023-12-02 3:00 +1701500400,2023-12-02 09:00,24.2,75.5,1,8.5,13.7,313,NW,1017.0,30.02,0.0,0.0,27,0,24.0,75.2,24.2,75.5,24.0,75.2,4.3,39.7,0,0,0,0,10.0,6.0,9.8,15.7,6.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Johannesburg,Gauteng,South Africa,-26.2,28.05,Africa/Johannesburg,1701478827,2023-12-02 3:00 +1701504000,2023-12-02 10:00,26.5,79.7,1,6.0,9.7,298,WNW,1016.0,30.0,0.0,0.0,23,0,25.1,77.2,26.5,79.7,25.1,77.2,3.7,38.7,0,0,0,0,10.0,6.0,7.0,11.2,7.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Johannesburg,Gauteng,South Africa,-26.2,28.05,Africa/Johannesburg,1701478827,2023-12-02 3:00 +1701507600,2023-12-02 11:00,28.9,84.0,1,4.5,7.2,305,NW,1015.0,29.96,0.0,0.0,19,2,26.8,80.2,28.9,84.0,26.8,80.2,3.0,37.5,0,0,0,0,10.0,6.0,5.1,8.3,7.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Johannesburg,Gauteng,South Africa,-26.2,28.05,Africa/Johannesburg,1701478827,2023-12-02 3:00 +1701511200,2023-12-02 12:00,30.8,87.5,1,3.4,5.4,327,NNW,1013.0,29.92,0.0,0.0,16,0,28.6,83.4,30.8,87.5,28.6,83.4,2.3,36.1,0,0,0,0,10.0,6.0,3.9,6.2,8.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Johannesburg,Gauteng,South Africa,-26.2,28.05,Africa/Johannesburg,1701478827,2023-12-02 3:00 +1701514800,2023-12-02 13:00,31.8,89.2,1,3.8,6.1,341,NNW,1012.0,29.88,0.0,0.0,14,0,29.5,85.2,31.8,89.2,29.5,85.2,1.4,34.5,0,0,0,0,10.0,6.0,4.4,7.1,8.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Johannesburg,Gauteng,South Africa,-26.2,28.05,Africa/Johannesburg,1701478827,2023-12-02 3:00 +1701518400,2023-12-02 14:00,32.3,90.1,1,4.7,7.6,346,NNW,1010.0,29.84,0.0,0.0,13,0,30.1,86.1,32.3,90.1,30.1,86.1,0.6,33.0,0,0,0,0,10.0,6.0,5.4,8.7,8.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Johannesburg,Gauteng,South Africa,-26.2,28.05,Africa/Johannesburg,1701478827,2023-12-02 3:00 +1701522000,2023-12-02 15:00,32.5,90.5,1,4.9,7.9,347,NNW,1009.0,29.81,0.0,0.0,12,0,30.3,86.5,32.5,90.5,30.3,86.5,-0.1,31.8,0,0,0,0,10.0,6.0,5.7,9.1,8.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Johannesburg,Gauteng,South Africa,-26.2,28.05,Africa/Johannesburg,1701478827,2023-12-02 3:00 +1701525600,2023-12-02 16:00,32.4,90.3,1,5.4,8.6,343,NNW,1009.0,29.79,0.0,0.0,12,0,30.2,86.3,32.4,90.2,30.2,86.3,-0.6,31.0,0,0,0,0,10.0,6.0,6.2,9.9,8.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Johannesburg,Gauteng,South Africa,-26.2,28.05,Africa/Johannesburg,1701478827,2023-12-02 3:00 +1701529200,2023-12-02 17:00,31.9,89.4,1,6.0,9.7,334,NNW,1008.0,29.78,0.0,0.0,12,0,29.6,85.4,31.9,89.4,29.6,85.4,-0.9,30.3,0,0,0,0,10.0,6.0,7.0,11.2,8.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Johannesburg,Gauteng,South Africa,-26.2,28.05,Africa/Johannesburg,1701478827,2023-12-02 3:00 +1701532800,2023-12-02 18:00,30.8,87.5,1,7.2,11.5,322,NW,1009.0,29.78,0.0,0.0,13,0,28.6,83.4,30.8,87.5,28.6,83.4,-0.9,30.4,0,0,0,0,10.0,6.0,9.0,14.5,8.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Johannesburg,Gauteng,South Africa,-26.2,28.05,Africa/Johannesburg,1701478827,2023-12-02 3:00 +1701536400,2023-12-02 19:00,28.8,83.9,0,8.3,13.3,316,NW,1009.0,29.81,0.0,0.0,15,0,26.7,80.1,28.8,83.9,26.7,80.1,0.1,32.2,0,0,0,0,10.0,6.0,12.5,20.1,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Johannesburg,Gauteng,South Africa,-26.2,28.05,Africa/Johannesburg,1701478827,2023-12-02 3:00 +1701540000,2023-12-02 20:00,27.6,81.6,0,8.5,13.7,311,NW,1011.0,29.84,0.0,0.0,17,0,25.7,78.2,27.6,81.6,25.7,78.2,0.5,32.8,0,0,0,0,10.0,6.0,13.1,21.1,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Johannesburg,Gauteng,South Africa,-26.2,28.05,Africa/Johannesburg,1701478827,2023-12-02 3:00 +1701543600,2023-12-02 21:00,26.6,79.9,0,7.8,12.6,312,NW,1011.0,29.87,0.0,0.0,18,0,24.9,76.9,26.6,79.9,24.9,76.9,0.4,32.7,0,0,0,0,10.0,6.0,12.6,20.3,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Johannesburg,Gauteng,South Africa,-26.2,28.05,Africa/Johannesburg,1701478827,2023-12-02 3:00 +1701547200,2023-12-02 22:00,26.1,79.0,0,7.4,11.9,318,NW,1012.0,29.88,0.0,0.0,19,0,24.6,76.2,26.1,79.0,24.6,76.2,0.6,33.1,0,0,0,0,10.0,6.0,12.5,20.2,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Johannesburg,Gauteng,South Africa,-26.2,28.05,Africa/Johannesburg,1701478827,2023-12-02 3:00 +1701550800,2023-12-02 23:00,25.2,77.4,0,7.8,12.6,355,N,1012.0,29.88,0.0,0.0,20,0,24.0,75.1,25.2,77.4,24.0,75.1,0.6,33.1,0,0,0,0,10.0,6.0,13.0,20.9,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Johannesburg,Gauteng,South Africa,-26.2,28.05,Africa/Johannesburg,1701478827,2023-12-02 3:00 +1701554400,2023-12-03 00:00,23.2,73.8,0,11.6,18.7,14,NNE,1013.0,29.9,0.0,0.0,28,0,23.6,74.4,23.2,73.8,23.6,74.4,3.8,38.8,0,0,0,0,10.0,6.0,16.0,25.8,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Johannesburg,Gauteng,South Africa,-26.2,28.05,Africa/Johannesburg,1701478827,2023-12-02 3:00 +1701558000,2023-12-03 01:00,22.0,71.5,0,10.3,16.6,12,NNE,1012.0,29.9,0.0,0.0,35,0,22.0,71.5,22.0,71.5,23.7,74.6,5.7,42.3,0,0,0,0,10.0,6.0,14.4,23.1,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Johannesburg,Gauteng,South Africa,-26.2,28.05,Africa/Johannesburg,1701478827,2023-12-02 3:00 +1701561600,2023-12-03 02:00,21.0,69.9,0,9.4,15.1,3,N,1013.0,29.9,0.0,0.0,37,0,21.0,69.9,21.0,69.9,23.6,74.5,5.7,42.3,0,0,0,0,10.0,6.0,13.3,21.4,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Johannesburg,Gauteng,South Africa,-26.2,28.05,Africa/Johannesburg,1701478827,2023-12-02 3:00 +1701565200,2023-12-03 03:00,20.3,68.6,0,9.4,15.1,349,N,1013.0,29.92,0.0,0.0,38,0,20.3,68.6,20.3,68.6,20.3,68.6,5.5,41.8,0,0,0,0,10.0,6.0,14.0,22.6,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Johannesburg,Gauteng,South Africa,-26.2,28.05,Africa/Johannesburg,1701478827,2023-12-02 3:00 +1701568800,2023-12-03 04:00,19.9,67.8,0,9.8,15.8,353,N,1013.0,29.92,0.0,0.0,38,0,19.9,67.7,19.9,67.7,19.9,67.7,5.0,41.0,0,0,0,0,10.0,6.0,15.2,24.4,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Johannesburg,Gauteng,South Africa,-26.2,28.05,Africa/Johannesburg,1701478827,2023-12-02 3:00 +1701572400,2023-12-03 05:00,19.4,67.0,0,7.6,12.2,346,NNW,1014.0,29.95,0.0,0.0,37,0,19.4,67.0,19.4,67.0,19.4,67.0,4.5,40.2,0,0,0,0,10.0,6.0,11.5,18.5,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Johannesburg,Gauteng,South Africa,-26.2,28.05,Africa/Johannesburg,1701478827,2023-12-02 3:00 +1701576000,2023-12-03 06:00,19.8,67.7,1,5.8,9.4,344,NNW,1015.0,29.98,0.0,0.0,36,0,19.8,67.7,19.8,67.7,19.8,67.7,4.2,39.6,0,0,0,0,10.0,6.0,7.9,12.7,5.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Johannesburg,Gauteng,South Africa,-26.2,28.05,Africa/Johannesburg,1701478827,2023-12-02 3:00 +1701579600,2023-12-03 07:00,21.4,70.6,1,7.2,11.5,339,NNW,1016.0,29.99,0.0,0.0,31,0,21.4,70.6,21.4,70.6,23.2,73.7,3.6,38.5,0,0,0,0,10.0,6.0,8.2,13.2,6.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Johannesburg,Gauteng,South Africa,-26.2,28.05,Africa/Johannesburg,1701478827,2023-12-02 3:00 +1701583200,2023-12-03 08:00,23.3,73.9,1,8.3,13.3,335,NNW,1015.0,29.98,0.0,0.0,27,0,23.5,74.3,23.3,73.9,23.5,74.3,3.2,37.7,0,0,0,0,10.0,6.0,9.5,15.3,6.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Johannesburg,Gauteng,South Africa,-26.2,28.05,Africa/Johannesburg,1701478827,2023-12-02 3:00 +1701586800,2023-12-03 09:00,25.2,77.3,1,8.7,14.0,333,NNW,1015.0,29.96,0.0,0.0,24,0,24.3,75.7,25.2,77.3,24.3,75.7,3.0,37.3,0,0,0,0,10.0,6.0,10.0,16.2,7.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Johannesburg,Gauteng,South Africa,-26.2,28.05,Africa/Johannesburg,1701478827,2023-12-02 3:00 +1701590400,2023-12-03 10:00,27.1,80.8,1,8.3,13.3,327,NNW,1014.0,29.94,0.0,0.0,21,0,25.4,77.6,27.1,80.8,25.4,77.6,2.7,36.8,0,0,0,0,10.0,6.0,9.5,15.3,7.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Johannesburg,Gauteng,South Africa,-26.2,28.05,Africa/Johannesburg,1701478827,2023-12-02 3:00 +1701594000,2023-12-03 11:00,29.0,84.1,1,8.3,13.3,321,NW,1013.0,29.91,0.0,0.0,18,0,26.8,80.3,29.0,84.1,26.8,80.3,2.1,35.7,0,0,0,0,10.0,6.0,9.5,15.3,7.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Johannesburg,Gauteng,South Africa,-26.2,28.05,Africa/Johannesburg,1701478827,2023-12-02 3:00 +1701597600,2023-12-03 12:00,30.4,86.8,1,7.8,12.6,320,NW,1012.0,29.87,0.0,0.0,16,0,28.2,82.8,30.4,86.8,28.2,82.8,1.5,34.6,0,0,0,0,10.0,6.0,9.0,14.5,8.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Johannesburg,Gauteng,South Africa,-26.2,28.05,Africa/Johannesburg,1701478827,2023-12-02 3:00 +1701601200,2023-12-03 13:00,31.4,88.6,1,8.1,13.0,320,NW,1010.0,29.83,0.0,0.0,14,0,29.2,84.6,31.4,88.6,29.2,84.6,1.0,33.9,0,0,0,0,10.0,6.0,9.3,14.9,8.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Johannesburg,Gauteng,South Africa,-26.2,28.05,Africa/Johannesburg,1701478827,2023-12-02 3:00 +1701604800,2023-12-03 14:00,32.0,89.7,1,8.5,13.7,321,NW,1009.0,29.8,0.0,0.0,13,0,29.8,85.7,32.1,89.7,29.8,85.7,0.5,32.9,0,0,0,0,10.0,6.0,9.8,15.7,8.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Johannesburg,Gauteng,South Africa,-26.2,28.05,Africa/Johannesburg,1701478827,2023-12-02 3:00 +1701608400,2023-12-03 15:00,32.3,90.2,1,8.5,13.7,323,NW,1008.0,29.77,0.0,0.0,12,0,30.1,86.2,32.3,90.2,30.1,86.2,-0.4,31.2,0,0,0,0,10.0,6.0,9.8,15.7,8.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Johannesburg,Gauteng,South Africa,-26.2,28.05,Africa/Johannesburg,1701478827,2023-12-02 3:00 +1701612000,2023-12-03 16:00,32.2,90.0,1,8.9,14.4,323,NW,1008.0,29.76,0.0,0.0,12,0,30.0,86.0,32.2,90.0,30.0,86.0,-1.1,30.1,0,0,0,0,10.0,6.0,10.3,16.6,8.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Johannesburg,Gauteng,South Africa,-26.2,28.05,Africa/Johannesburg,1701478827,2023-12-02 3:00 +1701615600,2023-12-03 17:00,31.7,89.0,1,9.2,14.8,319,NW,1008.0,29.75,0.0,0.0,12,2,29.4,85.0,31.7,89.0,29.4,85.0,-1.3,29.6,0,0,0,0,10.0,6.0,10.6,17.0,8.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Johannesburg,Gauteng,South Africa,-26.2,28.05,Africa/Johannesburg,1701478827,2023-12-02 3:00 +1701619200,2023-12-03 18:00,30.6,87.1,1,9.6,15.5,314,NW,1008.0,29.77,0.0,0.0,13,0,28.4,83.1,30.6,87.2,28.4,83.1,-1.1,30.1,0,0,0,0,10.0,6.0,12.2,19.7,8.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Johannesburg,Gauteng,South Africa,-26.2,28.05,Africa/Johannesburg,1701478827,2023-12-02 3:00 +1701622800,2023-12-03 19:00,28.9,84.0,0,9.2,14.8,315,NW,1009.0,29.79,0.0,0.0,15,0,26.8,80.2,28.9,84.0,26.8,80.2,-0.6,31.0,0,0,0,0,10.0,6.0,14.4,23.1,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Johannesburg,Gauteng,South Africa,-26.2,28.05,Africa/Johannesburg,1701478827,2023-12-02 3:00 +1701626400,2023-12-03 20:00,28.0,82.5,0,8.1,13.0,319,NW,1010.0,29.82,0.0,0.0,16,0,26.1,78.9,28.1,82.5,26.1,78.9,-0.1,31.9,0,0,0,0,10.0,6.0,13.2,21.2,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Johannesburg,Gauteng,South Africa,-26.2,28.05,Africa/Johannesburg,1701478827,2023-12-02 3:00 +1701630000,2023-12-03 21:00,27.3,81.2,0,6.7,10.8,322,NW,1011.0,29.84,0.0,0.0,17,4,25.5,77.8,27.3,81.2,25.5,77.8,0.2,32.4,0,0,0,0,10.0,6.0,11.6,18.6,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Johannesburg,Gauteng,South Africa,-26.2,28.05,Africa/Johannesburg,1701478827,2023-12-02 3:00 +1701633600,2023-12-03 22:00,26.5,79.7,0,6.0,9.7,338,NNW,1011.0,29.86,0.0,0.0,18,21,24.8,76.7,26.5,79.7,24.8,76.7,0.2,32.4,0,0,0,0,10.0,6.0,10.9,17.6,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Johannesburg,Gauteng,South Africa,-26.2,28.05,Africa/Johannesburg,1701478827,2023-12-02 3:00 +1701637200,2023-12-03 23:00,25.3,77.5,0,8.3,13.3,353,N,1011.0,29.87,0.0,0.0,21,29,24.0,75.3,25.3,77.5,24.0,75.3,1.3,34.4,0,0,0,0,10.0,6.0,13.8,22.2,1.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/night/116.png,1003,Johannesburg,Gauteng,South Africa,-26.2,28.05,Africa/Johannesburg,1701478827,2023-12-02 3:00 +1701640800,2023-12-04 00:00,23.9,75.0,0,10.3,16.6,345,NNW,1011.0,29.86,0.0,0.0,26,7,23.8,74.8,23.9,75.0,23.8,74.8,3.5,38.3,0,0,0,0,10.0,6.0,16.2,26.1,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Johannesburg,Gauteng,South Africa,-26.2,28.05,Africa/Johannesburg,1701478827,2023-12-02 3:00 +1701644400,2023-12-04 01:00,22.9,73.3,0,9.6,15.5,350,N,1011.0,29.85,0.0,0.0,29,0,23.5,74.4,22.9,73.3,23.5,74.4,4.0,39.2,0,0,0,0,10.0,6.0,15.6,25.2,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Johannesburg,Gauteng,South Africa,-26.2,28.05,Africa/Johannesburg,1701478827,2023-12-02 3:00 +1701648000,2023-12-04 02:00,22.4,72.3,0,2.0,3.2,284,WNW,1011.0,29.86,0.0,0.0,29,2,23.3,74.0,22.4,72.2,23.3,74.0,3.6,38.5,0,0,0,0,10.0,6.0,3.3,5.3,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Johannesburg,Gauteng,South Africa,-26.2,28.05,Africa/Johannesburg,1701478827,2023-12-02 3:00 +1701651600,2023-12-04 03:00,22.2,71.9,0,3.8,6.1,259,W,1012.0,29.89,0.0,0.0,27,19,23.0,73.4,22.2,71.9,23.0,73.4,2.3,36.2,0,0,0,0,10.0,6.0,6.1,9.8,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Johannesburg,Gauteng,South Africa,-26.2,28.05,Africa/Johannesburg,1701478827,2023-12-02 3:00 +1701655200,2023-12-04 04:00,22.1,71.7,0,3.4,5.4,321,NW,1012.0,29.89,0.0,0.0,26,8,22.9,73.3,22.1,71.7,22.9,73.3,2.0,35.5,0,0,0,0,10.0,6.0,5.6,9.0,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Johannesburg,Gauteng,South Africa,-26.2,28.05,Africa/Johannesburg,1701478827,2023-12-02 3:00 +1701658800,2023-12-04 05:00,21.8,71.2,0,4.0,6.5,341,NNW,1013.0,29.92,0.0,0.0,27,3,21.8,71.2,21.8,71.2,22.9,73.2,2.1,35.7,0,0,0,0,10.0,6.0,7.0,11.2,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Johannesburg,Gauteng,South Africa,-26.2,28.05,Africa/Johannesburg,1701478827,2023-12-02 3:00 +1701662400,2023-12-04 06:00,22.1,71.8,1,4.7,7.6,334,NNW,1014.0,29.93,0.0,0.0,26,1,22.9,73.2,22.1,71.8,22.9,73.2,1.8,35.2,0,0,0,0,10.0,6.0,7.3,11.7,6.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Johannesburg,Gauteng,South Africa,-26.2,28.05,Africa/Johannesburg,1701478827,2023-12-02 3:00 +1701666000,2023-12-04 07:00,23.9,75.0,1,7.8,12.6,321,NW,1014.0,29.93,0.0,0.0,23,1,23.4,74.1,23.9,75.0,23.4,74.1,1.4,34.4,0,0,0,0,10.0,6.0,9.4,15.0,6.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Johannesburg,Gauteng,South Africa,-26.2,28.05,Africa/Johannesburg,1701478827,2023-12-02 3:00 +1701669600,2023-12-04 08:00,25.8,78.4,1,8.7,14.0,322,NW,1014.0,29.93,0.0,0.0,21,0,24.4,75.9,25.8,78.4,24.4,75.9,1.6,34.9,0,0,0,0,10.0,6.0,10.0,16.2,7.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Johannesburg,Gauteng,South Africa,-26.2,28.05,Africa/Johannesburg,1701478827,2023-12-02 3:00 +1701673200,2023-12-04 09:00,27.5,81.5,1,9.2,14.8,318,NW,1013.0,29.92,0.0,0.0,19,0,25.6,78.1,27.5,81.5,25.6,78.1,1.7,35.1,0,0,0,0,10.0,6.0,10.6,17.0,7.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Johannesburg,Gauteng,South Africa,-26.2,28.05,Africa/Johannesburg,1701478827,2023-12-02 3:00 +1701676800,2023-12-04 10:00,29.2,84.6,1,8.9,14.4,316,NW,1012.0,29.9,0.0,0.0,17,0,27.1,80.8,29.2,84.6,27.1,80.8,1.6,34.9,0,0,0,0,10.0,6.0,10.3,16.6,7.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Johannesburg,Gauteng,South Africa,-26.2,28.05,Africa/Johannesburg,1701478827,2023-12-02 3:00 +1701680400,2023-12-04 11:00,30.9,87.6,1,8.7,14.0,316,NW,1011.0,29.87,0.0,0.0,15,0,28.6,83.5,30.9,87.6,28.6,83.5,1.3,34.3,0,0,0,0,10.0,6.0,10.0,16.2,8.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Johannesburg,Gauteng,South Africa,-26.2,28.05,Africa/Johannesburg,1701478827,2023-12-02 3:00 +1701684000,2023-12-04 12:00,32.2,90.0,1,9.2,14.8,320,NW,1010.0,29.83,0.0,0.0,13,3,30.0,86.0,32.2,90.0,30.0,86.0,0.6,33.1,0,0,0,0,10.0,6.0,10.6,17.0,8.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Johannesburg,Gauteng,South Africa,-26.2,28.05,Africa/Johannesburg,1701478827,2023-12-02 3:00 +1701687600,2023-12-04 13:00,33.1,91.7,1,10.1,16.2,325,NW,1009.0,29.8,0.0,0.0,12,27,31.0,87.8,33.1,91.7,31.0,87.8,-0.2,31.7,0,0,0,0,10.0,6.0,11.6,18.6,8.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/day/116.png,1003,Johannesburg,Gauteng,South Africa,-26.2,28.05,Africa/Johannesburg,1701478827,2023-12-02 3:00 +1701691200,2023-12-04 14:00,33.1,91.7,1,10.5,16.9,322,NW,1008.0,29.77,0.0,0.0,11,58,31.0,87.8,33.1,91.7,31.0,87.8,-0.6,30.9,0,0,0,0,10.0,6.0,12.1,19.5,8.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/day/116.png,1003,Johannesburg,Gauteng,South Africa,-26.2,28.05,Africa/Johannesburg,1701478827,2023-12-02 3:00 +1701694800,2023-12-04 15:00,33.4,92.2,1,9.6,15.5,317,NW,1007.0,29.74,0.0,0.0,11,66,31.3,88.4,33.4,92.2,31.3,88.4,-0.7,30.8,0,0,0,0,10.0,6.0,11.1,17.8,7.0,Cloudy,//cdn.weatherapi.com/weather/64x64/day/119.png,1006,Johannesburg,Gauteng,South Africa,-26.2,28.05,Africa/Johannesburg,1701478827,2023-12-02 3:00 +1701698400,2023-12-04 16:00,33.3,91.9,1,10.3,16.6,321,NW,1007.0,29.72,0.0,0.0,11,55,31.2,88.1,33.3,91.9,31.2,88.1,-0.5,31.1,0,0,0,0,10.0,6.0,11.8,19.0,8.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/day/116.png,1003,Johannesburg,Gauteng,South Africa,-26.2,28.05,Africa/Johannesburg,1701478827,2023-12-02 3:00 +1701702000,2023-12-04 17:00,32.5,90.5,1,11.0,17.6,314,NW,1007.0,29.72,0.0,0.0,12,57,30.3,86.6,32.5,90.5,30.3,86.6,-0.3,31.5,0,0,0,0,10.0,6.0,12.6,20.3,8.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/day/116.png,1003,Johannesburg,Gauteng,South Africa,-26.2,28.05,Africa/Johannesburg,1701478827,2023-12-02 3:00 +1701705600,2023-12-04 18:00,31.6,88.8,1,9.2,14.8,314,NW,1007.0,29.74,0.0,0.0,13,52,29.3,84.8,31.6,88.8,29.3,84.8,-0.1,31.9,0,0,0,0,10.0,6.0,11.7,18.8,8.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/day/116.png,1003,Johannesburg,Gauteng,South Africa,-26.2,28.05,Africa/Johannesburg,1701478827,2023-12-02 3:00 +1701709200,2023-12-04 19:00,30.0,86.0,0,8.5,13.7,329,NNW,1008.0,29.76,0.0,0.0,14,23,27.8,82.0,30.0,86.0,27.8,82.0,-0.3,31.5,0,0,0,0,10.0,6.0,13.4,21.6,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Johannesburg,Gauteng,South Africa,-26.2,28.05,Africa/Johannesburg,1701478827,2023-12-02 3:00 +1701712800,2023-12-04 20:00,29.0,84.3,0,8.3,13.3,331,NNW,1009.0,29.79,0.0,0.0,15,21,26.9,80.4,29.0,84.3,26.9,80.4,-0.5,31.2,0,0,0,0,10.0,6.0,13.7,22.0,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Johannesburg,Gauteng,South Africa,-26.2,28.05,Africa/Johannesburg,1701478827,2023-12-02 3:00 +1701716400,2023-12-04 21:00,28.5,83.3,0,6.9,11.2,327,NNW,1009.0,29.8,0.0,0.0,15,17,26.5,79.6,28.5,83.3,26.5,79.6,-0.4,31.2,0,0,0,0,10.0,6.0,11.9,19.2,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Johannesburg,Gauteng,South Africa,-26.2,28.05,Africa/Johannesburg,1701478827,2023-12-02 3:00 +1701720000,2023-12-04 22:00,27.8,82.0,0,7.2,11.5,337,NNW,1010.0,29.82,0.0,0.0,16,13,25.8,78.5,27.8,82.0,25.8,78.5,-0.6,31.0,0,0,0,0,10.0,6.0,13.1,21.1,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Johannesburg,Gauteng,South Africa,-26.2,28.05,Africa/Johannesburg,1701478827,2023-12-02 3:00 +1701723600,2023-12-04 23:00,25.7,78.2,0,2.0,3.2,200,SSW,1011.0,29.87,0.0,0.0,21,46,24.4,75.9,25.7,78.2,24.4,75.9,2.1,35.7,0,0,0,0,10.0,6.0,3.0,4.9,1.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/night/116.png,1003,Johannesburg,Gauteng,South Africa,-26.2,28.05,Africa/Johannesburg,1701478827,2023-12-02 3:00 +1701435600,2023-12-02 00:00,19.4,66.9,0,7.4,11.9,170,S,1008.0,29.75,0.3,0.01,85,91,19.4,66.9,19.4,66.9,19.4,66.9,16.8,62.3,1,96,0,0,10.0,6.0,11.0,17.6,1.0,Light rain shower,//cdn.weatherapi.com/weather/64x64/night/353.png,1240,Sydney,New South Wales,Australia,-33.87,151.21,Australia/Sydney,1701478828,2023-12-02 12:00 +1701439200,2023-12-02 01:00,19.3,66.8,0,7.8,12.6,194,SSW,1007.0,29.74,0.17,0.01,85,100,19.3,66.8,19.3,66.8,19.3,66.8,16.8,62.2,1,98,0,0,10.0,6.0,11.8,18.9,1.0,Light rain shower,//cdn.weatherapi.com/weather/64x64/night/353.png,1240,Sydney,New South Wales,Australia,-33.87,151.21,Australia/Sydney,1701478828,2023-12-02 12:00 +1701442800,2023-12-02 02:00,19.0,66.3,0,8.7,14.0,200,SSW,1007.0,29.73,0.11,0.0,87,100,19.1,66.3,19.1,66.3,19.1,66.3,16.8,62.2,1,96,0,0,10.0,6.0,12.9,20.8,1.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/night/176.png,1063,Sydney,New South Wales,Australia,-33.87,151.21,Australia/Sydney,1701478828,2023-12-02 12:00 +1701446400,2023-12-02 03:00,18.7,65.7,0,8.7,14.0,197,SSW,1007.0,29.72,0.27,0.01,88,86,18.7,65.7,18.7,65.7,18.7,65.7,16.7,62.1,1,97,0,0,10.0,6.0,12.9,20.7,1.0,Light rain shower,//cdn.weatherapi.com/weather/64x64/night/353.png,1240,Sydney,New South Wales,Australia,-33.87,151.21,Australia/Sydney,1701478828,2023-12-02 12:00 +1701450000,2023-12-02 04:00,18.6,65.5,0,7.6,12.2,210,SSW,1007.0,29.73,0.16,0.01,88,95,18.6,65.5,18.6,65.5,18.6,65.5,16.7,62.0,1,97,0,0,10.0,6.0,11.1,17.8,1.0,Light rain shower,//cdn.weatherapi.com/weather/64x64/night/353.png,1240,Sydney,New South Wales,Australia,-33.87,151.21,Australia/Sydney,1701478828,2023-12-02 12:00 +1701453600,2023-12-02 05:00,18.6,65.5,0,5.4,8.6,222,SW,1007.0,29.75,0.01,0.0,87,90,18.6,65.5,18.6,65.5,18.6,65.5,16.5,61.7,0,68,0,0,10.0,6.0,7.7,12.4,1.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/night/176.png,1063,Sydney,New South Wales,Australia,-33.87,151.21,Australia/Sydney,1701478828,2023-12-02 12:00 +1701457200,2023-12-02 06:00,19.0,66.1,1,4.7,7.6,211,SSW,1008.0,29.76,0.01,0.0,85,58,19.0,66.1,19.0,66.1,19.0,66.1,16.3,61.4,1,75,0,0,10.0,6.0,6.6,10.5,4.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/day/176.png,1063,Sydney,New South Wales,Australia,-33.87,151.21,Australia/Sydney,1701478828,2023-12-02 12:00 +1701460800,2023-12-02 07:00,19.8,67.6,1,5.8,9.4,203,SSW,1008.0,29.78,0.0,0.0,80,64,19.8,67.7,19.8,67.7,19.8,67.7,16.3,61.4,0,0,0,0,10.0,6.0,7.5,12.0,4.0,Cloudy,//cdn.weatherapi.com/weather/64x64/day/119.png,1006,Sydney,New South Wales,Australia,-33.87,151.21,Australia/Sydney,1701478828,2023-12-02 12:00 +1701464400,2023-12-02 08:00,20.9,69.6,1,5.8,9.4,194,SSW,1009.0,29.78,0.01,0.0,75,72,20.9,69.6,20.9,69.6,20.9,69.6,16.4,61.4,0,62,0,0,10.0,6.0,6.7,10.8,5.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/day/176.png,1063,Sydney,New South Wales,Australia,-33.87,151.21,Australia/Sydney,1701478828,2023-12-02 12:00 +1701468000,2023-12-02 09:00,21.6,70.9,1,5.6,9.0,180,S,1009.0,29.78,0.01,0.0,72,81,21.6,70.9,21.6,70.9,24.5,76.0,16.3,61.3,1,82,0,0,10.0,6.0,6.4,10.4,5.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/day/176.png,1063,Sydney,New South Wales,Australia,-33.87,151.21,Australia/Sydney,1701478828,2023-12-02 12:00 +1701471600,2023-12-02 10:00,21.8,71.2,1,5.6,9.0,146,SSE,1008.0,29.77,0.0,0.0,71,67,21.8,71.2,21.8,71.2,24.5,76.1,16.4,61.4,0,0,0,0,10.0,6.0,6.4,10.4,5.0,Cloudy,//cdn.weatherapi.com/weather/64x64/day/119.png,1006,Sydney,New South Wales,Australia,-33.87,151.21,Australia/Sydney,1701478828,2023-12-02 12:00 +1701475200,2023-12-02 11:00,22.3,72.1,1,6.5,10.4,128,SE,1008.0,29.77,0.11,0.0,70,77,24.7,76.4,22.3,72.1,24.7,76.4,16.5,61.7,0,66,0,0,10.0,6.0,7.5,12.0,5.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/day/176.png,1063,Sydney,New South Wales,Australia,-33.87,151.21,Australia/Sydney,1701478828,2023-12-02 12:00 +1701478800,2023-12-02 12:00,22.0,71.6,1,9.4,15.1,150,SSE,1009.0,29.8,0.59,0.02,78,75,24.5,76.2,21.9,71.5,24.5,76.2,16.7,62.0,1,82,0,0,10.0,6.0,13.9,22.3,5.0,Light rain,//cdn.weatherapi.com/weather/64x64/day/296.png,1183,Sydney,New South Wales,Australia,-33.87,151.21,Australia/Sydney,1701478828,2023-12-02 12:00 +1701482400,2023-12-02 13:00,22.1,71.7,1,7.4,11.9,111,ESE,1008.0,29.77,0.25,0.01,72,75,24.6,76.2,22.1,71.7,24.6,76.2,16.9,62.4,0,60,0,0,9.0,5.0,9.4,15.2,5.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/day/176.png,1063,Sydney,New South Wales,Australia,-33.87,151.21,Australia/Sydney,1701478828,2023-12-02 12:00 +1701486000,2023-12-02 14:00,21.8,71.2,1,8.1,13.0,104,ESE,1008.0,29.76,0.82,0.03,73,50,21.8,71.2,21.8,71.2,24.5,76.1,16.8,62.3,1,89,0,0,10.0,6.0,10.8,17.3,5.0,Light rain shower,//cdn.weatherapi.com/weather/64x64/day/353.png,1240,Sydney,New South Wales,Australia,-33.87,151.21,Australia/Sydney,1701478828,2023-12-02 12:00 +1701489600,2023-12-02 15:00,19.8,67.7,1,4.7,7.6,126,SE,1008.0,29.77,2.63,0.1,85,100,19.9,67.7,19.9,67.7,19.9,67.7,17.2,62.9,1,94,0,0,7.0,4.0,7.0,11.2,4.0,Moderate or heavy rain shower,//cdn.weatherapi.com/weather/64x64/day/356.png,1243,Sydney,New South Wales,Australia,-33.87,151.21,Australia/Sydney,1701478828,2023-12-02 12:00 +1701493200,2023-12-02 16:00,19.7,67.4,1,7.2,11.5,117,ESE,1008.0,29.76,0.71,0.03,87,100,19.7,67.4,19.7,67.4,19.7,67.4,17.5,63.5,0,69,0,0,10.0,6.0,11.4,18.3,4.0,Light rain shower,//cdn.weatherapi.com/weather/64x64/day/353.png,1240,Sydney,New South Wales,Australia,-33.87,151.21,Australia/Sydney,1701478828,2023-12-02 12:00 +1701496800,2023-12-02 17:00,19.5,67.0,1,9.8,15.8,72,ENE,1008.0,29.76,0.49,0.02,89,89,19.5,67.0,19.5,67.0,19.5,67.0,17.7,63.8,0,58,0,0,9.0,5.0,13.7,22.0,4.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/day/176.png,1063,Sydney,New South Wales,Australia,-33.87,151.21,Australia/Sydney,1701478828,2023-12-02 12:00 +1701500400,2023-12-02 18:00,19.8,67.6,1,4.7,7.6,80,E,1009.0,29.8,0.0,0.0,87,37,19.8,67.6,19.8,67.6,19.8,67.6,17.6,63.6,0,0,0,0,10.0,6.0,6.5,10.4,5.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/day/116.png,1003,Sydney,New South Wales,Australia,-33.87,151.21,Australia/Sydney,1701478828,2023-12-02 12:00 +1701504000,2023-12-02 19:00,19.7,67.5,1,4.7,7.6,70,ENE,1010.0,29.81,0.0,0.0,88,21,19.7,67.5,19.7,67.5,19.7,67.5,17.6,63.7,0,0,0,0,10.0,6.0,6.7,10.7,5.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Sydney,New South Wales,Australia,-33.87,151.21,Australia/Sydney,1701478828,2023-12-02 12:00 +1701507600,2023-12-02 20:00,19.4,66.9,0,2.9,4.7,34,NE,1010.0,29.83,0.04,0.0,88,83,19.4,66.9,19.4,66.9,19.4,66.9,17.4,63.4,1,87,0,0,9.0,5.0,4.4,7.1,1.0,Thundery outbreaks possible,//cdn.weatherapi.com/weather/64x64/night/200.png,1087,Sydney,New South Wales,Australia,-33.87,151.21,Australia/Sydney,1701478828,2023-12-02 12:00 +1701511200,2023-12-02 21:00,18.8,65.8,0,3.8,6.1,302,WNW,1011.0,29.86,3.8,0.15,90,77,18.8,65.8,18.8,65.8,18.8,65.8,17.2,62.9,1,77,0,0,7.0,4.0,7.3,11.8,1.0,Moderate or heavy rain shower,//cdn.weatherapi.com/weather/64x64/night/356.png,1243,Sydney,New South Wales,Australia,-33.87,151.21,Australia/Sydney,1701478828,2023-12-02 12:00 +1701514800,2023-12-02 22:00,19.8,67.6,0,3.6,5.8,350,N,1011.0,29.85,0.0,0.0,85,25,19.8,67.6,19.8,67.6,19.8,67.6,17.1,62.9,0,0,0,0,9.0,5.0,6.4,10.3,1.0,Thundery outbreaks possible,//cdn.weatherapi.com/weather/64x64/night/200.png,1087,Sydney,New South Wales,Australia,-33.87,151.21,Australia/Sydney,1701478828,2023-12-02 12:00 +1701518400,2023-12-02 23:00,19.3,66.7,0,3.1,5.0,313,NW,1010.0,29.84,0.0,0.0,85,20,19.3,66.7,19.3,66.7,19.3,66.7,16.7,62.1,0,0,0,0,10.0,6.0,5.7,9.1,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Sydney,New South Wales,Australia,-33.87,151.21,Australia/Sydney,1701478828,2023-12-02 12:00 +1701522000,2023-12-03 00:00,18.8,65.9,0,4.0,6.5,303,WNW,1010.0,29.83,0.0,0.0,85,16,18.8,65.9,18.8,65.9,18.8,65.9,16.3,61.4,0,0,0,0,10.0,6.0,7.1,11.5,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Sydney,New South Wales,Australia,-33.87,151.21,Australia/Sydney,1701478828,2023-12-02 12:00 +1701525600,2023-12-03 01:00,18.3,64.9,0,5.6,9.0,307,NW,1010.0,29.82,0.0,0.0,88,16,18.3,64.9,18.3,64.9,18.3,64.9,16.2,61.1,0,0,0,0,10.0,6.0,9.8,15.8,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Sydney,New South Wales,Australia,-33.87,151.21,Australia/Sydney,1701478828,2023-12-02 12:00 +1701529200,2023-12-03 02:00,17.8,64.1,0,5.6,9.0,311,NW,1009.0,29.8,0.0,0.0,88,11,17.8,64.1,17.8,64.1,17.8,64.1,15.9,60.6,0,0,0,0,10.0,6.0,9.8,15.8,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Sydney,New South Wales,Australia,-33.87,151.21,Australia/Sydney,1701478828,2023-12-02 12:00 +1701532800,2023-12-03 03:00,17.4,63.3,0,6.3,10.1,285,WNW,1009.0,29.81,0.0,0.0,88,14,17.4,63.3,17.4,63.3,17.4,63.3,15.5,59.8,0,0,0,0,10.0,6.0,11.0,17.6,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Sydney,New South Wales,Australia,-33.87,151.21,Australia/Sydney,1701478828,2023-12-02 12:00 +1701536400,2023-12-03 04:00,17.2,62.9,0,6.3,10.1,282,WNW,1010.0,29.82,0.0,0.0,87,17,17.2,62.9,17.2,62.9,17.2,62.9,15.1,59.1,0,0,0,0,10.0,6.0,10.9,17.5,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Sydney,New South Wales,Australia,-33.87,151.21,Australia/Sydney,1701478828,2023-12-02 12:00 +1701540000,2023-12-03 05:00,17.0,62.6,0,6.9,11.2,273,W,1011.0,29.84,0.0,0.0,87,11,17.0,62.6,17.0,62.6,17.0,62.6,14.9,58.7,0,0,0,0,10.0,6.0,11.9,19.1,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Sydney,New South Wales,Australia,-33.87,151.21,Australia/Sydney,1701478828,2023-12-02 12:00 +1701543600,2023-12-03 06:00,17.7,63.9,1,6.9,11.2,275,W,1011.0,29.86,0.0,0.0,84,7,17.8,64.0,17.8,64.0,17.8,64.0,15.0,59.0,0,0,0,0,10.0,6.0,10.8,17.3,5.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Sydney,New South Wales,Australia,-33.87,151.21,Australia/Sydney,1701478828,2023-12-02 12:00 +1701547200,2023-12-03 07:00,19.1,66.4,1,7.4,11.9,254,WSW,1012.0,29.88,0.0,0.0,76,6,19.1,66.4,19.1,66.4,19.1,66.4,14.8,58.6,0,0,0,0,10.0,6.0,9.6,15.5,5.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Sydney,New South Wales,Australia,-33.87,151.21,Australia/Sydney,1701478828,2023-12-02 12:00 +1701550800,2023-12-03 08:00,20.9,69.6,1,6.0,9.7,214,SW,1012.0,29.89,0.0,0.0,65,6,20.9,69.5,20.9,69.5,20.9,69.5,14.0,57.1,0,0,0,0,10.0,6.0,7.3,11.8,6.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Sydney,New South Wales,Australia,-33.87,151.21,Australia/Sydney,1701478828,2023-12-02 12:00 +1701554400,2023-12-03 09:00,22.3,72.2,1,6.5,10.4,182,S,1012.0,29.88,0.0,0.0,57,7,24.6,76.3,22.3,72.2,24.6,76.3,13.3,56.0,0,0,0,0,10.0,6.0,7.5,12.0,6.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Sydney,New South Wales,Australia,-33.87,151.21,Australia/Sydney,1701478828,2023-12-02 12:00 +1701558000,2023-12-03 10:00,23.0,73.4,1,7.2,11.5,164,SSE,1012.0,29.88,0.0,0.0,55,10,24.8,76.7,23.0,73.4,24.8,76.7,13.5,56.2,0,0,0,0,10.0,6.0,8.2,13.2,6.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Sydney,New South Wales,Australia,-33.87,151.21,Australia/Sydney,1701478828,2023-12-02 12:00 +1701561600,2023-12-03 11:00,23.3,74.0,1,9.6,15.5,146,SSE,1012.0,29.88,0.0,0.0,54,14,25.0,76.9,23.3,74.0,25.0,76.9,13.6,56.5,0,0,0,0,10.0,6.0,11.1,17.8,6.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Sydney,New South Wales,Australia,-33.87,151.21,Australia/Sydney,1701478828,2023-12-02 12:00 +1701565200,2023-12-03 12:00,23.1,73.6,1,14.1,22.7,147,SSE,1011.0,29.87,0.0,0.0,59,14,25.0,76.9,23.1,73.6,25.0,76.9,14.8,58.6,0,0,0,0,10.0,6.0,16.2,26.1,6.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Sydney,New South Wales,Australia,-33.87,151.21,Australia/Sydney,1701478828,2023-12-02 12:00 +1701568800,2023-12-03 13:00,22.7,72.8,1,17.7,28.4,156,SSE,1011.0,29.86,0.0,0.0,65,24,24.8,76.7,22.7,72.8,24.8,76.7,15.8,60.4,0,0,0,0,10.0,6.0,20.3,32.7,6.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Sydney,New South Wales,Australia,-33.87,151.21,Australia/Sydney,1701478828,2023-12-02 12:00 +1701572400,2023-12-03 14:00,22.3,72.1,1,20.6,33.1,167,SSE,1011.0,29.86,0.0,0.0,69,20,24.7,76.4,22.3,72.1,24.7,76.4,16.4,61.4,0,0,0,0,10.0,6.0,23.7,38.1,6.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Sydney,New South Wales,Australia,-33.87,151.21,Australia/Sydney,1701478828,2023-12-02 12:00 +1701576000,2023-12-03 15:00,22.0,71.6,1,21.3,34.2,170,S,1011.0,29.86,0.0,0.0,70,14,24.6,76.2,22.0,71.6,24.6,76.2,16.2,61.2,0,0,0,0,10.0,6.0,24.4,39.3,6.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Sydney,New South Wales,Australia,-33.87,151.21,Australia/Sydney,1701478828,2023-12-02 12:00 +1701579600,2023-12-03 16:00,21.7,71.1,1,19.5,31.3,176,S,1012.0,29.87,0.0,0.0,70,15,21.7,71.1,21.7,71.1,24.5,76.1,16.1,61.0,0,0,0,0,10.0,6.0,22.4,36.0,6.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Sydney,New South Wales,Australia,-33.87,151.21,Australia/Sydney,1701478828,2023-12-02 12:00 +1701583200,2023-12-03 17:00,21.4,70.4,1,17.2,27.7,178,S,1013.0,29.9,0.0,0.0,72,36,21.4,70.4,21.4,70.4,24.4,75.9,16.1,60.9,0,0,0,0,9.0,5.0,20.9,33.7,5.0,Thundery outbreaks possible,//cdn.weatherapi.com/weather/64x64/day/200.png,1087,Sydney,New South Wales,Australia,-33.87,151.21,Australia/Sydney,1701478828,2023-12-02 12:00 +1701586800,2023-12-03 18:00,20.8,69.5,1,16.3,26.3,178,S,1014.0,29.94,0.01,0.0,75,53,20.8,69.5,20.8,69.5,20.8,69.5,16.3,61.3,0,63,0,0,10.0,6.0,21.2,34.1,5.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/day/176.png,1063,Sydney,New South Wales,Australia,-33.87,151.21,Australia/Sydney,1701478828,2023-12-02 12:00 +1701590400,2023-12-03 19:00,20.3,68.6,1,13.9,22.3,172,S,1015.0,29.97,0.06,0.0,79,69,20.3,68.6,20.3,68.6,20.3,68.6,16.7,62.0,1,77,0,0,10.0,6.0,19.3,31.1,5.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/day/176.png,1063,Sydney,New South Wales,Australia,-33.87,151.21,Australia/Sydney,1701478828,2023-12-02 12:00 +1701594000,2023-12-03 20:00,19.9,67.9,0,13.2,21.2,161,SSE,1016.0,30.0,0.94,0.04,81,61,19.9,67.9,19.9,67.9,19.9,67.9,16.6,61.9,1,76,0,0,10.0,6.0,19.0,30.6,1.0,Light rain shower,//cdn.weatherapi.com/weather/64x64/night/353.png,1240,Sydney,New South Wales,Australia,-33.87,151.21,Australia/Sydney,1701478828,2023-12-02 12:00 +1701597600,2023-12-03 21:00,19.5,67.2,0,12.1,19.4,156,SSE,1017.0,30.02,0.83,0.03,83,68,19.5,67.2,19.5,67.2,19.5,67.2,16.5,61.8,0,57,0,0,10.0,6.0,17.7,28.5,1.0,Light rain shower,//cdn.weatherapi.com/weather/64x64/night/353.png,1240,Sydney,New South Wales,Australia,-33.87,151.21,Australia/Sydney,1701478828,2023-12-02 12:00 +1701601200,2023-12-03 22:00,19.1,66.4,0,10.7,17.3,154,SSE,1017.0,30.03,0.78,0.03,84,65,19.1,66.4,19.1,66.4,19.1,66.4,16.3,61.3,0,57,0,0,10.0,6.0,16.8,27.0,1.0,Light rain shower,//cdn.weatherapi.com/weather/64x64/night/353.png,1240,Sydney,New South Wales,Australia,-33.87,151.21,Australia/Sydney,1701478828,2023-12-02 12:00 +1701604800,2023-12-03 23:00,18.6,65.5,0,8.9,14.4,161,SSE,1017.0,30.03,0.93,0.04,85,55,18.6,65.5,18.6,65.5,18.6,65.5,16.1,60.9,0,58,0,0,10.0,6.0,13.6,21.9,1.0,Light rain shower,//cdn.weatherapi.com/weather/64x64/night/353.png,1240,Sydney,New South Wales,Australia,-33.87,151.21,Australia/Sydney,1701478828,2023-12-02 12:00 +1701608400,2023-12-04 00:00,18.2,64.7,0,8.5,13.7,166,SSE,1017.0,30.03,0.91,0.04,87,63,18.2,64.7,18.2,64.7,18.2,64.7,16.0,60.7,0,62,0,0,10.0,6.0,12.9,20.7,1.0,Light rain shower,//cdn.weatherapi.com/weather/64x64/night/353.png,1240,Sydney,New South Wales,Australia,-33.87,151.21,Australia/Sydney,1701478828,2023-12-02 12:00 +1701612000,2023-12-04 01:00,17.9,64.3,0,8.5,13.7,168,SSE,1017.0,30.02,0.72,0.03,87,73,17.9,64.3,17.9,64.3,17.9,64.3,15.8,60.5,1,81,0,0,10.0,6.0,12.9,20.7,1.0,Light rain shower,//cdn.weatherapi.com/weather/64x64/night/353.png,1240,Sydney,New South Wales,Australia,-33.87,151.21,Australia/Sydney,1701478828,2023-12-02 12:00 +1701615600,2023-12-04 02:00,17.9,64.2,0,8.7,14.0,164,SSE,1017.0,30.02,0.61,0.02,87,72,17.9,64.2,17.9,64.2,17.9,64.2,15.6,60.2,1,81,0,0,10.0,6.0,14.0,22.5,1.0,Light rain shower,//cdn.weatherapi.com/weather/64x64/night/353.png,1240,Sydney,New South Wales,Australia,-33.87,151.21,Australia/Sydney,1701478828,2023-12-02 12:00 +1701619200,2023-12-04 03:00,17.9,64.3,0,7.8,12.6,164,SSE,1017.0,30.03,0.39,0.02,85,62,17.9,64.3,17.9,64.3,17.9,64.3,15.4,59.6,1,76,0,0,10.0,6.0,13.0,20.9,1.0,Light rain shower,//cdn.weatherapi.com/weather/64x64/night/353.png,1240,Sydney,New South Wales,Australia,-33.87,151.21,Australia/Sydney,1701478828,2023-12-02 12:00 +1701622800,2023-12-04 04:00,18.0,64.5,0,7.6,12.2,164,SSE,1017.0,30.03,0.1,0.0,83,66,18.0,64.5,18.0,64.5,18.0,64.5,15.2,59.3,0,70,0,0,10.0,6.0,12.8,20.6,1.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/night/176.png,1063,Sydney,New South Wales,Australia,-33.87,151.21,Australia/Sydney,1701478828,2023-12-02 12:00 +1701626400,2023-12-04 05:00,18.1,64.6,0,7.6,12.2,164,SSE,1017.0,30.04,0.05,0.0,83,80,18.1,64.6,18.1,64.6,18.1,64.6,15.2,59.3,0,63,0,0,10.0,6.0,11.8,19.0,1.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/night/176.png,1063,Sydney,New South Wales,Australia,-33.87,151.21,Australia/Sydney,1701478828,2023-12-02 12:00 +1701630000,2023-12-04 06:00,18.8,65.8,1,7.6,12.2,159,SSE,1018.0,30.06,0.07,0.0,81,82,18.8,65.8,18.8,65.8,18.8,65.8,15.4,59.7,1,89,0,0,10.0,6.0,10.8,17.4,4.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/day/176.png,1063,Sydney,New South Wales,Australia,-33.87,151.21,Australia/Sydney,1701478828,2023-12-02 12:00 +1701633600,2023-12-04 07:00,19.3,66.8,1,8.7,14.0,160,SSE,1019.0,30.08,0.17,0.01,77,94,19.4,66.8,19.4,66.8,19.4,66.8,15.2,59.3,0,61,0,0,10.0,6.0,11.6,18.6,4.0,Light rain shower,//cdn.weatherapi.com/weather/64x64/day/353.png,1240,Sydney,New South Wales,Australia,-33.87,151.21,Australia/Sydney,1701478828,2023-12-02 12:00 +1701637200,2023-12-04 08:00,19.7,67.4,1,9.2,14.8,162,SSE,1019.0,30.08,0.12,0.0,74,91,19.7,67.4,19.7,67.4,19.7,67.4,15.0,59.1,1,83,0,0,10.0,6.0,11.6,18.7,4.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/day/176.png,1063,Sydney,New South Wales,Australia,-33.87,151.21,Australia/Sydney,1701478828,2023-12-02 12:00 +1701640800,2023-12-04 09:00,20.0,68.1,1,9.8,15.8,163,SSE,1019.0,30.08,0.07,0.0,71,95,20.1,68.1,20.1,68.1,20.1,68.1,14.5,58.2,0,61,0,0,10.0,6.0,12.0,19.4,5.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/day/176.png,1063,Sydney,New South Wales,Australia,-33.87,151.21,Australia/Sydney,1701478828,2023-12-02 12:00 +1701644400,2023-12-04 10:00,20.1,68.2,1,9.8,15.8,160,SSE,1019.0,30.08,0.02,0.0,68,85,20.1,68.2,20.1,68.2,20.1,68.2,14.0,57.2,1,82,0,0,10.0,6.0,12.2,19.7,5.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/day/176.png,1063,Sydney,New South Wales,Australia,-33.87,151.21,Australia/Sydney,1701478828,2023-12-02 12:00 +1701648000,2023-12-04 11:00,20.4,68.8,1,9.6,15.5,153,SSE,1019.0,30.08,0.01,0.0,65,68,20.4,68.8,20.4,68.8,20.4,68.8,13.6,56.5,1,80,0,0,10.0,6.0,11.5,18.4,5.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/day/176.png,1063,Sydney,New South Wales,Australia,-33.87,151.21,Australia/Sydney,1701478828,2023-12-02 12:00 +1701651600,2023-12-04 12:00,20.6,69.1,1,9.6,15.5,144,SE,1018.0,30.07,0.0,0.0,63,49,20.6,69.1,20.6,69.1,20.6,69.1,13.4,56.1,0,0,0,0,10.0,6.0,11.3,18.2,6.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/day/116.png,1003,Sydney,New South Wales,Australia,-33.87,151.21,Australia/Sydney,1701478828,2023-12-02 12:00 +1701655200,2023-12-04 13:00,20.9,69.7,1,9.2,14.8,132,SE,1018.0,30.06,0.0,0.0,61,33,20.9,69.7,20.9,69.7,20.9,69.7,13.2,55.8,0,0,0,0,10.0,6.0,10.6,17.0,6.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/day/116.png,1003,Sydney,New South Wales,Australia,-33.87,151.21,Australia/Sydney,1701478828,2023-12-02 12:00 +1701658800,2023-12-04 14:00,21.1,70.0,1,8.9,14.4,126,SE,1018.0,30.05,0.0,0.0,61,19,21.1,70.0,21.1,70.0,24.4,76.0,13.2,55.8,0,0,0,0,10.0,6.0,10.3,16.6,6.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Sydney,New South Wales,Australia,-33.87,151.21,Australia/Sydney,1701478828,2023-12-02 12:00 +1701662400,2023-12-04 15:00,21.0,69.8,1,9.2,14.8,115,ESE,1017.0,30.04,0.0,0.0,61,10,21.0,69.8,21.0,69.8,21.0,69.8,13.2,55.7,0,0,0,0,10.0,6.0,10.6,17.0,6.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Sydney,New South Wales,Australia,-33.87,151.21,Australia/Sydney,1701478828,2023-12-02 12:00 +1701666000,2023-12-04 16:00,20.9,69.7,1,8.9,14.4,105,ESE,1017.0,30.03,0.0,0.0,61,19,20.9,69.7,20.9,69.7,20.9,69.7,13.2,55.8,0,0,0,0,10.0,6.0,10.3,16.6,6.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Sydney,New South Wales,Australia,-33.87,151.21,Australia/Sydney,1701478828,2023-12-02 12:00 +1701669600,2023-12-04 17:00,20.6,69.2,1,8.3,13.3,95,E,1017.0,30.04,0.0,0.0,63,15,20.6,69.2,20.6,69.2,20.6,69.2,13.3,55.9,0,0,0,0,10.0,6.0,10.0,16.1,6.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Sydney,New South Wales,Australia,-33.87,151.21,Australia/Sydney,1701478828,2023-12-02 12:00 +1701673200,2023-12-04 18:00,20.1,68.3,1,7.4,11.9,86,E,1018.0,30.06,0.0,0.0,66,18,20.2,68.3,20.2,68.3,20.2,68.3,13.5,56.4,0,0,0,0,10.0,6.0,9.6,15.5,6.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Sydney,New South Wales,Australia,-33.87,151.21,Australia/Sydney,1701478828,2023-12-02 12:00 +1701676800,2023-12-04 19:00,19.3,66.8,1,7.2,11.5,76,ENE,1018.0,30.07,0.0,0.0,71,16,19.3,66.8,19.3,66.8,19.3,66.8,13.9,57.0,0,0,0,0,10.0,6.0,10.6,17.0,5.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Sydney,New South Wales,Australia,-33.87,151.21,Australia/Sydney,1701478828,2023-12-02 12:00 +1701680400,2023-12-04 20:00,19.0,66.3,0,6.5,10.4,64,ENE,1019.0,30.09,0.0,0.0,73,12,19.0,66.3,19.0,66.3,19.0,66.3,14.2,57.5,0,0,0,0,10.0,6.0,9.8,15.8,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Sydney,New South Wales,Australia,-33.87,151.21,Australia/Sydney,1701478828,2023-12-02 12:00 +1701684000,2023-12-04 21:00,18.9,66.0,0,6.3,10.1,45,NE,1019.0,30.11,0.0,0.0,75,17,18.9,65.9,18.9,65.9,18.9,65.9,14.3,57.7,0,0,0,0,10.0,6.0,9.6,15.5,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Sydney,New South Wales,Australia,-33.87,151.21,Australia/Sydney,1701478828,2023-12-02 12:00 +1701687600,2023-12-04 22:00,18.7,65.6,0,5.8,9.4,22,NNE,1020.0,30.11,0.0,0.0,76,19,18.7,65.6,18.7,65.6,18.7,65.6,14.4,57.9,0,0,0,0,10.0,6.0,8.9,14.4,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Sydney,New South Wales,Australia,-33.87,151.21,Australia/Sydney,1701478828,2023-12-02 12:00 +1701691200,2023-12-04 23:00,18.4,65.1,0,5.8,9.4,0,N,1019.0,30.1,0.0,0.0,78,20,18.4,65.1,18.4,65.1,18.4,65.1,14.5,58.2,0,0,0,0,10.0,6.0,9.0,14.4,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Sydney,New South Wales,Australia,-33.87,151.21,Australia/Sydney,1701478828,2023-12-02 12:00 +1701435600,2023-12-02 00:00,15.5,59.9,0,11.0,17.6,158,SSE,1008.0,29.78,0.01,0.0,87,100,15.5,59.9,15.5,59.9,15.5,59.9,13.4,56.2,0,63,0,0,10.0,6.0,15.1,24.3,1.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/night/176.png,1063,Melbourne,Victoria,Australia,-37.81,144.96,Australia/Melbourne,1701478829,2023-12-02 12:00 +1701439200,2023-12-02 01:00,15.6,60.1,0,10.5,16.9,160,SSE,1008.0,29.76,0.04,0.0,90,100,15.6,60.1,15.6,60.1,15.6,60.1,14.0,57.2,1,85,0,0,10.0,6.0,14.6,23.5,1.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/night/176.png,1063,Melbourne,Victoria,Australia,-37.81,144.96,Australia/Melbourne,1701478829,2023-12-02 12:00 +1701442800,2023-12-02 02:00,15.4,59.8,0,10.7,17.3,156,SSE,1008.0,29.75,0.64,0.03,92,100,15.4,59.8,15.4,59.8,15.4,59.8,14.1,57.3,1,74,0,0,2.0,1.0,15.1,24.3,1.0,Light drizzle,//cdn.weatherapi.com/weather/64x64/night/266.png,1153,Melbourne,Victoria,Australia,-37.81,144.96,Australia/Melbourne,1701478829,2023-12-02 12:00 +1701446400,2023-12-02 03:00,15.1,59.2,0,10.3,16.6,154,SSE,1008.0,29.75,0.89,0.04,95,100,15.1,59.2,15.1,59.2,15.1,59.2,14.3,57.7,1,98,0,0,9.0,5.0,14.8,23.8,1.0,Light rain,//cdn.weatherapi.com/weather/64x64/night/296.png,1183,Melbourne,Victoria,Australia,-37.81,144.96,Australia/Melbourne,1701478829,2023-12-02 12:00 +1701450000,2023-12-02 04:00,15.0,59.0,0,10.5,16.9,152,SSE,1008.0,29.75,0.46,0.02,96,100,13.9,57.0,13.9,57.0,15.0,59.0,14.3,57.7,1,98,0,0,2.0,1.0,15.1,24.4,1.0,Light drizzle,//cdn.weatherapi.com/weather/64x64/night/266.png,1153,Melbourne,Victoria,Australia,-37.81,144.96,Australia/Melbourne,1701478829,2023-12-02 12:00 +1701453600,2023-12-02 05:00,14.9,58.9,0,11.0,17.6,156,SSE,1008.0,29.76,0.19,0.01,95,100,13.8,56.8,13.8,56.8,15.0,58.9,14.2,57.6,1,98,0,0,2.0,1.0,15.8,25.5,1.0,Light drizzle,//cdn.weatherapi.com/weather/64x64/night/266.png,1153,Melbourne,Victoria,Australia,-37.81,144.96,Australia/Melbourne,1701478829,2023-12-02 12:00 +1701457200,2023-12-02 06:00,14.9,58.8,1,11.0,17.6,160,SSE,1009.0,29.78,0.28,0.01,95,100,13.7,56.7,13.7,56.7,14.9,58.8,14.1,57.4,1,97,0,0,2.0,1.0,15.9,25.6,3.0,Light drizzle,//cdn.weatherapi.com/weather/64x64/day/266.png,1153,Melbourne,Victoria,Australia,-37.81,144.96,Australia/Melbourne,1701478829,2023-12-02 12:00 +1701460800,2023-12-02 07:00,14.9,58.8,1,11.2,18.0,164,SSE,1009.0,29.8,0.47,0.02,95,100,13.7,56.6,13.7,56.6,14.9,58.8,14.1,57.4,1,97,0,0,2.0,1.0,16.1,25.9,3.0,Light drizzle,//cdn.weatherapi.com/weather/64x64/day/266.png,1153,Melbourne,Victoria,Australia,-37.81,144.96,Australia/Melbourne,1701478829,2023-12-02 12:00 +1701464400,2023-12-02 08:00,14.8,58.7,1,11.6,18.7,169,S,1009.0,29.81,0.96,0.04,95,100,13.6,56.4,13.6,56.4,14.8,58.7,14.1,57.4,1,97,0,0,9.0,5.0,16.7,26.9,3.0,Light rain,//cdn.weatherapi.com/weather/64x64/day/296.png,1183,Melbourne,Victoria,Australia,-37.81,144.96,Australia/Melbourne,1701478829,2023-12-02 12:00 +1701468000,2023-12-02 09:00,14.8,58.6,1,11.4,18.4,172,S,1010.0,29.81,1.44,0.06,95,100,13.5,56.4,13.5,56.4,14.8,58.6,14.1,57.3,1,96,0,0,6.0,3.0,16.4,26.5,3.0,Moderate or heavy rain with thunder,//cdn.weatherapi.com/weather/64x64/day/389.png,1276,Melbourne,Victoria,Australia,-37.81,144.96,Australia/Melbourne,1701478829,2023-12-02 12:00 +1701471600,2023-12-02 10:00,14.7,58.5,1,11.6,18.7,178,S,1010.0,29.82,1.92,0.08,96,100,13.4,56.2,13.4,56.2,14.7,58.5,14.0,57.3,1,96,0,0,6.0,3.0,16.8,27.0,3.0,Moderate or heavy rain with thunder,//cdn.weatherapi.com/weather/64x64/day/389.png,1276,Melbourne,Victoria,Australia,-37.81,144.96,Australia/Melbourne,1701478829,2023-12-02 12:00 +1701475200,2023-12-02 11:00,15.0,59.0,1,16.1,25.9,190,S,1011.0,29.85,2.44,0.1,100,75,13.3,55.9,13.3,55.9,14.7,58.4,14.0,57.2,1,96,0,0,5.0,3.0,17.8,28.7,3.0,Moderate rain,//cdn.weatherapi.com/weather/64x64/day/302.png,1189,Melbourne,Victoria,Australia,-37.81,144.96,Australia/Melbourne,1701478829,2023-12-02 12:00 +1701478800,2023-12-02 12:00,14.6,58.3,1,13.0,20.9,187,S,1010.0,29.84,2.1,0.08,96,100,13.1,55.6,13.1,55.6,14.6,58.3,13.9,57.1,1,95,0,0,9.0,5.0,18.8,30.2,3.0,Light rain,//cdn.weatherapi.com/weather/64x64/day/296.png,1183,Melbourne,Victoria,Australia,-37.81,144.96,Australia/Melbourne,1701478829,2023-12-02 12:00 +1701482400,2023-12-02 13:00,14.6,58.2,1,13.4,21.6,188,S,1011.0,29.85,1.76,0.07,95,100,13.0,55.4,13.0,55.4,14.6,58.2,13.8,56.9,1,95,0,0,9.0,5.0,19.4,31.2,3.0,Light rain,//cdn.weatherapi.com/weather/64x64/day/296.png,1183,Melbourne,Victoria,Australia,-37.81,144.96,Australia/Melbourne,1701478829,2023-12-02 12:00 +1701486000,2023-12-02 14:00,14.5,58.0,1,13.0,20.9,185,S,1011.0,29.86,0.88,0.03,95,100,13.0,55.3,13.0,55.3,14.5,58.0,13.7,56.6,1,95,0,0,10.0,6.0,18.7,30.1,3.0,Light rain shower,//cdn.weatherapi.com/weather/64x64/day/353.png,1240,Melbourne,Victoria,Australia,-37.81,144.96,Australia/Melbourne,1701478829,2023-12-02 12:00 +1701489600,2023-12-02 15:00,14.4,57.9,1,11.2,18.0,168,SSE,1012.0,29.87,0.38,0.01,94,100,13.1,55.6,13.1,55.6,14.4,58.0,13.5,56.3,1,94,0,0,10.0,6.0,16.1,26.0,3.0,Light rain shower,//cdn.weatherapi.com/weather/64x64/day/353.png,1240,Melbourne,Victoria,Australia,-37.81,144.96,Australia/Melbourne,1701478829,2023-12-02 12:00 +1701493200,2023-12-02 16:00,14.2,57.6,1,10.3,16.6,161,SSE,1012.0,29.87,0.36,0.01,94,88,13.0,55.4,13.0,55.4,14.2,57.6,13.3,55.9,1,94,0,0,10.0,6.0,14.8,23.9,3.0,Light rain shower,//cdn.weatherapi.com/weather/64x64/day/353.png,1240,Melbourne,Victoria,Australia,-37.81,144.96,Australia/Melbourne,1701478829,2023-12-02 12:00 +1701496800,2023-12-02 17:00,14.1,57.5,1,9.6,15.5,167,SSE,1012.0,29.88,0.29,0.01,94,100,13.0,55.4,13.0,55.4,14.1,57.5,13.1,55.7,1,93,0,0,2.0,1.0,13.8,22.2,3.0,Light drizzle,//cdn.weatherapi.com/weather/64x64/day/266.png,1153,Melbourne,Victoria,Australia,-37.81,144.96,Australia/Melbourne,1701478829,2023-12-02 12:00 +1701500400,2023-12-02 18:00,14.2,57.6,1,9.4,15.1,159,SSE,1013.0,29.91,0.11,0.0,92,92,13.1,55.6,13.1,55.6,14.2,57.6,13.0,55.4,1,93,0,0,10.0,6.0,13.5,21.7,3.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/day/176.png,1063,Melbourne,Victoria,Australia,-37.81,144.96,Australia/Melbourne,1701478829,2023-12-02 12:00 +1701504000,2023-12-02 19:00,14.1,57.3,1,8.7,14.0,155,SSE,1014.0,29.93,0.11,0.0,92,82,13.0,55.5,13.0,55.5,14.1,57.3,12.7,54.9,1,93,0,0,10.0,6.0,12.8,20.6,3.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/day/176.png,1063,Melbourne,Victoria,Australia,-37.81,144.96,Australia/Melbourne,1701478829,2023-12-02 12:00 +1701507600,2023-12-02 20:00,13.5,56.3,1,7.2,11.5,155,SSE,1015.0,29.96,0.12,0.0,93,100,12.6,54.7,12.6,54.7,13.5,56.3,12.5,54.4,1,92,0,0,10.0,6.0,10.9,17.6,3.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/day/176.png,1063,Melbourne,Victoria,Australia,-37.81,144.96,Australia/Melbourne,1701478829,2023-12-02 12:00 +1701511200,2023-12-02 21:00,13.3,56.0,0,6.7,10.8,159,SSE,1015.0,29.97,0.1,0.0,94,100,12.5,54.5,12.5,54.5,13.3,56.0,12.4,54.3,1,92,0,0,2.0,1.0,10.3,16.5,1.0,Mist,//cdn.weatherapi.com/weather/64x64/night/143.png,1030,Melbourne,Victoria,Australia,-37.81,144.96,Australia/Melbourne,1701478829,2023-12-02 12:00 +1701514800,2023-12-02 22:00,13.2,55.8,0,6.7,10.8,164,SSE,1015.0,29.97,0.16,0.01,94,100,12.3,54.2,12.3,54.2,13.2,55.8,12.3,54.2,1,78,0,0,10.0,6.0,10.4,16.8,1.0,Light rain shower,//cdn.weatherapi.com/weather/64x64/night/353.png,1240,Melbourne,Victoria,Australia,-37.81,144.96,Australia/Melbourne,1701478829,2023-12-02 12:00 +1701518400,2023-12-02 23:00,13.4,56.1,0,6.7,10.8,164,SSE,1015.0,29.97,0.13,0.01,94,100,12.6,54.7,12.6,54.7,13.4,56.2,12.4,54.4,1,91,0,0,10.0,6.0,10.2,16.4,1.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/night/176.png,1063,Melbourne,Victoria,Australia,-37.81,144.96,Australia/Melbourne,1701478829,2023-12-02 12:00 +1701522000,2023-12-03 00:00,13.5,56.3,0,7.2,11.5,164,SSE,1015.0,29.97,0.09,0.0,94,91,12.6,54.7,12.6,54.7,13.5,56.3,12.5,54.4,1,87,0,0,10.0,6.0,10.8,17.3,1.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/night/176.png,1063,Melbourne,Victoria,Australia,-37.81,144.96,Australia/Melbourne,1701478829,2023-12-02 12:00 +1701525600,2023-12-03 01:00,13.4,56.2,0,7.2,11.5,167,SSE,1015.0,29.96,0.13,0.01,94,100,12.6,54.6,12.6,54.6,13.4,56.2,12.4,54.4,1,91,0,0,10.0,6.0,10.8,17.4,1.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/night/176.png,1063,Melbourne,Victoria,Australia,-37.81,144.96,Australia/Melbourne,1701478829,2023-12-02 12:00 +1701529200,2023-12-03 02:00,13.5,56.2,0,7.2,11.5,164,SSE,1014.0,29.95,0.09,0.0,93,100,12.6,54.6,12.6,54.6,13.5,56.2,12.4,54.3,0,68,0,0,10.0,6.0,10.8,17.4,1.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/night/176.png,1063,Melbourne,Victoria,Australia,-37.81,144.96,Australia/Melbourne,1701478829,2023-12-02 12:00 +1701532800,2023-12-03 03:00,13.4,56.2,0,6.7,10.8,156,SSE,1014.0,29.95,0.14,0.01,93,100,12.6,54.7,12.6,54.7,13.4,56.2,12.4,54.3,1,75,0,0,10.0,6.0,10.0,16.2,1.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/night/176.png,1063,Melbourne,Victoria,Australia,-37.81,144.96,Australia/Melbourne,1701478829,2023-12-02 12:00 +1701536400,2023-12-03 04:00,13.4,56.0,0,6.7,10.8,152,SSE,1015.0,29.96,0.04,0.0,93,85,12.5,54.6,12.5,54.6,13.4,56.0,12.3,54.1,0,66,0,0,10.0,6.0,10.1,16.2,1.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/night/176.png,1063,Melbourne,Victoria,Australia,-37.81,144.96,Australia/Melbourne,1701478829,2023-12-02 12:00 +1701540000,2023-12-03 05:00,13.2,55.8,0,6.0,9.7,148,SSE,1015.0,29.97,0.02,0.0,93,68,12.5,54.5,12.5,54.5,13.2,55.8,12.1,53.8,0,64,0,0,10.0,6.0,9.1,14.7,1.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/night/176.png,1063,Melbourne,Victoria,Australia,-37.81,144.96,Australia/Melbourne,1701478829,2023-12-02 12:00 +1701543600,2023-12-03 06:00,13.5,56.3,1,5.8,9.4,156,SSE,1015.0,29.98,0.02,0.0,92,56,12.9,55.2,12.9,55.2,13.5,56.3,12.2,53.9,1,74,0,0,10.0,6.0,8.5,13.6,3.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/day/176.png,1063,Melbourne,Victoria,Australia,-37.81,144.96,Australia/Melbourne,1701478829,2023-12-02 12:00 +1701547200,2023-12-03 07:00,14.1,57.4,1,6.5,10.4,167,SSE,1016.0,29.99,0.01,0.0,89,80,13.5,56.2,13.5,56.2,14.1,57.4,12.3,54.2,0,66,0,0,10.0,6.0,9.0,14.5,3.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/day/176.png,1063,Melbourne,Victoria,Australia,-37.81,144.96,Australia/Melbourne,1701478829,2023-12-02 12:00 +1701550800,2023-12-03 08:00,14.7,58.5,1,8.1,13.0,168,SSE,1016.0,30.01,0.01,0.0,86,72,13.9,57.1,13.9,57.1,14.7,58.5,12.3,54.2,1,86,0,0,10.0,6.0,10.8,17.5,3.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/day/176.png,1063,Melbourne,Victoria,Australia,-37.81,144.96,Australia/Melbourne,1701478829,2023-12-02 12:00 +1701554400,2023-12-03 09:00,16.6,61.8,1,9.4,15.1,159,SSE,1016.0,30.01,0.0,0.0,73,44,16.6,61.8,16.6,61.8,16.6,61.8,11.7,53.1,0,0,0,0,10.0,6.0,11.0,17.7,5.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/day/116.png,1003,Melbourne,Victoria,Australia,-37.81,144.96,Australia/Melbourne,1701478829,2023-12-02 12:00 +1701558000,2023-12-03 10:00,18.2,64.7,1,9.2,14.8,155,SSE,1016.0,30.0,0.01,0.0,64,55,18.2,64.7,18.2,64.7,18.2,64.7,11.3,52.4,1,74,0,0,10.0,6.0,10.6,17.0,4.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/day/176.png,1063,Melbourne,Victoria,Australia,-37.81,144.96,Australia/Melbourne,1701478829,2023-12-02 12:00 +1701561600,2023-12-03 11:00,19.2,66.5,1,8.5,13.7,175,S,1016.0,29.99,0.01,0.0,59,75,19.2,66.5,19.2,66.5,19.2,66.5,11.1,51.9,0,60,0,0,10.0,6.0,9.8,15.7,4.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/day/176.png,1063,Melbourne,Victoria,Australia,-37.81,144.96,Australia/Melbourne,1701478829,2023-12-02 12:00 +1701565200,2023-12-03 12:00,18.8,65.9,1,8.7,14.0,195,SSW,1015.0,29.99,0.0,0.0,61,71,18.8,65.9,18.8,65.9,18.8,65.9,11.2,52.1,0,0,0,0,10.0,6.0,10.9,17.5,4.0,Cloudy,//cdn.weatherapi.com/weather/64x64/day/119.png,1006,Melbourne,Victoria,Australia,-37.81,144.96,Australia/Melbourne,1701478829,2023-12-02 12:00 +1701568800,2023-12-03 13:00,19.7,67.4,1,8.7,14.0,200,SSW,1015.0,29.98,0.0,0.0,58,97,19.7,67.4,19.7,67.4,19.7,67.4,11.2,52.2,0,0,0,0,10.0,6.0,10.3,16.6,4.0,Overcast,//cdn.weatherapi.com/weather/64x64/day/122.png,1009,Melbourne,Victoria,Australia,-37.81,144.96,Australia/Melbourne,1701478829,2023-12-02 12:00 +1701572400,2023-12-03 14:00,20.6,69.0,1,9.6,15.5,197,SSW,1015.0,29.97,0.0,0.0,56,86,20.6,69.0,20.6,69.0,20.6,69.0,11.4,52.5,0,0,0,0,10.0,6.0,11.1,17.8,5.0,Cloudy,//cdn.weatherapi.com/weather/64x64/day/119.png,1006,Melbourne,Victoria,Australia,-37.81,144.96,Australia/Melbourne,1701478829,2023-12-02 12:00 +1701576000,2023-12-03 15:00,20.2,68.4,1,10.1,16.2,201,SSW,1015.0,29.97,0.0,0.0,57,57,20.2,68.4,20.2,68.4,20.2,68.4,11.5,52.8,0,0,0,0,10.0,6.0,12.0,19.3,6.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/day/116.png,1003,Melbourne,Victoria,Australia,-37.81,144.96,Australia/Melbourne,1701478829,2023-12-02 12:00 +1701579600,2023-12-03 16:00,19.5,67.2,1,10.1,16.2,200,SSW,1015.0,29.97,0.0,0.0,61,30,19.5,67.2,19.5,67.2,19.5,67.2,11.8,53.2,0,0,0,0,10.0,6.0,12.9,20.8,5.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/day/116.png,1003,Melbourne,Victoria,Australia,-37.81,144.96,Australia/Melbourne,1701478829,2023-12-02 12:00 +1701583200,2023-12-03 17:00,19.2,66.5,1,10.1,16.2,204,SSW,1015.0,29.97,0.0,0.0,63,35,19.2,66.5,19.2,66.5,19.2,66.5,11.9,53.4,0,0,0,0,10.0,6.0,13.2,21.3,5.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/day/116.png,1003,Melbourne,Victoria,Australia,-37.81,144.96,Australia/Melbourne,1701478829,2023-12-02 12:00 +1701586800,2023-12-03 18:00,18.8,65.8,1,9.8,15.8,211,SSW,1016.0,29.99,0.0,0.0,64,34,18.8,65.8,18.8,65.8,18.8,65.8,11.9,53.5,0,0,0,0,10.0,6.0,13.4,21.5,5.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/day/116.png,1003,Melbourne,Victoria,Australia,-37.81,144.96,Australia/Melbourne,1701478829,2023-12-02 12:00 +1701590400,2023-12-03 19:00,17.7,63.9,1,7.6,12.2,213,SSW,1016.0,30.01,0.0,0.0,70,45,17.7,63.9,17.7,63.9,17.7,63.9,12.2,54.0,0,0,0,0,10.0,6.0,11.4,18.3,5.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/day/116.png,1003,Melbourne,Victoria,Australia,-37.81,144.96,Australia/Melbourne,1701478829,2023-12-02 12:00 +1701594000,2023-12-03 20:00,16.7,62.0,1,4.9,7.9,224,SW,1017.0,30.02,0.0,0.0,76,47,16.7,62.0,16.7,62.0,16.7,62.0,12.4,54.2,0,0,0,0,10.0,6.0,8.0,12.9,5.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/day/116.png,1003,Melbourne,Victoria,Australia,-37.81,144.96,Australia/Melbourne,1701478829,2023-12-02 12:00 +1701597600,2023-12-03 21:00,16.0,60.8,0,2.0,3.2,219,SW,1017.0,30.02,0.0,0.0,80,12,16.0,60.8,16.0,60.8,16.0,60.8,12.5,54.5,0,0,0,0,10.0,6.0,3.3,5.4,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Melbourne,Victoria,Australia,-37.81,144.96,Australia/Melbourne,1701478829,2023-12-02 12:00 +1701601200,2023-12-03 22:00,15.3,59.5,0,0.7,1.1,291,WNW,1017.0,30.02,0.0,0.0,83,8,15.3,59.5,15.3,59.5,15.3,59.5,12.4,54.3,0,0,0,0,10.0,6.0,1.1,1.8,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Melbourne,Victoria,Australia,-37.81,144.96,Australia/Melbourne,1701478829,2023-12-02 12:00 +1701604800,2023-12-03 23:00,14.7,58.5,0,1.6,2.5,10,N,1016.0,30.01,0.0,0.0,84,14,14.8,58.6,14.8,58.6,14.8,58.6,12.1,53.8,0,0,0,0,10.0,6.0,2.5,4.1,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Melbourne,Victoria,Australia,-37.81,144.96,Australia/Melbourne,1701478829,2023-12-02 12:00 +1701608400,2023-12-04 00:00,14.3,57.8,0,2.2,3.6,2,N,1016.0,30.0,0.0,0.0,85,18,15.1,59.1,15.1,59.1,14.3,57.8,11.9,53.4,0,0,0,0,10.0,6.0,3.6,5.8,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Melbourne,Victoria,Australia,-37.81,144.96,Australia/Melbourne,1701478829,2023-12-02 12:00 +1701612000,2023-12-04 01:00,14.1,57.3,0,3.4,5.4,8,N,1015.0,29.98,0.0,0.0,85,14,14.3,57.7,14.3,57.7,14.1,57.3,11.6,52.9,0,0,0,0,10.0,6.0,5.5,8.9,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Melbourne,Victoria,Australia,-37.81,144.96,Australia/Melbourne,1701478829,2023-12-02 12:00 +1701615600,2023-12-04 02:00,13.8,56.8,0,4.3,6.8,1,N,1015.0,29.97,0.0,0.0,85,10,13.7,56.6,13.7,56.6,13.8,56.8,11.4,52.5,0,0,0,0,10.0,6.0,7.3,11.8,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Melbourne,Victoria,Australia,-37.81,144.96,Australia/Melbourne,1701478829,2023-12-02 12:00 +1701619200,2023-12-04 03:00,13.5,56.3,0,3.8,6.1,4,N,1015.0,29.97,0.0,0.0,85,14,13.5,56.2,13.5,56.2,13.5,56.3,11.1,52.0,0,0,0,0,10.0,6.0,6.8,11.0,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Melbourne,Victoria,Australia,-37.81,144.96,Australia/Melbourne,1701478829,2023-12-02 12:00 +1701622800,2023-12-04 04:00,13.2,55.7,0,4.3,6.8,10,N,1015.0,29.97,0.0,0.0,85,33,13.0,55.3,13.0,55.3,13.2,55.7,10.8,51.4,0,0,0,0,10.0,6.0,7.9,12.7,1.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/night/116.png,1003,Melbourne,Victoria,Australia,-37.81,144.96,Australia/Melbourne,1701478829,2023-12-02 12:00 +1701626400,2023-12-04 05:00,13.1,55.6,0,4.7,7.6,22,NNE,1015.0,29.98,0.0,0.0,85,29,12.7,54.9,12.7,54.9,13.1,55.6,10.6,51.0,0,0,0,0,10.0,6.0,9.0,14.5,1.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/night/116.png,1003,Melbourne,Victoria,Australia,-37.81,144.96,Australia/Melbourne,1701478829,2023-12-02 12:00 +1701630000,2023-12-04 06:00,14.1,57.4,1,4.7,7.6,23,NNE,1016.0,30.0,0.0,0.0,80,29,13.9,57.0,13.9,57.0,14.1,57.4,10.7,51.2,0,0,0,0,10.0,6.0,8.2,13.2,4.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/day/116.png,1003,Melbourne,Victoria,Australia,-37.81,144.96,Australia/Melbourne,1701478829,2023-12-02 12:00 +1701633600,2023-12-04 07:00,16.3,61.3,1,6.7,10.8,20,NNE,1016.0,30.0,0.0,0.0,71,12,16.3,61.3,16.3,61.3,16.3,61.3,11.1,51.9,0,0,0,0,10.0,6.0,9.5,15.3,5.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Melbourne,Victoria,Australia,-37.81,144.96,Australia/Melbourne,1701478829,2023-12-02 12:00 +1701637200,2023-12-04 08:00,18.5,65.4,1,7.4,11.9,12,NNE,1016.0,30.0,0.0,0.0,62,6,18.5,65.4,18.5,65.4,18.5,65.4,11.2,52.1,0,0,0,0,10.0,6.0,9.8,15.7,5.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Melbourne,Victoria,Australia,-37.81,144.96,Australia/Melbourne,1701478829,2023-12-02 12:00 +1701640800,2023-12-04 09:00,21.2,70.1,1,6.9,11.2,356,N,1016.0,29.99,0.0,0.0,52,9,21.2,70.1,21.2,70.1,24.3,75.8,10.8,51.5,0,0,0,0,10.0,6.0,8.8,14.1,6.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Melbourne,Victoria,Australia,-37.81,144.96,Australia/Melbourne,1701478829,2023-12-02 12:00 +1701644400,2023-12-04 10:00,23.3,74.0,1,6.0,9.7,338,NNW,1015.0,29.99,0.0,0.0,43,14,24.6,76.3,23.3,74.0,24.6,76.3,10.2,50.3,0,0,0,0,10.0,6.0,7.6,12.2,6.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Melbourne,Victoria,Australia,-37.81,144.96,Australia/Melbourne,1701478829,2023-12-02 12:00 +1701648000,2023-12-04 11:00,24.9,76.8,1,4.9,7.9,310,NW,1015.0,29.98,0.0,0.0,37,14,25.1,77.3,24.9,76.8,25.1,77.3,9.4,48.8,0,0,0,0,10.0,6.0,6.3,10.1,6.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Melbourne,Victoria,Australia,-37.81,144.96,Australia/Melbourne,1701478829,2023-12-02 12:00 +1701651600,2023-12-04 12:00,26.3,79.3,1,3.4,5.4,302,WNW,1015.0,29.96,0.0,0.0,34,17,25.8,78.5,26.3,79.3,25.8,78.5,9.0,48.3,0,0,0,0,10.0,6.0,4.3,6.8,7.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Melbourne,Victoria,Australia,-37.81,144.96,Australia/Melbourne,1701478829,2023-12-02 12:00 +1701655200,2023-12-04 13:00,27.3,81.2,1,2.5,4.0,307,NW,1014.0,29.93,0.0,0.0,32,12,26.5,79.8,27.3,81.2,26.5,79.8,9.1,48.4,0,0,0,0,10.0,6.0,3.2,5.1,7.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Melbourne,Victoria,Australia,-37.81,144.96,Australia/Melbourne,1701478829,2023-12-02 12:00 +1701658800,2023-12-04 14:00,28.3,83.0,1,3.1,5.0,305,NW,1013.0,29.91,0.0,0.0,30,7,27.2,81.0,28.3,83.0,27.2,81.0,9.0,48.3,0,0,0,0,10.0,6.0,4.2,6.8,7.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Melbourne,Victoria,Australia,-37.81,144.96,Australia/Melbourne,1701478829,2023-12-02 12:00 +1701662400,2023-12-04 15:00,29.0,84.3,1,3.8,6.1,314,NW,1012.0,29.89,0.0,0.0,31,6,28.0,82.4,29.0,84.3,28.0,82.4,10.1,50.2,0,0,0,0,10.0,6.0,5.3,8.5,7.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Melbourne,Victoria,Australia,-37.81,144.96,Australia/Melbourne,1701478829,2023-12-02 12:00 +1701666000,2023-12-04 16:00,29.4,84.9,1,5.4,8.6,330,NNW,1011.0,29.87,0.0,0.0,31,9,28.4,83.1,29.4,84.9,28.4,83.1,10.5,50.8,0,0,0,0,10.0,6.0,7.9,12.8,7.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Melbourne,Victoria,Australia,-37.81,144.96,Australia/Melbourne,1701478829,2023-12-02 12:00 +1701669600,2023-12-04 17:00,29.0,84.2,1,5.4,8.6,314,NW,1011.0,29.87,0.0,0.0,32,8,28.1,82.5,29.0,84.2,28.1,82.5,10.6,51.1,0,0,0,0,10.0,6.0,8.7,14.0,7.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Melbourne,Victoria,Australia,-37.81,144.96,Australia/Melbourne,1701478829,2023-12-02 12:00 +1701673200,2023-12-04 18:00,27.3,81.1,1,1.8,2.9,341,NNW,1011.0,29.87,0.0,0.0,39,12,27.0,80.7,27.3,81.1,27.0,80.7,12.0,53.6,0,0,0,0,10.0,6.0,3.5,5.6,7.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Melbourne,Victoria,Australia,-37.81,144.96,Australia/Melbourne,1701478829,2023-12-02 12:00 +1701676800,2023-12-04 19:00,25.1,77.2,1,5.8,9.4,38,NE,1011.0,29.86,0.0,0.0,43,12,25.6,78.1,25.1,77.2,25.6,78.1,11.8,53.3,0,0,0,0,10.0,6.0,12.2,19.7,7.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Melbourne,Victoria,Australia,-37.81,144.96,Australia/Melbourne,1701478829,2023-12-02 12:00 +1701680400,2023-12-04 20:00,23.7,74.7,1,7.2,11.5,23,NNE,1011.0,29.86,0.0,0.0,45,8,24.9,76.8,23.7,74.7,24.9,76.8,11.3,52.3,0,0,0,0,10.0,6.0,15.0,24.2,6.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,Melbourne,Victoria,Australia,-37.81,144.96,Australia/Melbourne,1701478829,2023-12-02 12:00 +1701684000,2023-12-04 21:00,22.4,72.3,0,5.8,9.4,337,NNW,1012.0,29.88,0.0,0.0,49,6,24.5,76.1,22.4,72.3,24.5,76.1,11.1,51.9,0,0,0,0,10.0,6.0,12.2,19.7,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Melbourne,Victoria,Australia,-37.81,144.96,Australia/Melbourne,1701478829,2023-12-02 12:00 +1701687600,2023-12-04 22:00,21.0,69.8,0,8.7,14.0,273,W,1013.0,29.92,0.0,0.0,55,5,21.0,69.8,21.0,69.8,21.0,69.8,11.6,52.9,0,0,0,0,10.0,6.0,16.2,26.0,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Melbourne,Victoria,Australia,-37.81,144.96,Australia/Melbourne,1701478829,2023-12-02 12:00 +1701691200,2023-12-04 23:00,19.6,67.3,0,7.6,12.2,273,W,1014.0,29.93,0.0,0.0,62,4,19.6,67.3,19.6,67.3,19.6,67.3,12.1,53.8,0,0,0,0,10.0,6.0,13.7,22.0,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,Melbourne,Victoria,Australia,-37.81,144.96,Australia/Melbourne,1701478829,2023-12-02 12:00 +1701439200,2023-12-02 00:00,21.1,69.9,0,3.8,6.1,317,NW,1009.0,29.8,0.0,0.0,94,37,21.1,69.9,21.1,69.9,24.1,75.4,20.1,68.2,0,0,0,0,2.0,1.0,5.7,9.2,1.0,Mist,//cdn.weatherapi.com/weather/64x64/night/143.png,1030,South Brisbane,Queensland,Australia,-27.47,153.03,Australia/Brisbane,1701478830,2023-12-02 11:00 +1701442800,2023-12-02 01:00,20.9,69.6,0,4.5,7.2,342,NNW,1008.0,29.77,0.01,0.0,93,79,20.9,69.6,20.9,69.6,20.9,69.6,19.7,67.5,1,79,0,0,10.0,6.0,7.3,11.7,1.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/night/176.png,1063,South Brisbane,Queensland,Australia,-27.47,153.03,Australia/Brisbane,1701478830,2023-12-02 11:00 +1701446400,2023-12-02 02:00,20.5,68.9,0,4.3,6.8,330,NNW,1007.0,29.74,0.0,0.0,93,10,20.5,68.8,20.5,68.8,20.5,68.8,19.3,66.7,0,0,0,0,10.0,6.0,7.3,11.7,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,South Brisbane,Queensland,Australia,-27.47,153.03,Australia/Brisbane,1701478830,2023-12-02 11:00 +1701450000,2023-12-02 03:00,20.3,68.5,0,3.8,6.1,328,NNW,1007.0,29.74,0.03,0.0,92,78,20.3,68.5,20.3,68.5,20.3,68.5,19.0,66.1,1,81,0,0,10.0,6.0,6.9,11.1,1.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/night/176.png,1063,South Brisbane,Queensland,Australia,-27.47,153.03,Australia/Brisbane,1701478830,2023-12-02 11:00 +1701453600,2023-12-02 04:00,20.2,68.3,0,2.9,4.7,292,WNW,1008.0,29.76,0.0,0.0,91,25,20.2,68.3,20.2,68.3,20.2,68.3,18.7,65.7,0,0,0,0,10.0,6.0,5.3,8.6,1.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/night/116.png,1003,South Brisbane,Queensland,Australia,-27.47,153.03,Australia/Brisbane,1701478830,2023-12-02 11:00 +1701457200,2023-12-02 05:00,20.1,68.1,1,3.4,5.4,264,W,1008.0,29.78,0.0,0.0,91,20,20.1,68.1,20.1,68.1,20.1,68.1,18.5,65.4,0,0,0,0,10.0,6.0,6.0,9.7,6.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,South Brisbane,Queensland,Australia,-27.47,153.03,Australia/Brisbane,1701478830,2023-12-02 11:00 +1701460800,2023-12-02 06:00,21.3,70.3,1,2.5,4.0,259,W,1009.0,29.8,0.0,0.0,86,19,21.3,70.3,21.3,70.3,24.2,75.6,18.8,65.8,0,0,0,0,10.0,6.0,3.8,6.1,6.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,South Brisbane,Queensland,Australia,-27.47,153.03,Australia/Brisbane,1701478830,2023-12-02 11:00 +1701464400,2023-12-02 07:00,23.3,74.0,1,4.7,7.6,270,W,1010.0,29.82,0.0,0.0,76,10,25.3,77.5,23.3,74.0,25.3,77.5,18.9,65.9,0,0,0,0,10.0,6.0,6.0,9.7,6.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,South Brisbane,Queensland,Australia,-27.47,153.03,Australia/Brisbane,1701478830,2023-12-02 11:00 +1701468000,2023-12-02 08:00,25.8,78.5,1,6.9,11.2,265,W,1010.0,29.82,0.0,0.0,63,12,27.2,80.9,25.8,78.5,27.2,80.9,18.3,65.0,0,0,0,0,10.0,6.0,8.0,12.9,7.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,South Brisbane,Queensland,Australia,-27.47,153.03,Australia/Brisbane,1701478830,2023-12-02 11:00 +1701471600,2023-12-02 09:00,27.8,82.1,1,9.4,15.1,265,W,1010.0,29.82,0.0,0.0,57,22,29.1,84.4,27.8,82.1,29.1,84.4,18.4,65.1,0,0,0,0,10.0,6.0,10.8,17.4,7.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,South Brisbane,Queensland,Australia,-27.47,153.03,Australia/Brisbane,1701478830,2023-12-02 11:00 +1701475200,2023-12-02 10:00,29.0,84.2,1,3.8,6.1,120,ESE,1009.0,29.8,0.01,0.0,55,25,31.5,88.8,30.1,86.3,31.5,88.8,18.2,64.8,0,70,0,0,10.0,6.0,9.8,15.7,7.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/day/116.png,1003,South Brisbane,Queensland,Australia,-27.47,153.03,Australia/Brisbane,1701478830,2023-12-02 11:00 +1701478800,2023-12-02 11:00,32.0,89.6,1,9.2,14.8,262,W,1008.0,29.78,0.0,0.0,41,48,33.1,91.6,32.0,89.6,33.1,91.6,17.2,62.9,0,0,0,0,10.0,6.0,10.6,17.0,8.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/day/116.png,1003,South Brisbane,Queensland,Australia,-27.47,153.03,Australia/Brisbane,1701478830,2023-12-02 11:00 +1701482400,2023-12-02 12:00,31.2,88.1,1,9.6,15.5,247,WSW,1008.0,29.77,0.0,0.0,43,23,32.1,89.8,31.2,88.1,32.1,89.8,17.0,62.6,0,0,0,0,10.0,6.0,11.9,19.2,8.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,South Brisbane,Queensland,Australia,-27.47,153.03,Australia/Brisbane,1701478830,2023-12-02 11:00 +1701486000,2023-12-02 13:00,33.1,91.6,1,6.7,10.8,256,WSW,1007.0,29.74,0.0,0.0,36,61,33.8,92.9,33.1,91.6,33.8,92.9,16.1,61.0,0,0,0,0,10.0,6.0,7.7,12.4,8.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/day/116.png,1003,South Brisbane,Queensland,Australia,-27.47,153.03,Australia/Brisbane,1701478830,2023-12-02 11:00 +1701489600,2023-12-02 14:00,31.7,89.1,1,4.7,7.6,300,WNW,1007.0,29.73,0.0,0.0,41,47,32.7,90.9,31.7,89.1,32.7,90.9,17.0,62.5,0,0,0,0,10.0,6.0,6.3,10.1,8.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/day/116.png,1003,South Brisbane,Queensland,Australia,-27.47,153.03,Australia/Brisbane,1701478830,2023-12-02 11:00 +1701493200,2023-12-02 15:00,31.5,88.7,1,5.6,9.0,295,WNW,1006.0,29.72,0.0,0.0,43,55,32.7,90.8,31.5,88.7,32.7,90.8,17.4,63.4,0,0,0,0,10.0,6.0,7.4,11.9,8.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/day/116.png,1003,South Brisbane,Queensland,Australia,-27.47,153.03,Australia/Brisbane,1701478830,2023-12-02 11:00 +1701496800,2023-12-02 16:00,31.0,87.8,1,4.0,6.5,308,NW,1006.0,29.72,0.0,0.0,44,46,32.1,89.7,31.0,87.9,32.1,89.7,17.2,63.0,0,0,0,0,10.0,6.0,6.0,9.7,8.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/day/116.png,1003,South Brisbane,Queensland,Australia,-27.47,153.03,Australia/Brisbane,1701478830,2023-12-02 11:00 +1701500400,2023-12-02 17:00,31.0,87.7,1,2.7,4.3,325,NW,1007.0,29.73,0.0,0.0,46,24,32.3,90.1,31.0,87.7,32.3,90.1,17.8,64.1,0,0,0,0,10.0,6.0,4.0,6.4,8.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,South Brisbane,Queensland,Australia,-27.47,153.03,Australia/Brisbane,1701478830,2023-12-02 11:00 +1701504000,2023-12-02 18:00,28.5,83.3,1,3.1,5.0,15,NNE,1008.0,29.76,0.0,0.0,57,12,30.1,86.2,28.5,83.3,30.1,86.2,19.1,66.3,0,0,0,0,10.0,6.0,5.6,9.0,7.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,South Brisbane,Queensland,Australia,-27.47,153.03,Australia/Brisbane,1701478830,2023-12-02 11:00 +1701507600,2023-12-02 19:00,26.4,79.6,0,3.4,5.4,23,NNE,1009.0,29.78,0.0,0.0,67,7,28.2,82.7,26.4,79.6,28.2,82.7,19.9,67.8,0,0,0,0,10.0,6.0,6.6,10.5,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,South Brisbane,Queensland,Australia,-27.47,153.03,Australia/Brisbane,1701478830,2023-12-02 11:00 +1701511200,2023-12-02 20:00,25.9,78.6,0,2.5,4.0,342,NNW,1009.0,29.81,0.0,0.0,70,15,27.7,81.9,25.9,78.6,27.7,81.9,20.1,68.2,0,0,0,0,10.0,6.0,4.9,7.8,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,South Brisbane,Queensland,Australia,-27.47,153.03,Australia/Brisbane,1701478830,2023-12-02 11:00 +1701514800,2023-12-02 21:00,25.8,78.4,0,2.7,4.3,286,WNW,1010.0,29.82,0.0,0.0,67,11,27.3,81.2,25.8,78.4,27.3,81.2,19.2,66.6,0,0,0,0,10.0,6.0,5.5,8.9,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,South Brisbane,Queensland,Australia,-27.47,153.03,Australia/Brisbane,1701478830,2023-12-02 11:00 +1701518400,2023-12-02 22:00,25.5,77.9,0,3.1,5.0,273,W,1010.0,29.83,0.0,0.0,62,9,26.8,80.2,25.5,77.9,26.8,80.2,17.7,63.8,0,0,0,0,10.0,6.0,6.6,10.6,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,South Brisbane,Queensland,Australia,-27.47,153.03,Australia/Brisbane,1701478830,2023-12-02 11:00 +1701522000,2023-12-02 23:00,25.0,77.0,0,3.6,5.8,249,WSW,1010.0,29.83,0.0,0.0,58,8,26.1,79.0,25.0,77.0,26.1,79.0,16.1,60.9,0,0,0,0,10.0,6.0,7.5,12.1,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,South Brisbane,Queensland,Australia,-27.47,153.03,Australia/Brisbane,1701478830,2023-12-02 11:00 +1701525600,2023-12-03 00:00,24.4,75.9,0,3.8,6.1,238,WSW,1010.0,29.83,0.0,0.0,55,14,25.6,78.0,24.4,75.8,25.6,78.0,14.9,58.8,0,0,0,0,10.0,6.0,8.0,12.9,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,South Brisbane,Queensland,Australia,-27.47,153.03,Australia/Brisbane,1701478830,2023-12-02 11:00 +1701529200,2023-12-03 01:00,23.7,74.7,0,4.3,6.8,225,SW,1010.0,29.83,0.0,0.0,55,17,25.2,77.3,23.7,74.7,25.2,77.3,14.1,57.4,0,0,0,0,10.0,6.0,8.7,14.0,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,South Brisbane,Queensland,Australia,-27.47,153.03,Australia/Brisbane,1701478830,2023-12-02 11:00 +1701532800,2023-12-03 02:00,23.1,73.5,0,3.8,6.1,209,SSW,1010.0,29.83,0.0,0.0,56,24,24.9,76.8,23.1,73.5,24.9,76.8,13.8,56.8,0,0,0,0,10.0,6.0,7.4,12.0,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,South Brisbane,Queensland,Australia,-27.47,153.03,Australia/Brisbane,1701478830,2023-12-02 11:00 +1701536400,2023-12-03 03:00,22.5,72.6,0,4.0,6.5,204,SSW,1011.0,29.84,0.0,0.0,57,28,24.7,76.5,22.5,72.6,24.7,76.5,13.7,56.7,0,0,0,0,10.0,6.0,7.7,12.3,1.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/night/116.png,1003,South Brisbane,Queensland,Australia,-27.47,153.03,Australia/Brisbane,1701478830,2023-12-02 11:00 +1701540000,2023-12-03 04:00,22.1,71.7,0,4.3,6.8,209,SSW,1011.0,29.85,0.0,0.0,59,24,24.6,76.2,22.1,71.7,24.6,76.2,13.8,56.8,0,0,0,0,10.0,6.0,8.1,13.0,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,South Brisbane,Queensland,Australia,-27.47,153.03,Australia/Brisbane,1701478830,2023-12-02 11:00 +1701543600,2023-12-03 05:00,21.7,71.1,1,4.0,6.5,223,SW,1012.0,29.88,0.0,0.0,61,21,21.7,71.1,21.7,71.1,24.5,76.1,14.0,57.2,0,0,0,0,10.0,6.0,7.6,12.2,6.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,South Brisbane,Queensland,Australia,-27.47,153.03,Australia/Brisbane,1701478830,2023-12-02 11:00 +1701547200,2023-12-03 06:00,23.1,73.6,1,3.1,5.0,220,SW,1012.0,29.89,0.0,0.0,59,18,25.0,76.9,23.1,73.6,25.0,76.9,14.8,58.6,0,0,0,0,10.0,6.0,4.8,7.7,6.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,South Brisbane,Queensland,Australia,-27.47,153.03,Australia/Brisbane,1701478830,2023-12-02 11:00 +1701550800,2023-12-03 07:00,25.6,78.1,1,2.0,3.2,238,WSW,1013.0,29.92,0.0,0.0,52,25,26.4,79.5,25.6,78.1,26.4,79.5,15.0,58.9,0,0,0,0,10.0,6.0,2.3,3.7,7.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,South Brisbane,Queensland,Australia,-27.47,153.03,Australia/Brisbane,1701478830,2023-12-02 11:00 +1701554400,2023-12-03 08:00,28.0,82.5,1,0.4,0.7,123,ESE,1013.0,29.91,0.0,0.0,45,19,28.3,83.0,28.1,82.5,28.3,83.0,15.0,58.9,0,0,0,0,10.0,6.0,0.5,0.8,7.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,South Brisbane,Queensland,Australia,-27.47,153.03,Australia/Brisbane,1701478830,2023-12-02 11:00 +1701558000,2023-12-03 09:00,29.9,85.9,1,2.7,4.3,46,NE,1012.0,29.9,0.0,0.0,40,17,30.0,86.1,29.9,85.9,30.0,86.1,14.9,58.8,0,0,0,0,10.0,6.0,3.1,5.0,7.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,South Brisbane,Queensland,Australia,-27.47,153.03,Australia/Brisbane,1701478830,2023-12-02 11:00 +1701561600,2023-12-03 10:00,31.1,87.9,1,4.5,7.2,46,NE,1012.0,29.88,0.0,0.0,37,20,31.2,88.1,31.1,87.9,31.2,88.1,14.9,58.8,0,0,0,0,10.0,6.0,5.1,8.3,8.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,South Brisbane,Queensland,Australia,-27.47,153.03,Australia/Brisbane,1701478830,2023-12-02 11:00 +1701565200,2023-12-03 11:00,31.9,89.4,1,6.9,11.2,44,NE,1011.0,29.87,0.0,0.0,37,15,32.2,89.9,31.9,89.4,32.2,89.9,15.3,59.6,0,0,0,0,10.0,6.0,8.0,12.9,8.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,South Brisbane,Queensland,Australia,-27.47,153.03,Australia/Brisbane,1701478830,2023-12-02 11:00 +1701568800,2023-12-03 12:00,32.0,89.6,1,9.2,14.8,54,NE,1011.0,29.85,0.0,0.0,39,20,32.7,90.9,32.0,89.6,32.7,90.9,16.4,61.5,0,0,0,0,10.0,6.0,10.6,17.0,8.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,South Brisbane,Queensland,Australia,-27.47,153.03,Australia/Brisbane,1701478830,2023-12-02 11:00 +1701572400,2023-12-03 13:00,31.5,88.7,1,9.6,15.5,61,ENE,1010.0,29.82,0.0,0.0,43,46,32.6,90.6,31.5,88.7,32.6,90.6,17.2,63.0,0,0,0,0,10.0,6.0,11.1,17.8,8.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/day/116.png,1003,South Brisbane,Queensland,Australia,-27.47,153.03,Australia/Brisbane,1701478830,2023-12-02 11:00 +1701576000,2023-12-03 14:00,31.0,87.8,1,11.0,17.6,46,NE,1009.0,29.8,0.0,0.0,45,44,32.2,89.9,31.0,87.8,32.2,89.9,17.6,63.7,0,0,0,0,10.0,6.0,12.6,20.3,8.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/day/116.png,1003,South Brisbane,Queensland,Australia,-27.47,153.03,Australia/Brisbane,1701478830,2023-12-02 11:00 +1701579600,2023-12-03 15:00,28.2,82.8,1,12.1,19.4,44,NE,1009.0,29.8,0.0,0.0,55,18,29.5,85.0,28.2,82.8,29.5,85.0,18.2,64.8,0,0,0,0,10.0,6.0,13.9,22.4,7.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,South Brisbane,Queensland,Australia,-27.47,153.03,Australia/Brisbane,1701478830,2023-12-02 11:00 +1701583200,2023-12-03 16:00,27.7,81.8,1,9.4,15.1,34,NE,1009.0,29.79,0.0,0.0,58,18,29.1,84.3,27.7,81.8,29.1,84.3,18.7,65.6,0,0,0,0,10.0,6.0,10.8,17.4,7.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,South Brisbane,Queensland,Australia,-27.47,153.03,Australia/Brisbane,1701478830,2023-12-02 11:00 +1701586800,2023-12-03 17:00,27.2,81.0,1,8.9,14.4,45,NE,1009.0,29.81,0.0,0.0,62,17,28.8,83.8,27.2,81.0,28.8,83.8,19.2,66.5,0,0,0,0,10.0,6.0,10.4,16.8,7.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,South Brisbane,Queensland,Australia,-27.47,153.03,Australia/Brisbane,1701478830,2023-12-02 11:00 +1701590400,2023-12-03 18:00,25.9,78.7,1,9.6,15.5,33,NNE,1010.0,29.84,0.0,0.0,70,17,27.7,81.9,25.9,78.7,27.7,81.9,20.1,68.2,0,0,0,0,10.0,6.0,12.5,20.1,7.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,South Brisbane,Queensland,Australia,-27.47,153.03,Australia/Brisbane,1701478830,2023-12-02 11:00 +1701594000,2023-12-03 19:00,24.7,76.4,0,7.6,12.2,33,NNE,1011.0,29.86,0.0,0.0,78,17,26.6,79.8,24.7,76.4,26.6,79.8,20.6,69.1,0,0,0,0,10.0,6.0,10.7,17.2,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,South Brisbane,Queensland,Australia,-27.47,153.03,Australia/Brisbane,1701478830,2023-12-02 11:00 +1701597600,2023-12-03 20:00,24.6,76.2,0,5.8,9.4,38,NE,1012.0,29.88,0.2,0.01,81,70,26.6,79.9,24.6,76.2,26.6,79.9,21.1,70.0,1,81,0,0,10.0,6.0,8.1,13.1,1.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/night/176.png,1063,South Brisbane,Queensland,Australia,-27.47,153.03,Australia/Brisbane,1701478830,2023-12-02 11:00 +1701601200,2023-12-03 21:00,24.0,75.2,0,3.1,5.0,70,ENE,1012.0,29.89,0.0,0.0,87,19,26.2,79.1,24.0,75.2,26.2,79.1,21.6,71.0,0,0,0,0,10.0,6.0,4.7,7.6,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,South Brisbane,Queensland,Australia,-27.47,153.03,Australia/Brisbane,1701478830,2023-12-02 11:00 +1701604800,2023-12-03 22:00,23.9,74.9,0,1.6,2.5,100,E,1012.0,29.89,0.0,0.0,89,23,26.1,79.0,23.9,74.9,26.1,79.0,21.9,71.4,0,0,0,0,10.0,6.0,2.4,3.9,1.0,Clear,//cdn.weatherapi.com/weather/64x64/night/113.png,1000,South Brisbane,Queensland,Australia,-27.47,153.03,Australia/Brisbane,1701478830,2023-12-02 11:00 +1701608400,2023-12-03 23:00,23.6,74.4,0,2.9,4.7,176,S,1012.0,29.88,0.0,0.0,90,29,25.8,78.4,23.6,74.4,25.8,78.4,21.8,71.2,0,0,0,0,9.0,5.0,4.5,7.2,1.0,Thundery outbreaks possible,//cdn.weatherapi.com/weather/64x64/night/200.png,1087,South Brisbane,Queensland,Australia,-27.47,153.03,Australia/Brisbane,1701478830,2023-12-02 11:00 +1701612000,2023-12-04 00:00,23.3,73.9,0,3.1,5.0,175,S,1011.0,29.87,0.0,0.0,91,36,25.5,78.0,23.3,73.9,25.5,78.0,21.7,71.0,0,0,0,0,10.0,6.0,4.8,7.7,1.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/night/116.png,1003,South Brisbane,Queensland,Australia,-27.47,153.03,Australia/Brisbane,1701478830,2023-12-02 11:00 +1701615600,2023-12-04 01:00,23.0,73.4,0,2.7,4.3,186,S,1011.0,29.86,0.0,0.0,92,44,25.3,77.5,23.0,73.4,25.3,77.5,21.6,70.8,0,0,0,0,10.0,6.0,4.1,6.6,1.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/night/116.png,1003,South Brisbane,Queensland,Australia,-27.47,153.03,Australia/Brisbane,1701478830,2023-12-02 11:00 +1701619200,2023-12-04 02:00,22.5,72.6,0,3.1,5.0,197,SSW,1011.0,29.86,0.0,0.0,93,49,24.9,76.9,22.5,72.6,24.9,76.9,21.3,70.4,0,0,0,0,10.0,6.0,4.9,7.9,1.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/night/116.png,1003,South Brisbane,Queensland,Australia,-27.47,153.03,Australia/Brisbane,1701478830,2023-12-02 11:00 +1701622800,2023-12-04 03:00,22.2,71.9,0,4.3,6.8,197,SSW,1012.0,29.87,0.0,0.0,94,55,24.7,76.4,22.2,71.9,24.7,76.4,21.1,70.0,0,0,0,0,10.0,6.0,6.7,10.8,1.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/night/116.png,1003,South Brisbane,Queensland,Australia,-27.47,153.03,Australia/Brisbane,1701478830,2023-12-02 11:00 +1701626400,2023-12-04 04:00,22.0,71.7,0,4.3,6.8,192,SSW,1012.0,29.89,0.0,0.0,93,86,24.6,76.2,22.1,71.7,24.6,76.2,20.9,69.6,0,0,0,0,10.0,6.0,6.6,10.6,1.0,Cloudy,//cdn.weatherapi.com/weather/64x64/night/119.png,1006,South Brisbane,Queensland,Australia,-27.47,153.03,Australia/Brisbane,1701478830,2023-12-02 11:00 +1701630000,2023-12-04 05:00,22.1,71.8,1,3.8,6.1,212,SSW,1013.0,29.91,0.13,0.01,91,70,24.6,76.3,22.1,71.9,24.6,76.3,20.6,69.1,0,66,0,0,10.0,6.0,5.9,9.4,5.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/day/176.png,1063,South Brisbane,Queensland,Australia,-27.47,153.03,Australia/Brisbane,1701478830,2023-12-02 11:00 +1701633600,2023-12-04 06:00,22.8,73.0,1,3.6,5.8,205,SSW,1014.0,29.93,0.02,0.0,88,62,25.0,77.0,22.8,73.0,25.0,77.0,20.7,69.3,1,79,0,0,10.0,6.0,5.1,8.2,5.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/day/176.png,1063,South Brisbane,Queensland,Australia,-27.47,153.03,Australia/Brisbane,1701478830,2023-12-02 11:00 +1701637200,2023-12-04 07:00,24.5,76.2,1,3.6,5.8,164,SSE,1014.0,29.94,0.0,0.0,79,66,26.5,79.7,24.5,76.2,26.5,79.7,20.7,69.3,0,0,0,0,10.0,6.0,4.4,7.1,5.0,Cloudy,//cdn.weatherapi.com/weather/64x64/day/119.png,1006,South Brisbane,Queensland,Australia,-27.47,153.03,Australia/Brisbane,1701478830,2023-12-02 11:00 +1701640800,2023-12-04 08:00,26.4,79.6,1,5.1,8.3,140,SE,1014.0,29.95,0.0,0.0,70,78,28.4,83.0,26.4,79.6,28.4,83.0,20.5,68.8,0,0,0,0,10.0,6.0,6.0,9.6,6.0,Cloudy,//cdn.weatherapi.com/weather/64x64/day/119.png,1006,South Brisbane,Queensland,Australia,-27.47,153.03,Australia/Brisbane,1701478830,2023-12-02 11:00 +1701644400,2023-12-04 09:00,28.7,83.6,1,5.1,8.3,133,SE,1014.0,29.94,0.0,0.0,59,19,30.6,87.1,28.7,83.6,30.6,87.1,19.9,67.8,0,0,0,0,10.0,6.0,6.0,9.6,7.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,South Brisbane,Queensland,Australia,-27.47,153.03,Australia/Brisbane,1701478830,2023-12-02 11:00 +1701648000,2023-12-04 10:00,30.5,86.8,1,5.8,9.4,118,ESE,1013.0,29.93,0.0,0.0,51,0,32.3,90.2,30.5,86.8,32.3,90.2,19.1,66.4,0,0,0,0,10.0,6.0,6.7,10.8,8.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,South Brisbane,Queensland,Australia,-27.47,153.03,Australia/Brisbane,1701478830,2023-12-02 11:00 +1701651600,2023-12-04 11:00,31.7,89.0,1,7.8,12.6,102,ESE,1013.0,29.91,0.0,0.0,46,12,33.5,92.2,31.7,89.0,33.5,92.2,18.6,65.4,0,0,0,0,10.0,6.0,9.0,14.5,8.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,South Brisbane,Queensland,Australia,-27.47,153.03,Australia/Brisbane,1701478830,2023-12-02 11:00 +1701655200,2023-12-04 12:00,32.0,89.6,1,11.2,18.0,94,E,1012.0,29.89,0.0,0.0,44,19,33.7,92.6,32.0,89.6,33.7,92.6,18.3,64.9,0,0,0,0,10.0,6.0,12.9,20.7,8.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,South Brisbane,Queensland,Australia,-27.47,153.03,Australia/Brisbane,1701478830,2023-12-02 11:00 +1701658800,2023-12-04 13:00,31.3,88.4,1,14.5,23.4,99,E,1012.0,29.87,0.0,0.0,47,21,33.1,91.5,31.3,88.4,33.1,91.5,18.6,65.5,0,0,0,0,10.0,6.0,16.7,26.9,8.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,South Brisbane,Queensland,Australia,-27.47,153.03,Australia/Brisbane,1701478830,2023-12-02 11:00 +1701662400,2023-12-04 14:00,29.6,85.4,1,15.4,24.8,109,ESE,1012.0,29.88,0.0,0.0,52,21,31.3,88.3,29.6,85.4,31.3,88.3,18.9,66.0,0,0,0,0,10.0,6.0,17.8,28.6,7.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,South Brisbane,Queensland,Australia,-27.47,153.03,Australia/Brisbane,1701478830,2023-12-02 11:00 +1701666000,2023-12-04 15:00,28.6,83.5,1,15.0,24.1,110,ESE,1012.0,29.87,0.0,0.0,56,21,30.2,86.3,28.6,83.5,30.2,86.3,18.9,66.0,0,0,0,0,10.0,6.0,17.2,27.8,7.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,South Brisbane,Queensland,Australia,-27.47,153.03,Australia/Brisbane,1701478830,2023-12-02 11:00 +1701669600,2023-12-04 16:00,27.0,80.7,1,14.5,23.4,110,ESE,1012.0,29.87,0.0,0.0,61,22,28.5,83.3,27.0,80.7,28.5,83.3,18.9,66.0,0,0,0,0,10.0,6.0,16.7,26.9,7.0,Sunny,//cdn.weatherapi.com/weather/64x64/day/113.png,1000,South Brisbane,Queensland,Australia,-27.47,153.03,Australia/Brisbane,1701478830,2023-12-02 11:00 +1701673200,2023-12-04 17:00,26.0,78.9,1,13.6,22.0,118,ESE,1013.0,29.9,0.0,0.0,65,26,27.5,81.5,26.0,78.9,27.5,81.5,19.0,66.1,0,0,0,0,10.0,6.0,15.7,25.3,7.0,Partly cloudy,//cdn.weatherapi.com/weather/64x64/day/116.png,1003,South Brisbane,Queensland,Australia,-27.47,153.03,Australia/Brisbane,1701478830,2023-12-02 11:00 +1701676800,2023-12-04 18:00,24.7,76.5,1,12.1,19.4,119,ESE,1014.0,29.94,0.01,0.0,71,78,26.4,79.5,24.7,76.5,26.4,79.5,19.2,66.5,0,70,0,0,10.0,6.0,14.8,23.8,5.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/day/176.png,1063,South Brisbane,Queensland,Australia,-27.47,153.03,Australia/Brisbane,1701478830,2023-12-02 11:00 +1701680400,2023-12-04 19:00,23.8,74.9,0,10.5,16.9,126,SE,1015.0,29.98,0.02,0.0,77,67,25.7,78.3,23.9,74.9,25.7,78.3,19.5,67.1,0,69,0,0,10.0,6.0,13.8,22.3,1.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/night/176.png,1063,South Brisbane,Queensland,Australia,-27.47,153.03,Australia/Brisbane,1701478830,2023-12-02 11:00 +1701684000,2023-12-04 20:00,23.5,74.3,0,9.8,15.8,129,SE,1016.0,30.0,0.03,0.0,78,66,25.5,77.8,23.5,74.3,25.5,77.8,19.5,67.1,0,63,0,0,10.0,6.0,13.1,21.1,1.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/night/176.png,1063,South Brisbane,Queensland,Australia,-27.47,153.03,Australia/Brisbane,1701478830,2023-12-02 11:00 +1701687600,2023-12-04 21:00,23.2,73.8,0,8.7,14.0,134,SE,1017.0,30.03,0.06,0.0,80,77,25.2,77.4,23.2,73.8,25.2,77.4,19.5,67.1,1,73,0,0,10.0,6.0,12.0,19.3,1.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/night/176.png,1063,South Brisbane,Queensland,Australia,-27.47,153.03,Australia/Brisbane,1701478830,2023-12-02 11:00 +1701691200,2023-12-04 22:00,22.7,72.9,0,8.3,13.3,139,SE,1017.0,30.04,0.09,0.0,82,88,24.9,76.9,22.7,72.9,24.9,76.9,19.5,67.2,1,85,0,0,10.0,6.0,11.5,18.5,1.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/night/176.png,1063,South Brisbane,Queensland,Australia,-27.47,153.03,Australia/Brisbane,1701478830,2023-12-02 11:00 +1701694800,2023-12-04 23:00,22.4,72.3,0,7.8,12.6,142,SE,1017.0,30.04,0.07,0.0,83,85,24.7,76.4,22.4,72.3,24.7,76.4,19.4,66.9,1,76,0,0,10.0,6.0,11.0,17.6,1.0,Patchy rain possible,//cdn.weatherapi.com/weather/64x64/night/176.png,1063,South Brisbane,Queensland,Australia,-27.47,153.03,Australia/Brisbane,1701478830,2023-12-02 11:00